Searched defs:fmod (Results 1 – 6 of 6) sorted by relevance
/external/bison/lib/ |
D | math.in.h | 891 # define fmod rpl_fmod macro
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 61 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() function
|
D | tgmath.h | 805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
|
/external/libcxx/include/ |
D | math.h | 808 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmod() function 809 inline _LIBCPP_INLINE_VISIBILITY long double fmod(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmod() function 820 fmod(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmod() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 43 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } in fmod() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 44 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } in fmod() function
|