Searched defs:fmod (Results 1 – 6 of 6) sorted by relevance
43 fmod(double x, double y) { in fmod() function
118 fmod(double x, double y) in fmod() function
175 inline float fmod(float __X, float __Y) { return __fmodf(__X, __Y); } in fmod() function202 inline long double fmod(long double __X, long double __Y) { return in fmod() function
105 #define fmod(x, y) __tgmath_fmod(x, y) macro
49 #pragma weak fmod = __fmod macro
1655 topo_mod_t *fmod; in fac_enum_run() local