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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h857 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);} function
861 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);} function
865 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);} function

Completed in 99 milliseconds