Home
last modified time | relevance | path

Searched refs:roundl (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/CodeGen/Mips/cconv/
Droundl-call.ll26 ; N32: lw $25, %call16(roundl)($gp)
27 ; N64: ld $25, %call16(roundl)($gp)
35 %call = call fp128 @roundl(fp128 %value)
40 declare fp128 @roundl(fp128) nounwind readnone
/external/bison/linux-lib/
Dmath.h2111 # undef roundl
2112 # define roundl rpl_roundl
2114 _GL_FUNCDECL_RPL (roundl, long double, (long double x));
2115 _GL_CXXALIAS_RPL (roundl, long double, (long double x));
2118 # undef roundl
2119 _GL_FUNCDECL_SYS (roundl, long double, (long double x));
2121 _GL_CXXALIAS_SYS (roundl, long double, (long double x));
2123 _GL_CXXALIASWARN (roundl);
2125 # undef roundl
2127 _GL_WARN_ON_USE (roundl, "roundl is unportable - "
/external/bison/lib/
Dmath.in.h1799 # undef roundl
1800 # define roundl rpl_roundl macro
1802 _GL_FUNCDECL_RPL (roundl, long double, (long double x));
1803 _GL_CXXALIAS_RPL (roundl, long double, (long double x));
1806 # undef roundl
1807 _GL_FUNCDECL_SYS (roundl, long double, (long double x));
1809 _GL_CXXALIAS_SYS (roundl, long double, (long double x));
1811 _GL_CXXALIASWARN (roundl);
1813 # undef roundl
1815 _GL_WARN_ON_USE (roundl, "roundl is unportable - "
/external/bison/darwin-lib/
Dmath.h2111 # undef roundl
2112 # define roundl rpl_roundl
2114 _GL_FUNCDECL_RPL (roundl, long double, (long double x));
2115 _GL_CXXALIAS_RPL (roundl, long double, (long double x));
2118 # undef roundl
2119 _GL_FUNCDECL_SYS (roundl, long double, (long double x));
2121 _GL_CXXALIAS_SYS (roundl, long double, (long double x));
2123 _GL_CXXALIASWARN (roundl);
2125 # undef roundl
2127 _GL_WARN_ON_USE (roundl, "roundl is unportable - "
/external/clang/test/CodeGen/
Dlibcall-declarations.c153 long double roundl(long double);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h259 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl: in hasOptimizedCodeGen()
DTargetLibraryInfo.def871 /// long double roundl(long double x);
872 TLI_DEFINE_ENUM_INTERNAL(roundl)
873 TLI_DEFINE_STRING_INTERNAL("roundl")
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll609 ; CHECK: declare void @roundl(...)
610 declare void @roundl(...)
Dannotate.ll625 ; CHECK: declare x86_fp80 @roundl(x86_fp80)
626 declare x86_fp80 @roundl(x86_fp80)
/external/libcxx/include/
Dcmath282 long double roundl(long double x);
526 using ::roundl;
Dmath.h1380 inline _LIBCPP_INLINE_VISIBILITY long double round(long double __lcpp_x) _NOEXCEPT {return ::roundl in round()
/external/bison/m4/
Dmath_h.m452 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp190 TLI.setUnavailable(LibFunc::roundl); in initialize()
930 case LibFunc::roundl: in isValidProtoForLibFunc()
DValueTracking.cpp2388 case LibFunc::roundl: in getIntrinsicForCallSite()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp363 case LibFunc::roundl: in mightUseCTR()
/external/clang/lib/Headers/
Dtgmath.h1152 __tg_round(long double __x) {return roundl(__x);} in __tg_round()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1377 static_assert((std::is_same<decltype(roundl(0)), long double>::value), ""); in test_round()
/external/clang/include/clang/Basic/
DBuiltins.def1083 LIBBUILTIN(roundl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1401 static_assert((std::is_same<decltype(std::roundl(0)), long double>::value), ""); in test_round()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2765 fun:roundl=uninstrumented
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6305 case LibFunc::roundl: in visitCall()
/external/bison/
Dconfigure24887 … remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sq…