Home
last modified time | relevance | path

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

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