Home
last modified time | relevance | path

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

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