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

1 2 3 4 5 6 7 8 9

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_asinl.c 34 asinl(long double x) function
48 if(expt<ASIN_LINEAR) { /* if |x| is small, asinl(x)=x */
e_asin.c 116 __weak_reference(asin, asinl);
  /external/clang/test/CodeGen/
libcall-declarations.c 9 long double asinl(long double);
80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l,
93 // CHECK-NOERRNO: declare x86_fp80 @asinl(x86_fp80) [[NUW]]
  /ndk/sources/android/support/include/
math.h 46 long double asinl(long double);
  /external/bison/darwin-lib/
math.h 569 # undef asinl
570 _GL_FUNCDECL_SYS (asinl, long double, (long double x));
572 _GL_CXXALIAS_SYS (asinl, long double, (long double x));
573 _GL_CXXALIASWARN (asinl);
575 # undef asinl macro
577 _GL_WARN_ON_USE (asinl, "asinl is unportable - "
578 "use gnulib module asinl for portability");
    [all...]
  /external/bison/lib/
math.in.h 257 # undef asinl macro
258 _GL_FUNCDECL_SYS (asinl, long double, (long double x));
260 _GL_CXXALIAS_SYS (asinl, long double, (long double x));
261 _GL_CXXALIASWARN (asinl); variable
263 # undef asinl macro
265 _GL_WARN_ON_USE (asinl, "asinl is unportable - "
266 "use gnulib module asinl for portability");
    [all...]
  /external/bison/linux-lib/
math.h 569 # undef asinl
570 _GL_FUNCDECL_SYS (asinl, long double, (long double x));
572 _GL_CXXALIAS_SYS (asinl, long double, (long double x));
573 _GL_CXXALIASWARN (asinl);
575 # undef asinl macro
577 _GL_WARN_ON_USE (asinl, "asinl is unportable - "
578 "use gnulib module asinl for portability");
    [all...]
  /external/bison/m4/
math_h.m4 41 [acosf acosl asinf asinl atanf atanl
  /bionic/tests/
math_test.cpp 252 TEST(math, asinl) {
253 ASSERT_FLOAT_EQ(0.0, asinl(0.0));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 102 /// long double asinl(long double x);
103 asinl, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 67 "asinl",
381 TLI.setUnavailable(LibFunc::asinl);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 56 long double asinl(long double x);
693 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __x) _NOEXCEPT {return asinl(__x);}
    [all...]
  /bionic/libm/include/
math.h 399 long double asinl(long double);
  /development/ndk/platforms/android-3/include/
math.h 409 long double asinl(long double);
  /development/ndk/platforms/android-9/include/
math.h 409 long double asinl(long double);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 409 long double asinl(long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 409 long double asinl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 409 long double asinl(long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 409 long double asinl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 409 long double asinl(long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 409 long double asinl(long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 409 long double asinl(long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 409 long double asinl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 409 long double asinl(long double);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 409 long double asinl(long double);

Completed in 706 milliseconds

1 2 3 4 5 6 7 8 9