Home
last modified time | relevance | path

Searched refs:roundl (Results 1 – 23 of 23) 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/
Droundl-call.ll28 ; N32: lw $25, %call16(roundl)($gp)
29 ; N64: ld $25, %call16(roundl)($gp)
37 %call = call fp128 @roundl(fp128 %value)
42 declare fp128 @roundl(fp128) nounwind readnone
/external/clang/test/CodeGen/
Dlibcall-declarations.c153 long double roundl(long double);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def227 HANDLE_LIBCALL(ROUND_F80, "roundl")
228 HANDLE_LIBCALL(ROUND_F128, "roundl")
229 HANDLE_LIBCALL(ROUND_PPCF128, "roundl")
/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/libcxx/include/
Dcmath282 long double roundl(long double x);
520 using ::roundl;
Dmath.h1466 inline _LIBCPP_INLINE_VISIBILITY long double round(long double __lcpp_x) _NOEXCEPT {return ::roundl in round()
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll738 ; CHECK: declare void @roundl(...)
739 declare void @roundl(...)
Dannotate.ll760 ; CHECK: declare x86_fp80 @roundl(x86_fp80)
761 declare x86_fp80 @roundl(x86_fp80)
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1071 /// long double roundl(long double x);
1072 TLI_DEFINE_ENUM_INTERNAL(roundl)
1073 TLI_DEFINE_STRING_INTERNAL("roundl")
/external/libaom/libaom/aom_dsp/x86/
Dblend_a64_mask_avx2.c942 const __m256i roundl = in highbd_blend_a64_d16_mask_w4_avx2() local
945 const __m256i pack = _mm256_packs_epi32(roundl, roundh); in highbd_blend_a64_d16_mask_w4_avx2()
/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.cpp1386 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.cpp1437 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()