Home
last modified time | relevance | path

Searched refs:truncl (Results 1 – 18 of 18) sorted by relevance

/external/bison/linux-lib/
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
2329 _GL_WARN_ON_USE (truncl, "truncl is unportable - "
/external/bison/lib/
Dmath.in.h2002 # undef truncl
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);
2015 # undef truncl
2017 _GL_WARN_ON_USE (truncl, "truncl is unportable - "
/external/bison/darwin-lib/
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
2329 _GL_WARN_ON_USE (truncl, "truncl is unportable - "
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h647 truncl, enumerator
742 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl: in hasOptimizedCodeGen()
/external/clang/test/CodeGen/
Dlibcall-declarations.c180 long double truncl(long double);
298 F(truncl), F(cabs), F(cabsf), F(cabsl), F(cacos),
/external/llvm/include/llvm/Transforms/Utils/
DVectorUtils.h170 case LibFunc::truncl: in getIntrinsicIDForCall()
/external/ltrace/etc/
Dlibm.so.conf138 ldouble truncl(ldouble);
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp497 TLI.setUnavailable(LibFunc::truncl); in initialize()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp334 case LibFunc::truncl: in mightUseCTR()
/external/bison/m4/
Dmath_h.m453 tanf tanl tanhf trunc truncf truncl])
/external/libcxx/include/
Dcmath294 long double truncl(long double x);
1608 inline _LIBCPP_INLINE_VISIBILITY long double trunc(long double __x) _NOEXCEPT {return truncl(__x);}
1676 using ::truncl;
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp606 static_assert((std::is_same<decltype(truncl(0)), long double>::value), ""); in test_trunc()
/external/clang/lib/Headers/
Dtgmath.h1220 __tg_trunc(long double __x) {return truncl(__x);} in __tg_trunc()
/external/clang/include/clang/Basic/
DBuiltins.def1063 LIBBUILTIN(truncl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp1289 static_assert((std::is_same<decltype(std::truncl(0)), long double>::value), ""); in test_trunc()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt3415 fun:truncl=uninstrumented
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5971 case LibFunc::truncl: in visitCall()
/external/bison/
Dconfigure24887 … rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do