/external/clang/lib/Headers/ |
tgmath.h | 794 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} function 798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} function 802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} function 805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 794 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} function 798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} function 802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} function 805 #define fmod(__x, __y) __tg_fmod(__tg_promote2((__x), (__y))(__x), \
|