Searched refs:__stlp_fabs (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_cmath.h391 inline double __stlp_fabs(double __x) { return fabs(__x); } function
393 inline double fabs(double __x) { return __stlp_fabs(__x); }

Completed in 331 milliseconds