OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__stlp_sin
(Results
1 - 4
of
4
) sorted by null
/external/stlport/stlport/stl/
_cmath.h
401
inline double
__stlp_sin
(double __x) { return sin(__x); }
function
403
inline double sin(double __x) { return
__stlp_sin
(__x); }
/ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h
401
inline double
__stlp_sin
(double __x) { return sin(__x); }
function
403
inline double sin(double __x) { return
__stlp_sin
(__x); }
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h
401
inline double
__stlp_sin
(double __x) { return sin(__x); }
function
403
inline double sin(double __x) { return
__stlp_sin
(__x); }
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h
401
inline double
__stlp_sin
(double __x) { return sin(__x); }
function
403
inline double sin(double __x) { return
__stlp_sin
(__x); }
Completed in 369 milliseconds