Searched defs:modf (Results 1 – 6 of 6) sorted by relevance
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_common.inl | 319 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.h | 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf() function
|
/external/libcxx/include/ |
D | math.h | 957 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/ |
D | math_h.pass.cpp | 48 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 50 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 12548 static T modf(T val, T& integer) in modf() function
|