Searched defs:asinhf (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dimports.h145 #define asinhf(f) ((float) asinh(f))
153 static INLINE float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h70 /// float asinhf(float x);
71 asinhf, enumerator in enum:llvm::LibFunc::Func

Completed in 683 milliseconds