Searched defs:__tg_remainder (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Dtgmath.h1086 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);} function
1090 __tg_remainder(double __x, double __y) {return remainder(__x, __y);} function
1094 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);} function
1097 #define remainder(__x, __y) __tg_remainder(__tg_promote2((__x), (__y))(__x), \

Completed in 33 milliseconds