Searched defs:fmod (Results 1 – 6 of 6) sorted by relevance
/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 | 906 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmod() function 907 inline _LIBCPP_INLINE_VISIBILITY long double fmod(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmod() function 918 fmod(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmod() function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 44 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } in fmod() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 46 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } in fmod() function
|
/external/error_prone/javac/ |
D | javac-9+181-r4173-1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |