Home
last modified time | relevance | path

Searched defs:fmod (Results 1 – 14 of 14) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcommon.inl96 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/
Dfmod.rs4 pub fn fmod(x: f64, y: f64) -> f64 { in fmod() function
Dmod.rs119 mod fmod; module
/external/clang/lib/Headers/
D__clang_cuda_cmath.h61 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() function
Dtgmath.h805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
/external/llvm-project/libcxx/include/
Dmath.h902 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.h55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() function
D__clang_cuda_math.h135 __DEVICE__ double fmod(double __a, double __b) { return __nv_fmod(__a, __b); } in fmod() function
Dtgmath.h798 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \ macro
/external/libcxx/include/
Dmath.h906 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/
Dmath_h.pass.cpp44 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } in fmod() function
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp45 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } in fmod() function
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp44 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } in fmod() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp46 Ambiguous fmod(Ambiguous, Ambiguous){ return Ambiguous(); } in fmod() function