Searched defs:atanhf (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.h144 #define atanhf(f) ((float) atanh(f)) macro
154 static inline float atanhf(float x) { return (logf(1.0f + x) - logf(1.0f - x)) / 2.0f; } function
/external/mesa3d/src/mesa/main/
H A Dimports.h144 #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/
H A DTargetLibraryInfo.h139 /// float atanhf(float x);
140 atanhf, enumerator in enum:llvm::LibFunc::Func

Completed in 1122 milliseconds