Home
last modified time | relevance | path

Searched refs:__stlp_ldexp (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } in __stlp_ldexp() function
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } in ldexp()