Home
last modified time | relevance | path

Searched refs:truncl (Results 1 – 21 of 21) 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/Analysis/
DTargetLibraryInfo.h260 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl: in hasOptimizedCodeGen()
DTargetLibraryInfo.def1070 /// long double truncl(long double x);
1071 TLI_DEFINE_ENUM_INTERNAL(truncl)
1072 TLI_DEFINE_STRING_INTERNAL("truncl")
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll804 ; CHECK: declare void @truncl(...)
805 declare void @truncl(...)
Dannotate.ll820 ; CHECK: declare x86_fp80 @truncl(x86_fp80)
821 declare x86_fp80 @truncl(x86_fp80)
/external/libcxx/include/
Dcmath298 long double truncl(long double x);
530 using ::truncl;
Dmath.h1420 inline _LIBCPP_INLINE_VISIBILITY long double trunc(long double __lcpp_x) _NOEXCEPT {return ::truncl in trunc()
/external/bison/m4/
Dmath_h.m453 tanf tanl tanhf trunc truncf truncl])
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp193 TLI.setUnavailable(LibFunc::truncl); in initialize()
921 case LibFunc::truncl: in isValidProtoForLibFunc()
DValueTracking.cpp2376 case LibFunc::truncl: in getIntrinsicForCallSite()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp367 case LibFunc::truncl: in mightUseCTR()
/external/clang/lib/Headers/
Dtgmath.h1220 __tg_trunc(long double __x) {return truncl(__x);} in __tg_trunc()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1453 static_assert((std::is_same<decltype(truncl(0)), long double>::value), ""); in test_trunc()
/external/clang/include/clang/Basic/
DBuiltins.def1119 LIBBUILTIN(truncl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1477 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.cpp6311 case LibFunc::truncl: in visitCall()
/external/bison/
Dconfigure24887 … rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do