Home
last modified time | relevance | path

Searched refs:rintl (Results 1 – 25 of 50) sorted by relevance

12

/external/clang/test/CodeGen/
Dlibcall-declarations.c150 long double rintl(long double);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c150 long double rintl(long double);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
Dmath-libcalls.c435 rint(f); rintf(f); rintl(f); in foo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def224 HANDLE_LIBCALL(RINT_F80, "rintl")
225 HANDLE_LIBCALL(RINT_F128, "rintl")
226 HANDLE_LIBCALL(RINT_PPCF128, "rintl")
/external/OpenCL-CTS/test_common/harness/
Dcompat.h157 long double rintl(long double x);
Dmsvc9.c114 long double rintl(long double x) in rintl() function
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def224 HANDLE_LIBCALL(RINT_F80, "rintl")
225 HANDLE_LIBCALL(RINT_F128, "rintl")
226 HANDLE_LIBCALL(RINT_PPCF128, "rintl")
/external/llvm/test/CodeGen/Mips/
Dmips64-f128.ll390 ; 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/
Dmips64-f128.ll398 ; 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/
DTargetLibraryInfo.h258 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl: in hasOptimizedCodeGen()
DTargetLibraryInfo.def859 /// long double rintl(long double x);
860 TLI_DEFINE_ENUM_INTERNAL(rintl)
861 TLI_DEFINE_STRING_INTERNAL("rintl")
/external/libcxx/include/
Dcmath278 long double rintl(long double x);
523 using ::rintl;
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll597 ; CHECK: declare void @rintl(...)
598 declare void @rintl(...)
Dannotate.ll613 ; CHECK: declare x86_fp80 @rintl(x86_fp80)
614 declare x86_fp80 @rintl(x86_fp80)
/external/llvm-project/libcxx/include/
Dcmath277 long double rintl(long double x);
526 using ::rintl;
/external/llvm-project/llvm/test/CodeGen/X86/
Dfp-cvt.ll1046 ; X86-NEXT: calll rintl
1055 ; X64-NEXT: callq rintl
1069 ; X86-NEXT: calll rintl
1078 ; X64-NEXT: callq rintl
Dfp80-strict-libcalls.ll414 ; X86-NEXT: calll rintl
424 ; X64-NEXT: callq rintl
Dfp128-libcalls.ll726 ; CHECK-NEXT: callq rintl
741 ; X86-NEXT: calll rintl
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll726 ; CHECK: declare void @rintl(...)
727 declare void @rintl(...)
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp359 case LibFunc::rintl: in mightUseCTR()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Df128-rounding.ll69 ; CHECK-P8-NEXT: bl rintl
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp187 TLI.setUnavailable(LibFunc::rintl); in initialize()
924 case LibFunc::rintl: in isValidProtoForLibFunc()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1173 /// 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/
DTargetLibraryInfo.def1137 /// long double rintl(long double x);
1138 TLI_DEFINE_ENUM_INTERNAL(rintl)
1139 TLI_DEFINE_STRING_INTERNAL("rintl")
/external/clang/lib/Headers/
Dtgmath.h1135 __tg_rint(long double __x) {return rintl(__x);} in __tg_rint()

12