Searched refs:acoshf (Results 1 – 4 of 4) sorted by relevance
7 define void @acoshf() {
154 static INLINE float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf() function
154 __tg_acosh(float __x) {return acoshf(__x);} in __tg_acosh()
1018 data.f[c] = acoshf(op[0]->value.f[c]); in constant_expression_value()