/external/clang/lib/Headers/ |
tgmath.h | 1086 __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), \
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 1069 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);} function 1073 __tg_remainder(double __x, double __y) {return remainder(__x, __y);} function 1077 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);} function 1080 #define remainder(__x, __y) __tg_remainder(__tg_promote2((__x), (__y))(__x), \
|