HomeSort by relevance Sort by last modified time
    Searched defs:acoshf (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 142 #define acoshf(f) ((float) acosh(f)) macro
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } function
  /external/mesa3d/src/mesa/main/
imports.h 142 #define acoshf(f) ((float) acosh(f)) macro
152 static inline float acoshf(float x) { return logf(x + sqrtf(x * x - 1.0f)); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 86 /// float acoshf(float x);
87 acoshf, enumerator in enum:llvm::LibFunc::Func

Completed in 333 milliseconds