/external/llvm-project/libc/test/src/math/ |
D | roundl_test.cpp | 23 EXPECT_FP_EQ(zero, __llvm_libc::roundl(zero)); in TEST() 24 EXPECT_FP_EQ(negZero, __llvm_libc::roundl(negZero)); in TEST() 26 EXPECT_FP_EQ(inf, __llvm_libc::roundl(inf)); in TEST() 27 EXPECT_FP_EQ(negInf, __llvm_libc::roundl(negInf)); in TEST() 30 ASSERT_NE(isnan(__llvm_libc::roundl(nan)), 0); in TEST() 34 EXPECT_FP_EQ(1.0l, __llvm_libc::roundl(1.0l)); in TEST() 35 EXPECT_FP_EQ(-1.0l, __llvm_libc::roundl(-1.0l)); in TEST() 36 EXPECT_FP_EQ(10.0l, __llvm_libc::roundl(10.0l)); in TEST() 37 EXPECT_FP_EQ(-10.0l, __llvm_libc::roundl(-10.0l)); in TEST() 38 EXPECT_FP_EQ(1234.0l, __llvm_libc::roundl(1234.0l)); in TEST() [all …]
|
/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/llvm-project/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/llvm-project/libc/fuzzing/math/ |
D | math_differential_fuzz.cpp | 89 SingleInputSingleOutputDiff<long double>(&__llvm_libc::roundl, &::roundl, in LLVMFuzzerTestOneInput()
|
D | CMakeLists.txt | 44 libc.src.math.roundl
|
/external/llvm-project/libc/src/math/ |
D | roundl.h | 14 long double roundl(long double x);
|
D | roundl.cpp | 14 long double LLVM_LIBC_ENTRYPOINT(roundl)(long double x) { in LLVM_LIBC_ENTRYPOINT() argument
|
D | CMakeLists.txt | 228 roundl 230 roundl.cpp 232 roundl.h
|
/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/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 153 long double roundl(long double); 292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
|
D | math-libcalls.c | 444 round(f); roundf(f); roundl(f); in foo()
|
/external/llvm-project/libc/config/linux/aarch64/ |
D | entrypoints.txt | 87 libc.src.math.roundl
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 234 HANDLE_LIBCALL(ROUND_F80, "roundl") 235 HANDLE_LIBCALL(ROUND_F128, "roundl") 236 HANDLE_LIBCALL(ROUND_PPCF128, "roundl")
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 209 long double roundl(long double x);
|
D | msvc9.c | 512 long double roundl(long double x) in roundl() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 234 HANDLE_LIBCALL(ROUND_F80, "roundl") 235 HANDLE_LIBCALL(ROUND_F128, "roundl") 236 HANDLE_LIBCALL(ROUND_PPCF128, "roundl")
|
/external/llvm-project/libc/config/linux/x86_64/ |
D | entrypoints.txt | 136 libc.src.math.roundl
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 259 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl: in hasOptimizedCodeGen()
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | fp-round-01.ll | 189 ; CHECK: brasl %r14, roundl@PLT
|
D | fp-strict-round-01.ll | 229 ; CHECK: brasl %r14, roundl@PLT
|
/external/libcxx/include/ |
D | cmath | 282 long double roundl(long double x); 524 using ::roundl;
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 609 ; CHECK: declare void @roundl(...) 610 declare void @roundl(...)
|
/external/llvm-project/libcxx/include/ |
D | cmath | 281 long double roundl(long double x); 527 using ::roundl;
|
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 738 ; CHECK: declare void @roundl(...) 739 declare void @roundl(...)
|
/external/llvm-project/libc/spec/ |
D | stdc.td | 364 FunctionSpec<"roundl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>]>,
|