HomeSort by relevance Sort by last modified time
    Searched full:__tg_remainder (Results 1 - 2 of 2) sorted by null

  /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 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), \

Completed in 1320 milliseconds