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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1120 __tg_rint(float __x) {return rintf(__x);} function
1124 __tg_rint(double __x) {return rint(__x);} function
1128 __tg_rint(long double __x) {return rintl(__x);} function
1131 #define rint(__x) __tg_rint(__tg_promote1((__x))(__x))

Completed in 139 milliseconds