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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h89 __tg_asin(float __x) {return asinf(__x);} function
93 __tg_asin(double __x) {return asin(__x);} function
97 __tg_asin(long double __x) {return asinl(__x);} function
101 __tg_asin(float _Complex __x) {return casinf(__x);} function
105 __tg_asin(double _Complex __x) {return casin(__x);} function
109 __tg_asin(long double _Complex __x) {return casinl(__x);} function
112 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x))

Completed in 101 milliseconds