Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
/third_party/musl/src/math/i386/
Dfmod.c3 double fmod(double x, double y) in fmod() function
/third_party/musl/porting/uniproton/kernel/src/math/
Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/musl/src/math/
Dfmod.c4 double fmod(double x, double y) in fmod() function
/third_party/jerryscript/jerry-libm/
Dfmod.c39 fmod (double x, double y) in fmod() function
/third_party/ffmpeg/libavfilter/
Daf_afreqshift.c105 #define FFILTER(name, type, sin, cos, fmod, cc) \ in PFILTER() argument
/third_party/mesa3d/src/asahi/compiler/
Dagx_pack.c328 unsigned fmod = agx_pack_float_mod(I->src[s]); in agx_pack_alu() local
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
/third_party/musl/include/
Dtgmath.h237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h237 #define fmod(x,y) __tg_real_2(fmod, (x), (y)) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp34672 fmod(float __x, float __y) in fmod() function
34676 fmod(long double __x, long double __y) in fmod() function
34683 fmod(_Tp __x, _Up __y) in fmod() function