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

/external/clang/lib/Headers/
H A Dtgmath.h241 __tg_cos(float __x) {return cosf(__x);} function
245 __tg_cos(double __x) {return cos(__x);} function
249 __tg_cos(long double __x) {return cosl(__x);} function
253 __tg_cos(float _Complex __x) {return ccosf(__x);} function
257 __tg_cos(double _Complex __x) {return ccos(__x);} function
261 __tg_cos(long double _Complex __x) {return ccosl(__x);} function
264 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x))

Completed in 260 milliseconds