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

  /external/clang/lib/Headers/
tgmath.h 597 __tg_ceil(float __x) {return ceilf(__x);} function
601 __tg_ceil(double __x) {return ceil(__x);} function
605 __tg_ceil(long double __x) {return ceill(__x);} function
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 597 __tg_ceil(float __x) {return ceilf(__x);} function
601 __tg_ceil(double __x) {return ceil(__x);} function
605 __tg_ceil(long double __x) {return ceill(__x);} function
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x))

Completed in 49 milliseconds