Home
last modified time | relevance | path

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

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