Home
last modified time | relevance | path

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

12

/minix/tests/lib/libm/
H A Dt_round.c63 bf = roundf(af); in ATF_TC_BODY()
71 cf = roundf(-af); in ATF_TC_BODY()
/minix/lib/libm/noieee_src/
H A Dn_roundf.c38 roundf(float x) in roundf() function
/minix/lib/libm/src/
H A Ds_roundf.c38 roundf(float x) in roundf() function
/minix/external/bsd/llvm/dist/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
/minix/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A Dfloat-shrink-compare.ll73 ; CHECK-NEXT: %roundf = call float @roundf(float %x)
74 ; CHECK-NEXT: fcmp oeq float %roundf, %y
157 ; CHECK-NEXT: %roundf = call float @roundf(float %x)
158 ; CHECK-NEXT: fcmp oeq float %roundf, %y
H A Ddouble-float-shrink-2.ll10 ; DO-SIMPLIFY: call float @roundf(
52 ; --> roundf
H A Dwin-math.ll259 ; WIN32-NOT: float @roundf
262 ; WIN64-NOT: float @roundf
265 ; MINGW32: float @roundf
268 ; MINGW64: float @roundf
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-rounding.ll116 %call = tail call float @roundf(float %a) nounwind readnone
120 declare float @roundf(float %a) nounwind readnone
192 %call = tail call float @roundf(float %a) nounwind readnone
/minix/external/bsd/llvm/dist/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
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h523 roundf, enumerator
753 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl: in hasOptimizedCodeGen()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Mips/
H A Dmips64signextendsesf.ll24 %call = tail call float @roundf(float %0) #2
33 declare float @roundf(float) #1
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dlibcall-declarations.c152 float roundf(float);
292 F(rintl), F(round), F(roundf), F(roundl), F(scalbln),
/minix/external/bsd/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DVectorUtils.h191 case LibFunc::roundf: in getIntrinsicIDForCall()
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb2/
H A Dfloat-intrinsics-float.ll184 ; SOFT: bl roundf
185 ; VFP4: b roundf
/minix/include/
H A Dmath.h403 float roundf(float);
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/SystemZ/
H A Dfp-round-01.ll133 ; CHECK: brasl %r14, roundf@PLT
/minix/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetLibraryInfo.cpp504 TLI.setUnavailable(LibFunc::roundf); in initialize()
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp344 case LibFunc::roundf: in mightUseCTR()
/minix/lib/libm/
H A DMakefile370 MLINKS+=round.3 roundf.3 \
/minix/external/bsd/libc++/dist/libcxx/include/
H A Dcmath277 float roundf(float x);
1565 using ::roundf;
1567 inline _LIBCPP_INLINE_VISIBILITY float round(float __lcpp_x) _NOEXCEPT {return roundf(_…
/minix/external/bsd/libc++/dist/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp575 static_assert((std::is_same<decltype(roundf(0)), float>::value), ""); in test_round()
/minix/external/bsd/libc++/dist/libcxx/test/depr/depr.c.headers/
H A Dmath_h.pass.cpp575 static_assert((std::is_same<decltype(roundf(0)), float>::value), ""); in test_round()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Config/
H A Dconfig.h.cmake292 /* Define to 1 if you have the `roundf' function. */
H A Dconfig.h.in283 /* Define to 1 if you have the `roundf' function. */

12