Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h234 __tg_cos(float __x) {return cosf(__x);} in __tg_cos() function
238 __tg_cos(double __x) {return cos(__x);} in __tg_cos() function
242 __tg_cos(long double __x) {return cosl(__x);} in __tg_cos() function
246 __tg_cos(float _Complex __x) {return ccosf(__x);} in __tg_cos() function
250 __tg_cos(double _Complex __x) {return ccos(__x);} in __tg_cos() function
254 __tg_cos(long double _Complex __x) {return ccosl(__x);} in __tg_cos() function