Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_cmath.h406 inline double __stlp_sqrt(double __x) { return sqrt(__x); } in __stlp_sqrt() function
408 inline double sqrt(double __x) { return __stlp_sqrt(__x); } in sqrt()