Searched refs:asinhf (Results 1 – 6 of 6) sorted by relevance
143 #define asinhf(f) ((float) asinh(f)) macro151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } in asinhf() function
99 asinhf, enumerator
408 TLI.setUnavailable(LibFunc::asinhf); in initialize()
63 ; CHECK: call float @asinhf(float %f)
183 __tg_asinh(float __x) {return asinhf(__x);} in __tg_asinh()