Searched defs:__tg_asin (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Headers/
H A Dtgmath.h96 __tg_asin(float __x) {return asinf(__x);} function
100 __tg_asin(double __x) {return asin(__x);} function
104 __tg_asin(long double __x) {return asinl(__x);} function
108 __tg_asin(float _Complex __x) {return casinf(__x);} function
112 __tg_asin(double _Complex __x) {return casin(__x);} function
116 __tg_asin(long double _Complex __x) {return casinl(__x);} function
119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x))

Completed in 32 milliseconds