Searched refs:roundl (Results 1 – 23 of 23) sorted by relevance
/external/llvm/test/CodeGen/Mips/cconv/ |
D | roundl-call.ll | 26 ; 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/ |
D | roundl-call.ll | 28 ; 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/ |
D | libcall-declarations.c | 153 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/ |
D | RuntimeLibcalls.def | 227 HANDLE_LIBCALL(ROUND_F80, "roundl") 228 HANDLE_LIBCALL(ROUND_F128, "roundl") 229 HANDLE_LIBCALL(ROUND_PPCF128, "roundl")
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 259 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl: in hasOptimizedCodeGen()
|
D | TargetLibraryInfo.def | 871 /// long double roundl(long double x); 872 TLI_DEFINE_ENUM_INTERNAL(roundl) 873 TLI_DEFINE_STRING_INTERNAL("roundl")
|
/external/libcxx/include/ |
D | cmath | 282 long double roundl(long double x); 520 using ::roundl;
|
D | math.h | 1466 inline _LIBCPP_INLINE_VISIBILITY long double round(long double __lcpp_x) _NOEXCEPT {return ::roundl… in round()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 609 ; CHECK: declare void @roundl(...) 610 declare void @roundl(...)
|
D | annotate.ll | 625 ; 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/ |
D | no-proto.ll | 738 ; CHECK: declare void @roundl(...) 739 declare void @roundl(...)
|
D | annotate.ll | 760 ; CHECK: declare x86_fp80 @roundl(x86_fp80) 761 declare x86_fp80 @roundl(x86_fp80)
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 190 TLI.setUnavailable(LibFunc::roundl); in initialize() 930 case LibFunc::roundl: in isValidProtoForLibFunc()
|
D | ValueTracking.cpp | 2388 case LibFunc::roundl: in getIntrinsicForCallSite()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 363 case LibFunc::roundl: in mightUseCTR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1071 /// long double roundl(long double x); 1072 TLI_DEFINE_ENUM_INTERNAL(roundl) 1073 TLI_DEFINE_STRING_INTERNAL("roundl")
|
/external/libaom/libaom/aom_dsp/x86/ |
D | blend_a64_mask_avx2.c | 942 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/ |
D | tgmath.h | 1152 __tg_round(long double __x) {return roundl(__x);} in __tg_round()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1386 static_assert((std::is_same<decltype(roundl(0)), long double>::value), ""); in test_round()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1083 LIBBUILTIN(roundl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1437 static_assert((std::is_same<decltype(std::roundl(0)), long double>::value), ""); in test_round()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2765 fun:roundl=uninstrumented
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 6305 case LibFunc::roundl: in visitCall()
|