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

  /external/clang/lib/Headers/
tgmath.h 1212 __tg_trunc(float __x) {return truncf(__x);} function
1216 __tg_trunc(double __x) {return trunc(__x);} function
1220 __tg_trunc(long double __x) {return truncl(__x);} function
1223 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1212 __tg_trunc(float __x) {return truncf(__x);} function
1216 __tg_trunc(double __x) {return trunc(__x);} function
1220 __tg_trunc(long double __x) {return truncl(__x);} function
1223 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x))

Completed in 26 milliseconds