Searched refs:__stlp_ldexp (Results 1 – 1 of 1) sorted by relevance
411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } in __stlp_ldexp() function413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } in ldexp()