Home
last modified time | relevance | path

Searched refs:rintl (Results 1 – 25 of 26) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def217 HANDLE_LIBCALL(RINT_F80, "rintl")
218 HANDLE_LIBCALL(RINT_F128, "rintl")
219 HANDLE_LIBCALL(RINT_PPCF128, "rintl")
/external/OpenCL-CTS/test_common/harness/
Dcompat.h158 long double rintl( long double x);
Dmsvc9.c105 long double rintl(long double x) in rintl() function
/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/swiftshader/third_party/llvm-7.0/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;
Dmath.h1456 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/
Dfp-cvt.ll1083 ; X86-NEXT: calll rintl
1092 ; X64-NEXT: callq rintl
1106 ; X86-NEXT: calll rintl
1115 ; X64-NEXT: callq 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll726 ; CHECK: declare void @rintl(...)
727 declare void @rintl(...)
Dannotate.ll748 ; CHECK: declare x86_fp80 @rintl(x86_fp80)
749 declare x86_fp80 @rintl(x86_fp80)
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp187 TLI.setUnavailable(LibFunc::rintl); in initialize()
924 case LibFunc::rintl: in isValidProtoForLibFunc()
DValueTracking.cpp2380 case LibFunc::rintl: in getIntrinsicForCallSite()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp359 case LibFunc::rintl: in mightUseCTR()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1059 /// long double rintl(long double x);
1060 TLI_DEFINE_ENUM_INTERNAL(rintl)
1061 TLI_DEFINE_STRING_INTERNAL("rintl")
/external/clang/lib/Headers/
Dtgmath.h1135 __tg_rint(long double __x) {return rintl(__x);} in __tg_rint()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1367 static_assert((std::is_same<decltype(rintl(0)), long double>::value), ""); in test_rint()
/external/clang/include/clang/Basic/
DBuiltins.def1079 LIBBUILTIN(rintl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1418 static_assert((std::is_same<decltype(std::rintl(0)), long double>::value), ""); in test_rint()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp3056 x = rintl(x); in reference_rintl()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2761 fun:rintl=uninstrumented

12