Searched refs:cosl (Results 1 - 16 of 16) sorted by relevance

/external/stlport/stlport/stl/config/
H A D_como.h87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h197 /// 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/
H A Dlibcall-declarations.c66 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/
H A DVectorUtils.h130 case LibFunc::cosl:
/external/bison/darwin-lib/
H A Dmath.h813 # 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");
/external/bison/lib/
H A Dmath.in.h501 # 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");
/external/bison/linux-lib/
H A Dmath.h813 # 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");
/external/ltrace/etc/
H A Dlibm.so.conf18 ldouble cosl(ldouble);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp109 "cosl",
437 TLI.setUnavailable(LibFunc::cosl);
/external/stlport/stlport/stl/
H A D_cmath.h94 inline long double cosl(long double v) { return __cosl(v); } function
/external/clang/lib/Headers/
H A Dtgmath.h249 __tg_cos(long double __x) {return cosl(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp62 static_assert((std::is_same<decltype(cosl(0)), long double>::value), "");
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2172 case LibFunc::cosl:
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp140 static_assert((std::is_same<decltype(std::cosl(0)), long double>::value), "");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5926 case LibFunc::cosl:
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 5633 milliseconds