Home
last modified time | relevance | path

Searched refs:__tg_llround (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h908 __tg_llround(float __x) {return llroundf(__x);} in __tg_llround() function
912 __tg_llround(double __x) {return llround(__x);} in __tg_llround() function
916 __tg_llround(long double __x) {return llroundl(__x);} in __tg_llround() function
919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x))