Home
last modified time | relevance | path

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

/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/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp49 Ambiguous modf(Ambiguous, Ambiguous*){ return Ambiguous(); } in modf() function
/external/libcxx/include/
Dmath.h977 inline _LIBCPP_INLINE_VISIBILITY float modf(float __lcpp_x, float* __lcpp_y) _NOEXCEPT … in modf() function
978 inline _LIBCPP_INLINE_VISIBILITY long double modf(long double __lcpp_x, long double* __lcpp_y) _NOE… in modf() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp51 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