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

/external/mesa3d/src/mesa/main/
H A Dimports.h146 #define atanhf(f) ((float) atanh(f))*/
155 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.h88 /// float atanhf(float x);
89 atanhf, enumerator in enum:llvm::LibFunc::Func

Completed in 483 milliseconds