Searched refs:truncl (Results 1 - 14 of 14) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h646 /// long double truncl(long double x);
647 truncl, enumerator in enum:llvm::LibFunc::Func
742 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl:
/external/bison/darwin-lib/
H A Dmath.h2314 # undef truncl
2315 # define truncl rpl_truncl
2317 _GL_FUNCDECL_RPL (truncl, long double, (long double x));
2318 _GL_CXXALIAS_RPL (truncl, long double, (long double x));
2321 _GL_FUNCDECL_SYS (truncl, long double, (long double x));
2323 _GL_CXXALIAS_SYS (truncl, long double, (long double x));
2325 _GL_CXXALIASWARN (truncl);
2327 # undef truncl macro
2329 _GL_WARN_ON_USE (truncl, "truncl i
[all...]
/external/bison/lib/
H A Dmath.in.h2002 # undef truncl macro
2003 # define truncl rpl_truncl macro
2005 _GL_FUNCDECL_RPL (truncl, long double, (long double x));
2006 _GL_CXXALIAS_RPL (truncl, long double, (long double x));
2009 _GL_FUNCDECL_SYS (truncl, long double, (long double x));
2011 _GL_CXXALIAS_SYS (truncl, long double, (long double x));
2013 _GL_CXXALIASWARN (truncl); variable
2015 # undef truncl macro
2017 _GL_WARN_ON_USE (truncl, "truncl i
[all...]
/external/bison/linux-lib/
H A Dmath.h2314 # undef truncl
2315 # define truncl rpl_truncl
2317 _GL_FUNCDECL_RPL (truncl, long double, (long double x));
2318 _GL_CXXALIAS_RPL (truncl, long double, (long double x));
2321 _GL_FUNCDECL_SYS (truncl, long double, (long double x));
2323 _GL_CXXALIAS_SYS (truncl, long double, (long double x));
2325 _GL_CXXALIASWARN (truncl);
2327 # undef truncl macro
2329 _GL_WARN_ON_USE (truncl, "truncl i
[all...]
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c180 long double truncl(long double);
298 F(truncl), F(cabs), F(cabsf), F(cabsl), F(cacos),
479 // CHECK-NOERRNO: declare x86_fp80 @truncl(x86_fp80) [[NUW]]
568 // CHECK-ERRNO: declare x86_fp80 @truncl(x86_fp80) [[NUW]]
/external/llvm/include/llvm/Transforms/Utils/
H A DVectorUtils.h170 case LibFunc::truncl:
/external/ltrace/etc/
H A Dlibm.so.conf138 ldouble truncl(ldouble);
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp334 case LibFunc::truncl:
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp331 "truncl",
497 TLI.setUnavailable(LibFunc::truncl);
/external/clang/lib/Headers/
H A Dtgmath.h1220 __tg_trunc(long double __x) {return truncl(__x);}
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp606 static_assert((std::is_same<decltype(truncl(0)), long double>::value), "");
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp1289 static_assert((std::is_same<decltype(std::truncl(0)), long double>::value), "");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5971 case LibFunc::truncl:
/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 543 milliseconds