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

/external/clang/lib/Headers/
H A Dtgmath.h864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);} function
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);} function
872 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);} function
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y)
/external/clang/lib/include/
H A Dtgmath.h864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);} function
868 __tg_ldexp(double __x, int __y) {return ldexp(__x, __y);} function
872 __tg_ldexp(long double __x, int __y) {return ldexpl(__x, __y);} function
875 #define ldexp(__x, __y) __tg_ldexp(__tg_promote1((__x))(__x), __y)

Completed in 46 milliseconds