HomeSort by relevance Sort by last modified time
    Searched refs:__stlp_ldexp (Results 1 - 2 of 2) sorted by null

  /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); }

Completed in 156 milliseconds