Home
last modified time | relevance | path

Searched refs:roundl (Results 1 – 25 of 62) sorted by relevance

123

/external/llvm-project/libc/test/src/math/
Droundl_test.cpp23 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/
Droundl-call.ll26 ; 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/
Droundl-call.ll28 ; 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/
Dmath_differential_fuzz.cpp89 SingleInputSingleOutputDiff<long double>(&__llvm_libc::roundl, &::roundl, in LLVMFuzzerTestOneInput()
DCMakeLists.txt44 libc.src.math.roundl
/external/llvm-project/libc/src/math/
Droundl.h14 long double roundl(long double x);
Droundl.cpp14 long double LLVM_LIBC_ENTRYPOINT(roundl)(long double x) { in LLVM_LIBC_ENTRYPOINT() argument
DCMakeLists.txt228 roundl
230 roundl.cpp
232 roundl.h
/external/clang/test/CodeGen/
Dlibcall-declarations.c153 long double roundl(long double);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c153 long double roundl(long double);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
Dmath-libcalls.c444 round(f); roundf(f); roundl(f); in foo()
/external/llvm-project/libc/config/linux/aarch64/
Dentrypoints.txt87 libc.src.math.roundl
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def234 HANDLE_LIBCALL(ROUND_F80, "roundl")
235 HANDLE_LIBCALL(ROUND_F128, "roundl")
236 HANDLE_LIBCALL(ROUND_PPCF128, "roundl")
/external/OpenCL-CTS/test_common/harness/
Dcompat.h209 long double roundl(long double x);
Dmsvc9.c512 long double roundl(long double x) in roundl() function
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def234 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/
Dentrypoints.txt136 libc.src.math.roundl
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h259 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl: in hasOptimizedCodeGen()
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dfp-round-01.ll189 ; CHECK: brasl %r14, roundl@PLT
Dfp-strict-round-01.ll229 ; CHECK: brasl %r14, roundl@PLT
/external/libcxx/include/
Dcmath282 long double roundl(long double x);
524 using ::roundl;
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll609 ; CHECK: declare void @roundl(...)
610 declare void @roundl(...)
/external/llvm-project/libcxx/include/
Dcmath281 long double roundl(long double x);
527 using ::roundl;
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll738 ; CHECK: declare void @roundl(...)
739 declare void @roundl(...)
/external/llvm-project/libc/spec/
Dstdc.td364 FunctionSpec<"roundl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>]>,

123