Searched defs:asin (Results 1 – 5 of 5) sorted by relevance
349 #define asin I_asin macro554 static double asin(x) in asin() function
353 #define asin I_asin macro558 static double asin(x) in asin() function
362 _STLP_DMATH_INLINE(asin) in _STLP_DMATH_INLINE() argument
910 inline valarray<_Tp> asin(const valarray<_Tp>& __x) { in asin() function
119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro