Home
last modified time | relevance | path

Searched refs:truncl (Results 1 – 19 of 19) 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/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.h180 case LibFunc::truncl: in getIntrinsicIDForCall()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h244 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl: in hasOptimizedCodeGen()
DTargetLibraryInfo.def975 /// long double truncl(long double x);
976 TLI_DEFINE_ENUM_INTERNAL(truncl)
977 TLI_DEFINE_STRING_INTERNAL("truncl")
/external/ltrace/etc/
Dlibm.so.conf138 ldouble truncl(ldouble);
/external/bison/m4/
Dmath_h.m453 tanf tanl tanhf trunc truncf truncl])
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp350 case LibFunc::truncl: in mightUseCTR()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp180 TLI.setUnavailable(LibFunc::truncl); in initialize()
/external/libcxx/include/
Dcmath294 long double truncl(long double x);
1616 inline _LIBCPP_INLINE_VISIBILITY long double trunc(long double __lcpp_x) _NOEXCEPT {return truncl(_…
1684 using ::truncl;
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp608 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.def1090 LIBBUILTIN(truncl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1410 static_assert((std::is_same<decltype(std::truncl(0)), long double>::value), ""); in test_trunc()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt3166 fun:truncl=uninstrumented
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6047 case LibFunc::truncl: in visitCall()
/external/bison/
Dconfigure24887 … rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do