Home
last modified time | relevance | path

Searched refs:roundf (Results 1 – 25 of 73) sorted by relevance

123

/llvm-project-15.0.7/libc/src/math/aarch64/
H A DCMakeLists.txt72 roundf
74 roundf.cpp
76 ../roundf.h
H A Droundf.cpp14 LLVM_LIBC_FUNCTION(float, roundf, (float x)) {
/llvm-project-15.0.7/libc/test/src/math/differential_testing/
H A Droundf_diff.cpp15 SINGLE_INPUT_SINGLE_OUTPUT_DIFF(float, __llvm_libc::roundf, ::roundf,
H A Droundf_perf.cpp15 SINGLE_INPUT_SINGLE_OUTPUT_PERF(float, __llvm_libc::roundf, ::roundf,
H A DCMakeLists.txt376 libc.src.math.roundf
385 libc.src.math.roundf
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/
H A Dround.ll3 declare float @roundf(float) #0
11 %x = call float @roundf(float 1.25) #0
25 %x = call float @roundf(float 1.5) #0
39 %x = call float @roundf(float 2.75) #0
H A Dcalls.ll41 declare float @roundf(float) readnone nounwind willreturn
161 %roundf_val = call float @roundf(float 3.000000e+00)
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Darm32-round-conv.ll80 %call = call float @roundf(float %a) nounwind readnone
89 %call = call float @roundf(float %a) nounwind readnone
116 declare float @roundf(float) nounwind readnone
H A Darm32-rounding.ll43 %call = call float @roundf(float %a) nounwind readnone
111 declare float @roundf(float) nounwind readnone
/llvm-project-15.0.7/libc/fuzzing/math/
H A Dmath_differential_fuzz.cpp85 SingleInputSingleOutputDiff<float>(&__llvm_libc::roundf, &::roundf, data, in LLVMFuzzerTestOneInput()
H A DCMakeLists.txt43 libc.src.math.roundf
/llvm-project-15.0.7/libc/test/src/math/
H A Droundf_test.cpp13 LIST_ROUND_TESTS(float, __llvm_libc::roundf)
/llvm-project-15.0.7/libc/src/math/
H A Droundf.h14 float roundf(float x);
H A DCMakeLists.txt177 add_math_entrypoint_object(roundf)
/llvm-project-15.0.7/libc/src/math/generic/
H A Droundf.cpp15 LLVM_LIBC_FUNCTION(float, roundf, (float x)) { return fputil::round(x); }
H A DCMakeLists.txt228 roundf
230 roundf.cpp
232 ../roundf.h
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dround-conv.ll248 %call = call float @roundf(float %a) nounwind readnone
258 %call = call float @roundf(float %a) nounwind readnone
288 %call = call float @roundf(float %a) nounwind readnone
298 %call = call float @roundf(float %a) nounwind readnone
329 declare float @roundf(float) nounwind readnone
H A Darm64-rounding.ll114 %call = tail call float @roundf(float %a) nounwind readnone
118 declare float @roundf(float %a) nounwind readnone
190 %call = tail call float @roundf(float %a) nounwind readnone
H A Dround-fptosi-sat-scalar.ll311 %r = call float @roundf(float %a) nounwind readnone
322 %r = call float @roundf(float %a) nounwind readnone
363 declare float @roundf(float) nounwind readnone
H A Dround-fptoui-sat-scalar.ll311 %r = call float @roundf(float %a) nounwind readnone
322 %r = call float @roundf(float %a) nounwind readnone
363 declare float @roundf(float) nounwind readnone
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Drounding-ops.ll31 %call = tail call float @roundf(float %x) nounwind readnone
40 declare float @roundf(float) nounwind readnone
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfp-strict-scalar-round-fp16.ll252 ; SSE2-NEXT: callq roundf@PLT
264 ; AVX-NEXT: callq roundf@PLT
279 ; X86-NEXT: calll roundf
291 ; X64-NEXT: callq roundf@PLT
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dmips64signextendsesf.ll24 %call = tail call float @roundf(float %0) #2
33 declare float @roundf(float) #1
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dlibcall-declarations.c152 float roundf(float);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
/llvm-project-15.0.7/mlir/test/Conversion/MathToLibm/
H A Dconvert-to-libm.mlir16 // CHECK-DAG: @roundf(f32) -> f32
204 // CHECK-DAG: %[[FLOAT_RESULT:.*]] = call @roundf(%[[FLOAT]]) : (f32) -> f32
243 // CHECK: %[[OUT0_F32:.*]] = call @roundf(%[[IN0_F32]]) : (f32) -> f32
246 // CHECK: %[[OUT1_F32:.*]] = call @roundf(%[[IN1_F32]]) : (f32) -> f32

123