Searched refs:asinl (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
H A Dlibcall-declarations.c48 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/
H A Dmath.h569 # 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");
/external/bison/lib/
H A Dmath.in.h257 # 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");
/external/bison/linux-lib/
H A Dmath.h569 # 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");
/external/ltrace/etc/
H A Dlibm.so.conf30 ldouble asinl(ldouble);
/external/clang/lib/Headers/
H A Dtgmath.h104 __tg_asin(long double __x) {return asinl(__x);}
/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp32 static_assert((std::is_same<decltype(asinl(0)), long double>::value), "");
/external/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp125 TLI.setUnavailable(LibFunc::asinl);
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp145 static_assert((std::is_same<decltype(std::asinl(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 114 milliseconds