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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1010 __tg_lround(float __x) {return lroundf(__x);} function
1014 __tg_lround(double __x) {return lround(__x);} function
1018 __tg_lround(long double __x) {return lroundl(__x);} function

Completed in 114 milliseconds