HomeSort by relevance Sort by last modified time
    Searched refs:asinl (Results 1 - 20 of 20) sorted by null

  /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 48 long double asinl(long double);
271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh),
347 // CHECK-NOERRNO: declare x86_fp80 @asinl(x86_fp80) [[NUW]]
  /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...]
  /bionic/libm/include/
math.h 406 long double asinl(long double);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 125 /// long double asinl(long double x);
126 asinl, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 30 ldouble asinl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 412 long double asinl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 414 long double asinl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 409 long double asinl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 409 long double asinl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 406 long double asinl(long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 73 "asinl",
432 TLI.setUnavailable(LibFunc::asinl);
  /bionic/tests/
math_test.cpp 344 TEST(math, asinl) {
345 ASSERT_DOUBLE_EQ(0.0L, asinl(0.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 30 static_assert((std::is_same<decltype(asinl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 104 __tg_asin(long double __x) {return asinl(__x);}
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 64 static_assert((std::is_same<decltype(std::asinl(0)), long double>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 610 milliseconds