Home
last modified time | relevance | path

Searched refs:ROUNDING (Results 1 – 25 of 271) sorted by relevance

1234567891011

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/mplibdir/
H A Dmpmathbinary.w38 @d ROUNDING MPFR_RNDN
1124 mpfr_neg(a, a, ROUNDING);
1125 mpfr_neg(b, b, ROUNDING);
1128 mpfr_neg(c, c, ROUNDING);
1129 mpfr_neg(d, d, ROUNDING);
1146 mpfr_set(q, a, ROUNDING);
1147 mpfr_set(a, c, ROUNDING);
1148 mpfr_set(c, q, ROUNDING);
1149 mpfr_neg(q, b, ROUNDING);
1150 mpfr_neg(b, d, ROUNDING);
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/mplibdir/
H A Dmpmathbinary.w38 @d ROUNDING MPFR_RNDN
1124 mpfr_neg(a, a, ROUNDING);
1125 mpfr_neg(b, b, ROUNDING);
1128 mpfr_neg(c, c, ROUNDING);
1129 mpfr_neg(d, d, ROUNDING);
1146 mpfr_set(q, a, ROUNDING);
1147 mpfr_set(a, c, ROUNDING);
1148 mpfr_set(c, q, ROUNDING);
1149 mpfr_neg(q, b, ROUNDING);
1150 mpfr_neg(b, d, ROUNDING);
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/mplibdir/
H A Dmpmathbinary.w38 @d ROUNDING MPFR_RNDN
1124 mpfr_neg(a, a, ROUNDING);
1125 mpfr_neg(b, b, ROUNDING);
1128 mpfr_neg(c, c, ROUNDING);
1129 mpfr_neg(d, d, ROUNDING);
1146 mpfr_set(q, a, ROUNDING);
1147 mpfr_set(a, c, ROUNDING);
1148 mpfr_set(c, q, ROUNDING);
1149 mpfr_neg(q, b, ROUNDING);
1150 mpfr_neg(b, d, ROUNDING);
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/mplibdir/
H A Dmpmathbinary.w38 @d ROUNDING MPFR_RNDN
1124 mpfr_neg(a, a, ROUNDING);
1125 mpfr_neg(b, b, ROUNDING);
1128 mpfr_neg(c, c, ROUNDING);
1129 mpfr_neg(d, d, ROUNDING);
1146 mpfr_set(q, a, ROUNDING);
1147 mpfr_set(a, c, ROUNDING);
1148 mpfr_set(c, q, ROUNDING);
1149 mpfr_neg(q, b, ROUNDING);
1150 mpfr_neg(b, d, ROUNDING);
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/mplibdir/
H A Dmpmathbinary.w38 @d ROUNDING MPFR_RNDN
1124 mpfr_neg(a, a, ROUNDING);
1125 mpfr_neg(b, b, ROUNDING);
1128 mpfr_neg(c, c, ROUNDING);
1129 mpfr_neg(d, d, ROUNDING);
1146 mpfr_set(q, a, ROUNDING);
1147 mpfr_set(a, c, ROUNDING);
1148 mpfr_set(c, q, ROUNDING);
1149 mpfr_neg(q, b, ROUNDING);
1150 mpfr_neg(b, d, ROUNDING);
[all …]
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/mplibdir/
H A Dmpmathbinary.w38 @d ROUNDING MPFR_RNDN
1124 mpfr_neg(a, a, ROUNDING);
1125 mpfr_neg(b, b, ROUNDING);
1128 mpfr_neg(c, c, ROUNDING);
1129 mpfr_neg(d, d, ROUNDING);
1146 mpfr_set(q, a, ROUNDING);
1147 mpfr_set(a, c, ROUNDING);
1148 mpfr_set(c, q, ROUNDING);
1149 mpfr_neg(q, b, ROUNDING);
1150 mpfr_neg(b, d, ROUNDING);
[all …]
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/mplibdir/
H A Dmpmathbinary.w38 @d ROUNDING MPFR_RNDN
1124 mpfr_neg(a, a, ROUNDING);
1125 mpfr_neg(b, b, ROUNDING);
1128 mpfr_neg(c, c, ROUNDING);
1129 mpfr_neg(d, d, ROUNDING);
1146 mpfr_set(q, a, ROUNDING);
1147 mpfr_set(a, c, ROUNDING);
1148 mpfr_set(c, q, ROUNDING);
1149 mpfr_neg(q, b, ROUNDING);
1150 mpfr_neg(b, d, ROUNDING);
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/tests/
H A DTestBlockLayout.cpp127 QVERIFY(qAbs(line.y() - (i * lineSpacing12 + 100.0)) < ROUNDING); in testBasicLineSpacing()
140 QVERIFY(qAbs(line.y() - (i * lineSpacing12 + 100.0)) < ROUNDING); in testBasicLineSpacing()
153 QVERIFY(qAbs(line.y() - (lineSpacing12 + 100.0)) < ROUNDING); in testBasicLineSpacing()
179 QVERIFY(qAbs(blockLayout->lineAt(0).y() - (2*12.0*LINESPACING_FACTOR + 100.0)) < ROUNDING); in testBasicLineSpacing2()
237 QVERIFY(qAbs(blockLayout->lineAt(1).y() - (0.0 + newlineheight + 100.0)) < ROUNDING); in testPercentageLineSpacing()
238 …ERIFY(qAbs(blockLayout->lineAt(2).y() - (0.0 + newlineheight + newlineheight + 100.0)) < ROUNDING); in testPercentageLineSpacing()
251 QVERIFY(qAbs(blockLayout->lineAt(1).y() - (0.0 + newlineheight + 100.0)) < ROUNDING); in testPercentageLineSpacing()
522 QVERIFY(qAbs(block1Layout->lineAt(0).y() - spaces[t1]) < ROUNDING); in testBlockSpacing()
524 … QVERIFY(qAbs(block1Layout->lineAt(0).y() - (0.0 + 100.0)) < ROUNDING); in testBlockSpacing()
568 … QVERIFY(qAbs(block1Layout->lineAt(0).y() - (0.0 + 100.0)) < ROUNDING); in testBlockSpacing()
[all …]
H A DTestTableLayout.cpp232 QVERIFY(qAbs(m_block.layout()->lineAt(0).width() - 200.0) < ROUNDING); in testColumnWidthUndefined()
236 QVERIFY(qAbs(lay->lineAt(0).width() - 200.0/3) < ROUNDING); in testColumnWidthUndefined()
240 QVERIFY(qAbs(lay->lineAt(0).width() - 200.0/3) < ROUNDING); in testColumnWidthUndefined()
244 QVERIFY(qAbs(lay->lineAt(0).width() - 200.0/3) < ROUNDING); in testColumnWidthUndefined()
270 QVERIFY(qAbs(mergedCellBlock().layout()->lineAt(0).width() - 124.8) < ROUNDING); in testColumnWidthFixed()
271 QVERIFY(qAbs(topRightCellBlock().layout()->lineAt(0).width() - 362.9) < ROUNDING); in testColumnWidthFixed()
272 QVERIFY(qAbs(bottomLeftCellBlock().layout()->lineAt(0).width() - 2.3) < ROUNDING); in testColumnWidthFixed()
296 QVERIFY(qAbs(mergedCellBlock().layout()->lineAt(0).width() - 120.5) < ROUNDING); in testColumnWidthFixedZero()
297 QVERIFY(qAbs(topRightCellBlock().layout()->lineAt(0).width() - 0.1) < ROUNDING); in testColumnWidthFixedZero()
326 QVERIFY(qAbs(mergedCellBlock().layout()->lineAt(0).width() - 26.5938) < ROUNDING); in testColumnWidthFixedShrink()
[all …]
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/scs_lib/tests/
H A Dtest_accuracy.c41 mp_rnd_t ROUNDING = GMP_RNDN; variable
137 mpfrd = mpfr_get_d(mpf1, ROUNDING); in test_one_arg()
155 mpfr_set_d(mpf1, scsd, ROUNDING); in test_one_arg()
159 mpfrd = mpfr_get_d(mpfex, ROUNDING); in test_one_arg()
162 mpfr_set_d(mpf1, mpfrd, ROUNDING); in test_one_arg()
295 test_scs_fct = scs_get_d; ROUNDING = GMP_RNDN; in main()
299 test_scs_fct = scs_get_d_minf; ROUNDING = GMP_RNDD; in main()
303 test_scs_fct = scs_get_d_pinf; ROUNDING = GMP_RNDU; in main()
307 test_scs_fct = scs_get_d_zero; ROUNDING = GMP_RNDZ; in main()
/dports/multimedia/xvid/xvidcore/src/image/ppc_asm/
H A Dinterpolate8x8_altivec.c47 #define ROUNDING \ macro
93 INTERPLATE8X8_HALFPEL_H(ROUNDING); in interpolate8x8_halfpel_h_altivec_c()
94 INTERPLATE8X8_HALFPEL_H(ROUNDING); in interpolate8x8_halfpel_h_altivec_c()
95 INTERPLATE8X8_HALFPEL_H(ROUNDING); in interpolate8x8_halfpel_h_altivec_c()
96 INTERPLATE8X8_HALFPEL_H(ROUNDING); in interpolate8x8_halfpel_h_altivec_c()
98 INTERPLATE8X8_HALFPEL_H(ROUNDING); in interpolate8x8_halfpel_h_altivec_c()
99 INTERPLATE8X8_HALFPEL_H(ROUNDING); in interpolate8x8_halfpel_h_altivec_c()
100 INTERPLATE8X8_HALFPEL_H(ROUNDING); in interpolate8x8_halfpel_h_altivec_c()
101 INTERPLATE8X8_HALFPEL_H(ROUNDING); in interpolate8x8_halfpel_h_altivec_c()
156 INTERPLATE8X8_HALFPEL_V(ROUNDING); in interpolate8x8_halfpel_v_altivec_c()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/tests/
H A DTestDocumentLayout.cpp141 QVERIFY(qAbs(line.y() - i * lineSpacing12) < ROUNDING); in testBasicLineSpacing()
154 QVERIFY(qAbs(line.y() - i * lineSpacing12) < ROUNDING); in testBasicLineSpacing()
167 QVERIFY(qAbs(line.y() - lineSpacing12) < ROUNDING); in testBasicLineSpacing()
214 QVERIFY(qAbs(blockLayout->lineAt(0).y() - 28.8) < ROUNDING); in testBasicLineSpacing2()
268 QVERIFY(qAbs(blockLayout->lineAt(0).y() - (12.0 * 0.8)) < ROUNDING); in testAdvancedLineSpacing()
273 QVERIFY(qAbs(blockLayout->lineAt(0).y() - (9.6 + 28.0)) < ROUNDING); in testAdvancedLineSpacing()
278 QVERIFY(qAbs(blockLayout->lineAt(0).y() - (37.6 + 40)) < ROUNDING); in testAdvancedLineSpacing()
341 QVERIFY(qAbs(firstLineOfParag2.y() - BottomParag1 - 12.0) < ROUNDING); in testMargins()
542 QVERIFY(qAbs(blockLayout->lineAt(0).y() - 64.4) < ROUNDING); in testPageBreak()
588 QVERIFY(qAbs(blockLayout->lineAt(0).y() - 64.4) < ROUNDING); in testPageBreak2()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Daacenc_quantization.h48 const float ROUNDING) in quantize_and_encode_band_cost_template() argument
80 s->quant_bands(s->qcoefs, in, scaled, size, !BT_UNSIGNED, aac_cb_maxval[cb], Q34, ROUNDING); in quantize_and_encode_band_cost_template()
107 int c = av_clip_uintp2(quant(t, Q, ROUNDING), 13); in quantize_and_encode_band_cost_template()
144 int coef = av_clip_uintp2(quant(fabsf(in[i+j]), Q, ROUNDING), 13); in quantize_and_encode_band_cost_template()
171 …ENCODE_BAND_COST_FUNC(NAME, BT_ZERO, BT_UNSIGNED, BT_PAIR, BT_ESC, BT_NOISE, BT_STEREO, ROUNDING) \ argument
182 ROUNDING); \
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Daacenc_quantization.h48 const float ROUNDING) in quantize_and_encode_band_cost_template() argument
80 s->quant_bands(s->qcoefs, in, scaled, size, !BT_UNSIGNED, aac_cb_maxval[cb], Q34, ROUNDING); in quantize_and_encode_band_cost_template()
107 int c = av_clip_uintp2(quant(t, Q, ROUNDING), 13); in quantize_and_encode_band_cost_template()
144 int coef = av_clip_uintp2(quant(fabsf(in[i+j]), Q, ROUNDING), 13); in quantize_and_encode_band_cost_template()
171 …ENCODE_BAND_COST_FUNC(NAME, BT_ZERO, BT_UNSIGNED, BT_PAIR, BT_ESC, BT_NOISE, BT_STEREO, ROUNDING) \ argument
182 ROUNDING); \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Daacenc_quantization.h48 const float ROUNDING) in quantize_and_encode_band_cost_template() argument
80 s->quant_bands(s->qcoefs, in, scaled, size, !BT_UNSIGNED, aac_cb_maxval[cb], Q34, ROUNDING); in quantize_and_encode_band_cost_template()
107 int c = av_clip_uintp2(quant(t, Q, ROUNDING), 13); in quantize_and_encode_band_cost_template()
144 int coef = av_clip_uintp2(quant(fabsf(in[i+j]), Q, ROUNDING), 13); in quantize_and_encode_band_cost_template()
171 …ENCODE_BAND_COST_FUNC(NAME, BT_ZERO, BT_UNSIGNED, BT_PAIR, BT_ESC, BT_NOISE, BT_STEREO, ROUNDING) \ argument
182 ROUNDING); \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Daacenc_quantization.h48 const float ROUNDING) in quantize_and_encode_band_cost_template() argument
80 s->quant_bands(s->qcoefs, in, scaled, size, !BT_UNSIGNED, aac_cb_maxval[cb], Q34, ROUNDING); in quantize_and_encode_band_cost_template()
107 int c = av_clip_uintp2(quant(t, Q, ROUNDING), 13); in quantize_and_encode_band_cost_template()
144 int coef = av_clip_uintp2(quant(fabsf(in[i+j]), Q, ROUNDING), 13); in quantize_and_encode_band_cost_template()
171 …ENCODE_BAND_COST_FUNC(NAME, BT_ZERO, BT_UNSIGNED, BT_PAIR, BT_ESC, BT_NOISE, BT_STEREO, ROUNDING) \ argument
182 ROUNDING); \
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Daacenc_quantization.h48 const float ROUNDING) in quantize_and_encode_band_cost_template() argument
80 s->quant_bands(s->qcoefs, in, scaled, size, !BT_UNSIGNED, aac_cb_maxval[cb], Q34, ROUNDING); in quantize_and_encode_band_cost_template()
107 int c = av_clip_uintp2(quant(t, Q, ROUNDING), 13); in quantize_and_encode_band_cost_template()
144 int coef = av_clip_uintp2(quant(fabsf(in[i+j]), Q, ROUNDING), 13); in quantize_and_encode_band_cost_template()
171 …ENCODE_BAND_COST_FUNC(NAME, BT_ZERO, BT_UNSIGNED, BT_PAIR, BT_ESC, BT_NOISE, BT_STEREO, ROUNDING) \ argument
182 ROUNDING); \
/dports/lang/rust/rustc-1.58.1-src/library/stdarch/crates/core_arch/src/x86/
H A Davx512f.rs6836 let r = vaddps(a, b, ROUNDING); in _mm512_add_round_ps()
6863 let r = vaddps(a, b, ROUNDING); in _mm512_mask_add_round_ps()
6889 let r = vaddps(a, b, ROUNDING); in _mm512_maskz_add_round_ps()
6912 let r = vaddpd(a, b, ROUNDING); in _mm512_add_round_pd()
6939 let r = vaddpd(a, b, ROUNDING); in _mm512_mask_add_round_pd()
7443 let r = vsqrtps(a, ROUNDING); in _mm512_sqrt_round_ps()
7468 let r = vsqrtps(a, ROUNDING); in _mm512_mask_sqrt_round_ps()
7489 let r = vsqrtps(a, ROUNDING); in _mm512_maskz_sqrt_round_ps()
7511 let r = vsqrtpd(a, ROUNDING); in _mm512_sqrt_round_pd()
7536 let r = vsqrtpd(a, ROUNDING); in _mm512_mask_sqrt_round_pd()
[all …]
H A Dsse41.rs739 #[cfg_attr(test, assert_instr(roundpd, ROUNDING = 0))]
743 static_assert_imm4!(ROUNDING); in _mm_round_pd()
744 roundpd(a, ROUNDING) in _mm_round_pd()
780 #[cfg_attr(test, assert_instr(roundps, ROUNDING = 0))]
784 static_assert_imm4!(ROUNDING); in _mm_round_ps()
785 roundps(a, ROUNDING) in _mm_round_ps()
823 #[cfg_attr(test, assert_instr(roundsd, ROUNDING = 0))]
827 static_assert_imm4!(ROUNDING); in _mm_round_sd()
828 roundsd(a, b, ROUNDING) in _mm_round_sd()
870 static_assert_imm4!(ROUNDING); in _mm_round_ss()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/golang.org/x/crypto/poly1305/
H A Dconst_amd64.s44 DATA ·ROUNDING(SB)/2, $0x137f
45 GLOBL ·ROUNDING(SB), 8, $2
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/poly1305/
H A Dconst_amd64.s44 DATA ·ROUNDING(SB)/2, $0x137f
45 GLOBL ·ROUNDING(SB), 8, $2
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/golang.org/x/crypto/poly1305/
H A Dconst_amd64.s44 DATA ·ROUNDING(SB)/2, $0x137f
45 GLOBL ·ROUNDING(SB), 8, $2
/dports/lang/mono/mono-5.10.1.57/external/boringssl/ssl/test/runner/poly1305/
H A Dconst_amd64.s44 DATA ·ROUNDING(SB)/2, $0x137f
45 GLOBL ·ROUNDING(SB), 8, $2
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/golang.org/x/crypto/poly1305/
H A Dconst_amd64.s44 DATA ·ROUNDING(SB)/2, $0x137f
45 GLOBL ·ROUNDING(SB), 8, $2
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/golang.org/x/crypto/poly1305/
H A Dconst_amd64.s44 DATA ·ROUNDING(SB)/2, $0x137f
45 GLOBL ·ROUNDING(SB), 8, $2

1234567891011