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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1137 __tg_round(float __x) {return roundf(__x);} function
1141 __tg_round(double __x) {return round(__x);} function
1145 __tg_round(long double __x) {return roundl(__x);} function

Completed in 111 milliseconds