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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 908 __tg_llround(float __x) {return llroundf(__x);} function
912 __tg_llround(double __x) {return llround(__x);} function
916 __tg_llround(long double __x) {return llroundl(__x);} function
919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x))

Completed in 13 milliseconds