Searched refs:tanl (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGen/
H A Dlibcall-declarations.c171 long double tanl(long double);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
470 // CHECK-NOERRNO: declare x86_fp80 @tanl(x86_fp80) [[NUW]]
/external/bison/darwin-lib/
H A Dmath.h2237 # undef tanl
2238 _GL_FUNCDECL_SYS (tanl, long double, (long double x));
2240 _GL_CXXALIAS_SYS (tanl, long double, (long double x));
2241 _GL_CXXALIASWARN (tanl);
2243 # undef tanl macro
2245 _GL_WARN_ON_USE (tanl, "tanl is unportable - "
2246 "use gnulib module tanl for portability");
/external/bison/lib/
H A Dmath.in.h1925 # undef tanl macro
1926 _GL_FUNCDECL_SYS (tanl, long double, (long double x));
1928 _GL_CXXALIAS_SYS (tanl, long double, (long double x));
1929 _GL_CXXALIASWARN (tanl); variable
1931 # undef tanl macro
1933 _GL_WARN_ON_USE (tanl, "tanl is unportable - "
1934 "use gnulib module tanl for portability");
/external/bison/linux-lib/
H A Dmath.h2237 # undef tanl
2238 _GL_FUNCDECL_SYS (tanl, long double, (long double x));
2240 _GL_CXXALIAS_SYS (tanl, long double, (long double x));
2241 _GL_CXXALIASWARN (tanl);
2243 # undef tanl macro
2245 _GL_WARN_ON_USE (tanl, "tanl is unportable - "
2246 "use gnulib module tanl for portability");
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h632 /// long double tanl(long double x);
633 tanl, enumerator in enum:llvm::LibFunc::Func
/external/ltrace/etc/
H A Dlibm.so.conf26 ldouble tanl(ldouble);
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp324 "tanl",
455 TLI.setUnavailable(LibFunc::tanl);
/external/clang/lib/Headers/
H A Dtgmath.h307 __tg_tan(long double __x) {return tanl(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp185 static_assert((std::is_same<decltype(tanl(0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp420 static_assert((std::is_same<decltype(std::tanl(0)), long double>::value), "");
/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 334 milliseconds