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

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acoshl.c 66 acoshl(long double x) function
  /ndk/sources/android/support/src/
math_support.c 68 __attribute__((weak)) long double acoshl(long double x) { return acosh((double)x); } function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 111 /// long double acoshl(long double x);
112 acoshl, enumerator in enum:llvm::LibFunc::Func

Completed in 95 milliseconds