Home
last modified time | relevance | path

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

/external/clang/lib/Headers/
Dtgmath.h125 __tg_atan(float __x) {return atanf(__x);} in __tg_atan() function
129 __tg_atan(double __x) {return atan(__x);} in __tg_atan() function
133 __tg_atan(long double __x) {return atanl(__x);} in __tg_atan() function
137 __tg_atan(float _Complex __x) {return catanf(__x);} in __tg_atan() function
141 __tg_atan(double _Complex __x) {return catan(__x);} in __tg_atan() function
145 __tg_atan(long double _Complex __x) {return catanl(__x);} in __tg_atan() function