Home
last modified time | relevance | path

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

12

/external/valgrind/main/none/tests/mips64/
Dtest_math.stdout.exp24 rintf(1234.0f): 1234.000000
26 rintf(1234.01f): 1235.000000
35 rintf(1234.01f): 1234.000000
Dtest_math.cpp50 printf("rintf(1234.0f): %f\n", rintf(1234.0f)); in main()
53 printf("rintf(1234.01f): %f\n", rintf(1234.01f)); in main()
69 printf("rintf(1234.01f): %f\n", rintf(1234.01f)); in main()
/external/valgrind/main/none/tests/mips32/
Dtest_math.stdout.exp24 rintf(1234.0f): 1234.000000
26 rintf(1234.01f): 1235.000000
35 rintf(1234.01f): 1234.000000
Dtest_math.cpp50 printf("rintf(1234.0f): %f\n", rintf(1234.0f)); in main()
53 printf("rintf(1234.01f): %f\n", rintf(1234.01f)); in main()
69 printf("rintf(1234.01f): %f\n", rintf(1234.01f)); in main()
/external/llvm/test/Transforms/InstCombine/
Dfloat-shrink-compare.ll61 ; CHECK-NEXT: %rintf = call float @rintf(float %x)
62 ; CHECK-NEXT: fcmp oeq float %rintf, %y
145 ; CHECK-NEXT: %rintf = call float @rintf(float %x)
146 ; CHECK-NEXT: fcmp oeq float %rintf, %y
/external/llvm/test/CodeGen/X86/
Drounding-ops.ll83 %call = tail call float @rintf(float %x) nounwind readnone
93 declare float @rintf(float) nounwind readnone
/external/llvm/test/CodeGen/AArch64/
Dfloatdp_1source.ll22 declare float @rintf(float) readonly
56 %valrint = call float @rintf(float %val1)
Darm64-rounding.ll73 %call = tail call float @rintf(float %a) nounwind readnone
77 declare float @rintf(float) nounwind readnone
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h503 rintf, enumerator
740 case LibFunc::rint: case LibFunc::rintf: case LibFunc::rintl: in hasOptimizedCodeGen()
/external/llvm/test/CodeGen/Mips/
Dfp16instrinsmc.ll280 %call = call float @rintf(float %0) #2
281 ;pic: lw ${{[0-9]+}}, %call16(rintf)(${{[0-9]+}})
288 declare float @rintf(float) #1
/external/clang/test/CodeGen/
Dlibcall-declarations.c149 float rintf(float);
291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
/external/llvm/include/llvm/Transforms/Utils/
DVectorUtils.h173 case LibFunc::rintf: in getIntrinsicIDForCall()
/external/bison/linux-lib/
Dmath.h2021 _GL_FUNCDECL_SYS (rintf, float, (float x));
2023 _GL_CXXALIAS_SYS (rintf, float, (float x));
2024 _GL_CXXALIASWARN (rintf);
2026 # undef rintf
2028 _GL_WARN_ON_USE (rintf, "rintf is unportable - "
/external/bison/lib/
Dmath.in.h1709 _GL_FUNCDECL_SYS (rintf, float, (float x));
1711 _GL_CXXALIAS_SYS (rintf, float, (float x));
1712 _GL_CXXALIASWARN (rintf);
1714 # undef rintf
1716 _GL_WARN_ON_USE (rintf, "rintf is unportable - "
/external/bison/darwin-lib/
Dmath.h2021 _GL_FUNCDECL_SYS (rintf, float, (float x));
2023 _GL_CXXALIAS_SYS (rintf, float, (float x));
2024 _GL_CXXALIASWARN (rintf);
2026 # undef rintf
2028 _GL_WARN_ON_USE (rintf, "rintf is unportable - "
/external/ltrace/etc/
Dlibm.so.conf261 float rintf(float);
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
Dmath.pxd67 float rintf "npy_rintf"(float x)
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp490 TLI.setUnavailable(LibFunc::rintf); in initialize()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp325 case LibFunc::rintf: in mightUseCTR()
/external/bison/m4/
Dmath_h.m452 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
/external/libcxx/include/
Dcmath273 float rintf(float x);
1540 using ::rintf;
1542 inline _LIBCPP_INLINE_VISIBILITY float rint(float __x) _NOEXCEPT {return rintf(__x);}
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp565 static_assert((std::is_same<decltype(rintf(0)), float>::value), ""); in test_rint()
/external/llvm/include/llvm/Config/
Dconfig.h.in265 /* Define to 1 if you have the `rintf' function. */
Dconfig.h.cmake286 /* Define to 1 if you have the `rintf' function. */
/external/clang/lib/Headers/
Dtgmath.h1127 __tg_rint(float __x) {return rintf(__x);} in __tg_rint()

12