Searched refs:atanhf (Results 1 – 6 of 6) sorted by relevance
144 #define atanhf(f) ((float) atanh(f)) macro153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } in atanhf() function
117 atanhf, enumerator
411 TLI.setUnavailable(LibFunc::atanhf); in initialize()
96 ; CHECK: call float @atanhf(float %f)
212 __tg_atanh(float __x) {return atanhf(__x);} in __tg_atanh()