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