HomeSort by relevance Sort by last modified time
    Searched full:__stlp_sqrt (Results 1 - 1 of 1) sorted by null

  /external/stlport/stlport/stl/
_cmath.h 406 inline double __stlp_sqrt(double __x) { return sqrt(__x); } function
408 inline double sqrt(double __x) { return __stlp_sqrt(__x); }

Completed in 321 milliseconds