Home
last modified time | relevance | path

Searched refs:xround (Results 1 – 25 of 72) sorted by relevance

123

/dports/audio/praat/praat-6.2.03/melder/
H A Dmelder_ftoi.h31 return (integer) xround;
41 Melder_require (xround >= (double) INTEGER_MIN && xround <= (double) INTEGER_MAX,
43 return (integer) xround;
63 Melder_require (xround >= (double) INTEGER_MIN && xround <= (double) INTEGER_MAX,
65 return (integer) xround;
74 Melder_require (xround >= (double) INTEGER_MIN && xround <= (double) INTEGER_MAX,
76 return (integer) xround;
86 Melder_require (xround >= (double) INTEGER_MIN && xround <= (double) INTEGER_MAX,
88 return (integer) xround;
99 return (integer) xround;
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_06_math/
H A Dtest_600_base.py5 from ezdxf.math import xround, Vec2
64 assert xround(9.999, 0.) == 10
65 assert xround(9.999, 0.5) == 10
66 assert xround(9.75, 0.5) == 10
67 assert xround(9.74, 0.5) == 9.5
76 assert xround(19.1, 1.) == 19
77 assert xround(19.1, 2.) == 20
78 assert xround(18.9, 2.) == 18
79 assert xround(18.9, 5.) == 20
80 assert xround(18.9, 10) == 20
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/painting/
H A Dq3painter.h63 inline void drawRoundRect(const QRect &r, int xround = 25, int yround = 25); in QT_MODULE()
64 inline void drawRoundRect(int x, int y, int w, int h, int xround = 25, int yround = 25) in QT_MODULE()
65 { drawRoundRect(QRect(x, y, w, h), xround, yround); } in QT_MODULE()
/dports/math/rexx-regmath/math/
H A Drexxmath.c22 static double xround(const double arg);
51 "nint", xround, /* nearest integer */
161 static double xround(const double arg) in xround() function
/dports/cad/magic/magic-8.3.245/graphics/
H A DgrClip.c1152 #define xround(d) (int)(((((d % height) << 1) >= height) ? 1 : 0) + (d / height)) macro
1209 points[0].p_x -= xround(delx);
1223 points[3].p_x = points[2].p_x + xround(delx);
1265 points[2].p_x -= xround(delx);
1285 points[4].p_x = points[0].p_x + xround(delx);
1294 points[3].p_x = points[0].p_x + xround(delx);
1308 points[0].p_x += xround(delx);
1322 points[3].p_x = points[2].p_x - xround(delx);
1365 points[2].p_x += xround(delx);
1385 points[4].p_x = points[0].p_x - xround(delx);
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/lavtools/
H A Dy4mstabilizer.c86 static int xround(float, int);
571 shftp->x = -xround(Stab.gsX, ss_h); in calcshift()
572 shftp->y = -xround(Stab.gsY, ss_v); in calcshift()
581 xround (float v, int r) in xround() function
584 return (-xround(-v, r)); in xround()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/math/
H A D__init__.py43 def xround(value: float, rounding: float = 0.) -> float: function
/dports/lang/pocl/pocl-1.8/lib/kernel/sleef/libm/
H A Drename.h60 #define xround Sleef_round macro
H A Drename_vec256.h55 #define xround Sleef_roundd4_intrin macro
H A Drename_vec512.h55 #define xround Sleef_roundd8_intrin macro
H A Drename_vec128.h55 #define xround Sleef_roundd2_intrin macro
/dports/math/sleef/sleef-3.5.0/src/libm/
H A Drename.h73 #define xround Sleef_round macro
H A Dnorename.h88 vdouble xround(vdouble);
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dreframer.c108 u32 xround; member
991 if (ctx->xround==REFRAME_ROUND_BEFORE) { in check_gop_split()
993 } else if (ctx->xround==REFRAME_ROUND_AFTER) { in check_gop_split()
1240 if (ctx->xround==REFRAME_ROUND_CLOSEST) { in reframer_process()
1265 } else if (ctx->xround==REFRAME_ROUND_BEFORE) { in reframer_process()
1767 { OFFS(xround), "adjustment of extraction start range I-frame\n"
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dreframer.c108 u32 xround; member
991 if (ctx->xround==REFRAME_ROUND_BEFORE) { in check_gop_split()
993 } else if (ctx->xround==REFRAME_ROUND_AFTER) { in check_gop_split()
1240 if (ctx->xround==REFRAME_ROUND_CLOSEST) { in reframer_process()
1265 } else if (ctx->xround==REFRAME_ROUND_BEFORE) { in reframer_process()
1767 { OFFS(xround), "adjustment of extraction start range I-frame\n"
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqpainter_c.cpp679 void QPainter_drawRoundRect(QPainterH handle, const QRectFH r, int xround, int yround) in QPainter_drawRoundRect() argument
681 ((QPainter *)handle)->drawRoundRect(*(const QRectF*)r, xround, yround); in QPainter_drawRoundRect()
689 void QPainter_drawRoundRect3(QPainterH handle, PRect r, int xround, int yround) in QPainter_drawRoundRect3() argument
693 ((QPainter *)handle)->drawRoundRect(t_r, xround, yround); in QPainter_drawRoundRect3()
H A Dqpainter_c.h146 C_EXPORT void QPainter_drawRoundRect(QPainterH handle, const QRectFH r, int xround, int yround);
148 C_EXPORT void QPainter_drawRoundRect3(QPainterH handle, PRect r, int xround, int yround);
/dports/print/texlive-base/texlive-20150521-source/texk/dvipos/
H A Ddvicore.c368 static SIGNED_QUAD xround (double p) in xround() function
397 #define PIXEL_ROUND(p) xround(conv*(p))
1302 else m = xround((1000.0*conv*q)/(true_conv*d)); in define_font()
1328 d = xround((100.0*conv*q)/(true_conv*d)); in define_font()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqpainter_c.cpp679 void QPainter_drawRoundRect(QPainterH handle, const QRectFH r, int xround, int yround) in QPainter_drawRoundRect() argument
681 ((QPainter *)handle)->drawRoundRect(*(const QRectF*)r, xround, yround); in QPainter_drawRoundRect()
689 void QPainter_drawRoundRect3(QPainterH handle, PRect r, int xround, int yround) in QPainter_drawRoundRect3() argument
693 ((QPainter *)handle)->drawRoundRect(t_r, xround, yround); in QPainter_drawRoundRect3()
H A Dqpainter_c.h146 C_EXPORT void QPainter_drawRoundRect(QPainterH handle, const QRectFH r, int xround, int yround);
148 C_EXPORT void QPainter_drawRoundRect3(QPainterH handle, PRect r, int xround, int yround);
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqpainter_c.cpp679 void QPainter_drawRoundRect(QPainterH handle, const QRectFH r, int xround, int yround) in QPainter_drawRoundRect() argument
681 ((QPainter *)handle)->drawRoundRect(*(const QRectF*)r, xround, yround); in QPainter_drawRoundRect()
689 void QPainter_drawRoundRect3(QPainterH handle, PRect r, int xround, int yround) in QPainter_drawRoundRect3() argument
693 ((QPainter *)handle)->drawRoundRect(t_r, xround, yround); in QPainter_drawRoundRect3()
H A Dqpainter_c.h146 C_EXPORT void QPainter_drawRoundRect(QPainterH handle, const QRectFH r, int xround, int yround);
148 C_EXPORT void QPainter_drawRoundRect3(QPainterH handle, PRect r, int xround, int yround);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqpainter_c.cpp679 void QPainter_drawRoundRect(QPainterH handle, const QRectFH r, int xround, int yround) in QPainter_drawRoundRect() argument
681 ((QPainter *)handle)->drawRoundRect(*(const QRectF*)r, xround, yround); in QPainter_drawRoundRect()
689 void QPainter_drawRoundRect3(QPainterH handle, PRect r, int xround, int yround) in QPainter_drawRoundRect3() argument
693 ((QPainter *)handle)->drawRoundRect(t_r, xround, yround); in QPainter_drawRoundRect3()
H A Dqpainter_c.h146 C_EXPORT void QPainter_drawRoundRect(QPainterH handle, const QRectFH r, int xround, int yround);
148 C_EXPORT void QPainter_drawRoundRect3(QPainterH handle, PRect r, int xround, int yround);
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/render/
H A Ddim_base.py5 from ezdxf.math import UCS, PassTroughUCS, xround, Z_AXIS
55 value = xround(value, dimrnd)

123