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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h143 #define asinhf(f) ((float) asinh(f)) macro
152 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } function
/external/mesa3d/src/mesa/main/
H A Dimports.h143 #define asinhf(f) ((float) asinh(f)) macro
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h121 /// float asinhf(float x);
122 asinhf, enumerator in enum:llvm::LibFunc::Func

Completed in 967 milliseconds