| /external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | common.inl | 96 GLM_FUNC_QUALIFIER genType fmod(genType x, genType y) function 102 GLM_FUNC_QUALIFIER vecType<T, P> fmod(vecType<T, P> const & x, T y) function 108 GLM_FUNC_QUALIFIER vecType<T, P> fmod(vecType<T, P> const & x, vecType<T, P> const & y) function
|
| /external/rust/crates/libm/src/math/ |
| D | fmod.rs | 4 pub fn fmod(x: f64, y: f64) -> f64 { in fmod() function
|
| D | mod.rs | 119 mod fmod; module
|
| /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/llvm-project/libcxx/include/ |
| D | math.h | 902 inline _LIBCPP_INLINE_VISIBILITY float fmod(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in fmod() function 903 inline _LIBCPP_INLINE_VISIBILITY long double fmod(long double __lcpp_x, long double __lcpp_y) _NOEX… in fmod() function 914 fmod(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in fmod() function
|
| /external/llvm-project/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() function
|
| D | __clang_cuda_math.h | 135 __DEVICE__ double fmod(double __a, double __b) { return __nv_fmod(__a, __b); } in fmod() function
|
| D | tgmath.h | 798 #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/llvm-project/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 45 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } in fmod() function
|
| /external/llvm-project/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
|