Home
last modified time | relevance | path

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

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