Searched refs:__tg_lround (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Dtgmath.h1017 __tg_lround(float __x) {return lroundf(__x);} function
1021 __tg_lround(double __x) {return lround(__x);} function
1025 __tg_lround(long double __x) {return lroundl(__x);} function
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x))

Completed in 341 milliseconds