HomeSort by relevance Sort by last modified time
    Searched full:asinhl (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /development/ndk/platforms/android-L/arch-arm/symbols/
libm.so.functions.txt 39 asinhl
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libm.so.functions.txt 14 asinhl
  /development/ndk/platforms/android-L/arch-mips/symbols/
libm.so.functions.txt 18 asinhl
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libm.so.functions.txt 14 asinhl
  /development/ndk/platforms/android-L/arch-x86/symbols/
libm.so.functions.txt 14 asinhl
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libm.so.functions.txt 14 asinhl
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libm.so 
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/lib/
libm.so 
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_asinh.c 61 __weak_reference(asinh, asinhl);
s_asinhl.c 69 asinhl(long double x) function
  /ndk/sources/android/support/include/
math.h 62 long double asinhl(long double);
  /prebuilts/ndk/9/sources/android/support/include/
math.h 62 long double asinhl(long double);
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
math.pxd 107 long double asinhl "npy_asinhl"(long double x)
  /ndk/sources/android/support/src/
math_support.c 69 __attribute__((weak)) long double asinhl(long double x) { return asinh((double)x); } function
  /external/clang/test/CodeGen/
libcall-declarations.c 51 long double asinhl(long double);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
350 // CHECK-NOERRNO: declare x86_fp80 @asinhl(x86_fp80) [[NUW]]
  /external/ltrace/etc/
libm.so.conf 58 ldouble asinhl(ldouble);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 123 /// long double asinhl(long double x);
124 asinhl, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 72 "asinhl",
464 TLI.setUnavailable(LibFunc::asinhl);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 37 #undef asinhl
157 using ::asinhl;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 37 #undef asinhl
157 using ::asinhl;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 37 #undef asinhl
157 using ::asinhl;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 37 #undef asinhl
157 using ::asinhl;

Completed in 414 milliseconds

1 2 3 4 5 6 7 8