Home
last modified time | relevance | path

Searched defs:asin (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/perf/
Dfbench.c349 #define asin I_asin macro
554 static double asin(x) in asin() function
/external/valgrind/main/memcheck/tests/
Dvcpu_fbench.c353 #define asin I_asin macro
558 static double asin(x) in asin() function
/external/stlport/stlport/stl/
D_cmath.h362 _STLP_DMATH_INLINE(asin) in _STLP_DMATH_INLINE() argument
D_valarray.h910 inline valarray<_Tp> asin(const valarray<_Tp>& __x) { in asin() function
/external/clang/lib/Headers/
Dtgmath.h119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro