Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dimports.h143 #define asinhf(f) ((float) asinh(f)) macro
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } in asinhf() function