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

/external/clang/lib/Headers/
H A Dtgmath.h270 __tg_sin(float __x) {return sinf(__x);} function
274 __tg_sin(double __x) {return sin(__x);} function
278 __tg_sin(long double __x) {return sinl(__x);} function
282 __tg_sin(float _Complex __x) {return csinf(__x);} function
286 __tg_sin(double _Complex __x) {return csin(__x);} function
290 __tg_sin(long double _Complex __x) {return csinl(__x);} function
293 #define sin(__x) __tg_sin(__tg_promote1((__x))(__x))
/external/clang/lib/include/
H A Dtgmath.h270 __tg_sin(float __x) {return sinf(__x);} function
274 __tg_sin(double __x) {return sin(__x);} function
278 __tg_sin(long double __x) {return sinl(__x);} function
282 __tg_sin(float _Complex __x) {return csinf(__x);} function
286 __tg_sin(double _Complex __x) {return csin(__x);} function
290 __tg_sin(long double _Complex __x) {return csinl(__x);} function
293 #define sin(__x) __tg_sin(__tg_promote1((__x))(__x))

Completed in 275 milliseconds