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

/external/mesa3d/src/mesa/main/
H A Dimports.h144 #define atanhf(f) ((float) atanh(f)) macro
153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } function

Completed in 149 milliseconds