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

  /external/clang/lib/Headers/
tgmath.h 1127 __tg_rint(float __x) {return rintf(__x);} function
1131 __tg_rint(double __x) {return rint(__x);} function
1135 __tg_rint(long double __x) {return rintl(__x);} function
1138 #define rint(__x) __tg_rint(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1127 __tg_rint(float __x) {return rintf(__x);} function
1131 __tg_rint(double __x) {return rint(__x);} function
1135 __tg_rint(long double __x) {return rintl(__x);} function
1138 #define rint(__x) __tg_rint(__tg_promote1((__x))(__x))

Completed in 31 milliseconds