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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1154 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} function
1158 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);} function
1162 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} function

Completed in 112 milliseconds