Searched defs:acoshf (Results 1 – 3 of 3) sorted by relevance
142 #define acoshf(f) ((float) acosh(f)) macro153 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf() function
142 #define acoshf(f) ((float) acosh(f)) macro152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf() function
110 acoshf, enumerator