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