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

  /bionic/libm/
sincos.c 50 *p_cosl = cosl(x);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cos.c 88 __weak_reference(cos, cosl);
s_cosl.c 51 cosl(long double x) function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 197 /// long double cosl(long double x);
198 cosl, enumerator in enum:llvm::LibFunc::Func
731 case LibFunc::cos: case LibFunc::cosf: case LibFunc::cosl:
  /external/clang/test/CodeGen/
libcall-declarations.c 66 long double cosl(long double);
275 F(cosf), F(cosl), F(cosh), F(coshf), F(coshl),
365 // CHECK-NOERRNO: declare x86_fp80 @cosl(x86_fp80) [[NUW]]
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 130 case LibFunc::cosl:
  /external/bison/darwin-lib/
math.h 813 # undef cosl
814 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
816 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
817 _GL_CXXALIASWARN (cosl);
819 # undef cosl macro
821 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
822 "use gnulib module cosl for portability");
    [all...]
  /external/bison/lib/
math.in.h 501 # undef cosl macro
502 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
504 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
505 _GL_CXXALIASWARN (cosl); variable
507 # undef cosl macro
509 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
510 "use gnulib module cosl for portability");
    [all...]
  /external/bison/linux-lib/
math.h 813 # undef cosl
814 _GL_FUNCDECL_SYS (cosl, long double, (long double x));
816 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
817 _GL_CXXALIASWARN (cosl);
819 # undef cosl macro
821 _GL_WARN_ON_USE (cosl, "cosl is unportable - "
822 "use gnulib module cosl for portability");
    [all...]
  /bionic/libm/include/
math.h 414 long double cosl(long double);
  /external/ltrace/etc/
libm.so.conf 18 ldouble cosl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 422 long double cosl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 424 long double cosl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 419 long double cosl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 419 long double cosl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 414 long double cosl(long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 109 "cosl",
437 TLI.setUnavailable(LibFunc::cosl);
  /bionic/tests/
math_test.cpp 380 TEST(math, cosl) {
381 ASSERT_DOUBLE_EQ(1.0L, cosl(0.0L));
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 62 static_assert((std::is_same<decltype(cosl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 249 __tg_cos(long double __x) {return cosl(__x);}
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 140 static_assert((std::is_same<decltype(std::cosl(0)), long double>::value), "");
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 721 milliseconds