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

/external/mesa3d/src/mesa/main/
H A Dimports.h142 #define acoshf(f) ((float) acosh(f)) macro
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } function

Completed in 104 milliseconds