HomeSort by: relevance | last modified time | path
    Searched defs:__tg_ceil (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 590 __tg_ceil(float __x) {return ceilf(__x);} function
594 __tg_ceil(double __x) {return ceil(__x);} function
598 __tg_ceil(long double __x) {return ceill(__x);} function
601 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x))

Completed in 64 milliseconds