Searched refs:atanhf (Results 1 – 3 of 3) sorted by relevance
155 static INLINE float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } in atanhf() function
212 __tg_atanh(float __x) {return atanhf(__x);} in __tg_atanh()
1040 data.f[c] = atanhf(op[0]->value.f[c]); in constant_expression_value()