/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/musl/src/math/i386/ |
D | fmod.c | 3 double fmod(double x, double y) in fmod() 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/musl/src/math/ |
D | fmod.c | 4 double fmod(double x, double y) in fmod() function
|
/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/ComputeLibrary/include/half/ |
D | half.hpp | 1254 static expr fmod(float x, float y) { return expr(std::fmod(x, y)); } in fmod() function 2234 inline expr fmod(half x, half y) { return functions::fmod(x, y); } in fmod() function 2235 inline expr fmod(half x, expr y) { return functions::fmod(x, y); } in fmod() function 2236 inline expr fmod(expr x, half y) { return functions::fmod(x, y); } in fmod() function 2237 inline expr fmod(expr x, expr y) { return functions::fmod(x, y); } in fmod() function
|
/external/armnn/third-party/half/ |
D | half.hpp | 1254 static expr fmod(float x, float y) { return expr(std::fmod(x, y)); } in fmod() function 2234 inline expr fmod(half x, half y) { return functions::fmod(x, y); } in fmod() function 2235 inline expr fmod(half x, expr y) { return functions::fmod(x, y); } in fmod() function 2236 inline expr fmod(expr x, half y) { return functions::fmod(x, y); } in fmod() function 2237 inline expr fmod(expr x, expr y) { return functions::fmod(x, y); } in fmod() function
|
/external/musl/include/ |
D | tgmath.h | 237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
|
/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
|