Searched refs:__tg_remainder (Results 1 – 1 of 1) sorted by relevance
1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);} in __tg_remainder() function1090 __tg_remainder(double __x, double __y) {return remainder(__x, __y);} in __tg_remainder() function1094 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);} in __tg_remainder() function1097 #define remainder(__x, __y) __tg_remainder(__tg_promote2((__x), (__y))(__x), \