/external/stlport/stlport/stl/ |
_cmath.h | 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } function 413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } function 413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); }
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } function 413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); }
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } function 413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); }
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } function 413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); }
|