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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_asinhf.c 28 asinhf(float x) function
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 143 #define asinhf(f) ((float) asinh(f)) macro
152 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } function
  /external/mesa3d/src/mesa/main/
imports.h 143 #define asinhf(f) ((float) asinh(f)) macro
151 static inline float asinhf(float x) { return logf(x + sqrtf(x * x + 1.0f)); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 121 /// float asinhf(float x);
122 asinhf, enumerator in enum:llvm::LibFunc::Func

Completed in 250 milliseconds