Home
last modified time | relevance | path

Searched refs:rintf (Results 1 – 25 of 58) sorted by relevance

123

/llvm-project-15.0.7/libc/test/src/math/differential_testing/
H A Drintf_perf.cpp15 SINGLE_INPUT_SINGLE_OUTPUT_PERF(float, __llvm_libc::rintf, ::rintf,
H A Drintf_diff.cpp15 SINGLE_INPUT_SINGLE_OUTPUT_DIFF(float, __llvm_libc::rintf, ::rintf,
H A DCMakeLists.txt356 libc.src.math.rintf
365 libc.src.math.rintf
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dmips64signextendsesf.ll9 %rintf = tail call float @rintf(float %in.0.in.0.) #1
10 store volatile float %rintf, float* %out, align 4
19 declare float @rintf(float)
H A Dfp16instrinsmc.ll280 %call = call float @rintf(float %0) #2
281 ;pic: lw ${{[0-9]+}}, %call16(rintf)(${{[0-9]+}})
288 declare float @rintf(float) #1
/llvm-project-15.0.7/libc/test/src/math/
H A Drintf_test.cpp13 LIST_RINT_TESTS(float, __llvm_libc::rintf)
/llvm-project-15.0.7/libc/src/math/
H A Drintf.h14 float rintf(float x);
H A DCMakeLists.txt173 add_math_entrypoint_object(rintf)
/llvm-project-15.0.7/libc/src/math/generic/
H A Drintf.cpp15 LLVM_LIBC_FUNCTION(float, rintf, (float x)) {
H A DCMakeLists.txt336 rintf
338 rintf.cpp
340 ../rintf.h
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/
H A Drint.ll8 declare float @rintf(float) #0
33 %x = call float @rintf(float 1.5) #0
/llvm-project-15.0.7/clang/test/Sema/
H A Dprototype-redecls.c32 float rintf() { // expected-warning {{incompatible redeclaration of library function 'rintf'}} \ in rintf() function
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Darm32-rounding.ll94 %call = call float @rintf(float %a) nounwind readnone
117 declare float @rintf(float) nounwind readnone
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-rounding.ll71 %call = tail call float @rintf(float %a) nounwind readnone
75 declare float @rintf(float) nounwind readnone
H A Dfloatdp_1source.ll19 declare float @rintf(float) readonly
84 %r = call float @rintf(float %v)
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dlibcall-declarations.c149 float rintf(float);
291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
H A Dmath-libcalls.c435 rint(f); rintf(f); rintl(f); in foo()
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/
H A Dfloat-intrinsics-float.ll177 ; SOFT: bl rintf
178 ; VFP4: b rintf
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Drounding-ops.ll147 %call = tail call float @rintf(float %x) nounwind readnone
151 declare float @rintf(float) nounwind readnone
/llvm-project-15.0.7/clang/test/Headers/Inputs/include/
H A Dmath.h139 float rintf(float __a);
/llvm-project-15.0.7/libc/config/darwin/arm/
H A Dentrypoints.txt183 libc.src.math.rintf
/llvm-project-15.0.7/libc/config/windows/
H A Dentrypoints.txt185 libc.src.math.rintf
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dlower-scalar-mass-afn.ll25 declare float @rintf (float);
278 %call = tail call afn float @rintf(float %a)
/llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/
H A Dno-proto.ll723 ; CHECK: declare void @rintf(...)
724 declare void @rintf(...)
/llvm-project-15.0.7/libcxx/include/
H A Dcmath276 float rintf(float x);
459 using ::rintf _LIBCPP_USING_IF_EXISTS;

123