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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atanhl.c 55 atanhl(long double x) function
  /ndk/sources/android/support/src/
math_support.c 70 __attribute__((weak)) long double atanhl(long double x) { return atanh((double)x); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 141 /// long double atanhl(long double x);
142 atanhl, enumerator in enum:llvm::LibFunc::Func

Completed in 614 milliseconds