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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 144 #define atanhf(f) ((float) atanh(f)) macro
153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } function
  /external/mesa3d/src/mesa/main/
imports.h 144 #define atanhf(f) ((float) atanh(f)) macro
153 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 116 /// float atanhf(float x);
117 atanhf, enumerator in enum:llvm::LibFunc::Func

Completed in 116 milliseconds