Searched refs:rintl (Results 1 – 25 of 26) sorted by relevance
12
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 150 long double rintl(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 | 217 HANDLE_LIBCALL(RINT_F80, "rintl") 218 HANDLE_LIBCALL(RINT_F128, "rintl") 219 HANDLE_LIBCALL(RINT_PPCF128, "rintl")
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 158 long double rintl( long double x);
|
D | msvc9.c | 105 long double rintl(long double x) in rintl() function
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 390 ; ALL: ld $25, %call16(rintl) 395 %call = tail call fp128 @rintl(fp128 %0) nounwind readnone 399 declare fp128 @rintl(fp128) #1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 398 ; ALL: ld $25, %call16(rintl) 403 %call = tail call fp128 @rintl(fp128 %0) nounwind readnone 407 declare fp128 @rintl(fp128) #1
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 258 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl: in hasOptimizedCodeGen()
|
D | TargetLibraryInfo.def | 859 /// long double rintl(long double x); 860 TLI_DEFINE_ENUM_INTERNAL(rintl) 861 TLI_DEFINE_STRING_INTERNAL("rintl")
|
/external/libcxx/include/ |
D | cmath | 278 long double rintl(long double x); 523 using ::rintl;
|
D | math.h | 1456 inline _LIBCPP_INLINE_VISIBILITY long double rint(long double __lcpp_x) _NOEXCEPT {return ::rintl(_… in rint()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | fp-cvt.ll | 1083 ; X86-NEXT: calll rintl 1092 ; X64-NEXT: callq rintl 1106 ; X86-NEXT: calll rintl 1115 ; X64-NEXT: callq rintl
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 597 ; CHECK: declare void @rintl(...) 598 declare void @rintl(...)
|
D | annotate.ll | 613 ; CHECK: declare x86_fp80 @rintl(x86_fp80) 614 declare x86_fp80 @rintl(x86_fp80)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 726 ; CHECK: declare void @rintl(...) 727 declare void @rintl(...)
|
D | annotate.ll | 748 ; CHECK: declare x86_fp80 @rintl(x86_fp80) 749 declare x86_fp80 @rintl(x86_fp80)
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 187 TLI.setUnavailable(LibFunc::rintl); in initialize() 924 case LibFunc::rintl: in isValidProtoForLibFunc()
|
D | ValueTracking.cpp | 2380 case LibFunc::rintl: in getIntrinsicForCallSite()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 359 case LibFunc::rintl: in mightUseCTR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1059 /// long double rintl(long double x); 1060 TLI_DEFINE_ENUM_INTERNAL(rintl) 1061 TLI_DEFINE_STRING_INTERNAL("rintl")
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1135 __tg_rint(long double __x) {return rintl(__x);} in __tg_rint()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1367 static_assert((std::is_same<decltype(rintl(0)), long double>::value), ""); in test_rint()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1079 LIBBUILTIN(rintl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1418 static_assert((std::is_same<decltype(std::rintl(0)), long double>::value), ""); in test_rint()
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 3056 x = rintl(x); in reference_rintl()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2761 fun:rintl=uninstrumented
|
12