OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__stlp_fabs
(Results
1 - 1
of
1
) sorted by null
/external/stlport/stlport/stl/
_cmath.h
391
inline double
__stlp_fabs
(double __x) { return fabs(__x); }
function
393
inline double fabs(double __x) { return
__stlp_fabs
(__x); }
Completed in 33 milliseconds