Searched defs:__tg_fmod (Results 1 – 1 of 1) sorted by relevance
787 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod() function791 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod() function795 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod() function