Searched refs:rintl (Results 1 – 25 of 50) 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/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 150 long double rintl(long double); 292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
|
D | math-libcalls.c | 435 rint(f); rintf(f); rintl(f); in foo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 224 HANDLE_LIBCALL(RINT_F80, "rintl") 225 HANDLE_LIBCALL(RINT_F128, "rintl") 226 HANDLE_LIBCALL(RINT_PPCF128, "rintl")
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 157 long double rintl(long double x);
|
D | msvc9.c | 114 long double rintl(long double x) in rintl() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 224 HANDLE_LIBCALL(RINT_F80, "rintl") 225 HANDLE_LIBCALL(RINT_F128, "rintl") 226 HANDLE_LIBCALL(RINT_PPCF128, "rintl")
|
/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/llvm-project/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;
|
/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/llvm-project/libcxx/include/ |
D | cmath | 277 long double rintl(long double x); 526 using ::rintl;
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fp-cvt.ll | 1046 ; X86-NEXT: calll rintl 1055 ; X64-NEXT: callq rintl 1069 ; X86-NEXT: calll rintl 1078 ; X64-NEXT: callq rintl
|
D | fp80-strict-libcalls.ll | 414 ; X86-NEXT: calll rintl 424 ; X64-NEXT: callq rintl
|
D | fp128-libcalls.ll | 726 ; CHECK-NEXT: callq rintl 741 ; X86-NEXT: calll rintl
|
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 726 ; CHECK: declare void @rintl(...) 727 declare void @rintl(...)
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 359 case LibFunc::rintl: in mightUseCTR()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | f128-rounding.ll | 69 ; CHECK-P8-NEXT: bl rintl
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 187 TLI.setUnavailable(LibFunc::rintl); in initialize() 924 case LibFunc::rintl: in isValidProtoForLibFunc()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1173 /// long double rintl(long double x); 1174 TLI_DEFINE_ENUM_INTERNAL(rintl) 1175 TLI_DEFINE_STRING_INTERNAL("rintl")
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1137 /// long double rintl(long double x); 1138 TLI_DEFINE_ENUM_INTERNAL(rintl) 1139 TLI_DEFINE_STRING_INTERNAL("rintl")
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1135 __tg_rint(long double __x) {return rintl(__x);} in __tg_rint()
|
12