Searched refs:coshf (Results 1 – 4 of 4) sorted by relevance
117 # define coshf cosh macro
87 inline float coshf(float v) { return __coshf(v); } in coshf() function
328 __tg_cosh(float __x) {return coshf(__x);} in __tg_cosh()
1075 data.f[c] = coshf(op[0]->value.f[c]); in constant_expression_value()