Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.h142 #define acoshf(f) ((float) acosh(f)) macro
153 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf() function
/external/mesa3d/src/mesa/main/
Dimports.h142 #define acoshf(f) ((float) acosh(f)) macro
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } in acoshf() function
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h110 acoshf, enumerator