Home
last modified time | relevance | path

Searched defs:modf (Results 1 – 6 of 6) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_common.inl319 GLM_FUNC_QUALIFIER detail::tvec2<T, P> modf function
331 GLM_FUNC_QUALIFIER detail::tvec3<T, P> modf function
344 GLM_FUNC_QUALIFIER detail::tvec4<T, P> modf function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf() function
/external/libcxx/include/
Dmath.h957 inline _LIBCPP_INLINE_VISIBILITY float modf(float __lcpp_x, float* __lcpp_y) _NOEXCEPT … in modf() function
958 inline _LIBCPP_INLINE_VISIBILITY long double modf(long double __lcpp_x, long double* __lcpp_y) _NOE… in modf() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp48 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp50 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12548 static T modf(T val, T& integer) in modf() function