HomeSort by relevance Sort by last modified time
    Searched refs:asinl (Results 1 - 13 of 13) 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);
catrigl.c 207 ry = asinl(B);
  /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]]
  /bionic/tests/headers/posix/
math_h.c 135 FUNCTION(asinl, long double (*f)(long double));
  /bionic/libc/include/
math.h 84 long double asinl(long double __x) __RENAME_LDBL(asin, 3, 21);
  /bionic/libm/x86/
e_asin.S 469 ALIAS_SYMBOL(asinl, asin);
    [all...]
  /bionic/tests/
math_test.cpp 474 TEST(MATH_TEST, asinl) {
475 ASSERT_DOUBLE_EQ(0.0L, asinl(0.0L));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 104 __tg_asin(long double __x) {return asinl(__x);}
  /external/libcxx/include/
math.h 53 long double asinl(long double x);
788 inline _LIBCPP_INLINE_VISIBILITY long double asin(long double __lcpp_x) _NOEXCEPT {return ::asinl(__lcpp_x);}
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 128 TLI.setUnavailable(LibFunc::asinl);
    [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 143 static_assert((std::is_same<decltype(asinl(0)), long double>::value), "");
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 146 static_assert((std::is_same<decltype(std::asinl(0)), long double>::value), "");
    [all...]

Completed in 1132 milliseconds