Home
last modified time | relevance | path

Searched refs:new0 (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/math/PDL/PDL-2.019/Lib/Image2D/
H A Drotate.c39 float xshearfac, yshearfac, new0; in getnewsize() local
69 float xshearfac, yshearfac, new0; in rotate() local
106 new0 = row * xshearfac; in rotate()
108 new0 = ( rows - row ) * xshearfac; in rotate()
109 intnew0 = (int) new0; in rotate()
153 new0 = col * yshearfac; in rotate()
154 intnew0 = (int) new0; in rotate()
155 fracnew0 = ( new0 - intnew0 ) * SCALE; in rotate()
201 new0 = row * xshearfac; in rotate()
204 intnew0 = (int) new0; in rotate()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/tests/checkasm/
H A Djpeg2000dsp.c49 int32_t *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_rct_int() local
59 call_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
60 if (memcmp(ref0, new0, BUF_SIZE * sizeof(*src)) || in check_rct_int()
65 bench_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
73 float *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_ict_float() local
83 call_new(new0, new1, new2, BUF_SIZE); in check_ict_float()
84 if (!float_near_abs_eps_array(ref0, new0, 1.0e-5, BUF_SIZE) || in check_ict_float()
89 bench_new(new0, new1, new2, BUF_SIZE); in check_ict_float()
H A Dfixed_dsp.c100 LOCAL_ALIGNED_16(int, new0, [BUF_SIZE]); in check_butterflies()
107 memcpy(new0, src0, BUF_SIZE * sizeof(*src0)); in check_butterflies()
111 call_new(new0, new1, BUF_SIZE); in check_butterflies()
112 if (memcmp(ref0, new0, BUF_SIZE * sizeof(*ref0)) || in check_butterflies()
115 memcpy(new0, src0, BUF_SIZE * sizeof(*src0)); in check_butterflies()
117 bench_new(new0, new1, BUF_SIZE); in check_butterflies()
/dports/mail/p5-Mail-SRS/Mail-SRS-0.31/t/
H A D04_dbm.t20 my $new0 = $srs->forward($addr[0], $addr[1]);
21 ok(length $new0, 'Made a new address');
22 like($new0, qr/^SRS/, 'It is an SRS address');
23 # print STDERR "New is $new0\n";
24 my $old0 = $srs->reverse($new0);
28 my $new1 = $srs->forward($new0, $addr[2]);
34 is($old1, $new0, 'The reversal was idempotent again');
41 my $oldt = $srs->reverse($new0);
H A D03_reversible.t19 my $new0 = $srs->forward($addr[0], $addr[1]);
20 ok(length $new0, 'Made a new address');
21 like($new0, qr/^SRS/, 'It is an SRS address');
22 my $old0 = $srs->reverse($new0);
26 my $new1 = $srs->forward($new0, $addr[2]);
32 is($old1, $new0, 'The reversal was idempotent again');
H A D05_shortcut.t20 my $new0 = $srs->forward($source, $alias[0]);
21 ok(length $new0, 'Made a new address');
22 like($new0, qr/^SRS/, 'It is an SRS address');
23 my $old0 = $srs->reverse($new0);
27 my $new1 = $srs->forward( $new0, $alias[1]);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/checkasm/
H A Djpeg2000dsp.c48 int32_t *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_rct_int() local
58 call_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
59 if (memcmp(ref0, new0, BUF_SIZE * sizeof(*src)) || in check_rct_int()
64 bench_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
72 float *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_ict_float() local
82 call_new(new0, new1, new2, BUF_SIZE); in check_ict_float()
83 if (!float_near_abs_eps_array(ref0, new0, 1.0e-5, BUF_SIZE) || in check_ict_float()
88 bench_new(new0, new1, new2, BUF_SIZE); in check_ict_float()
H A Dfixed_dsp.c99 LOCAL_ALIGNED_16(int, new0, [BUF_SIZE]); in check_butterflies()
106 memcpy(new0, src0, BUF_SIZE * sizeof(*src0)); in check_butterflies()
110 call_new(new0, new1, BUF_SIZE); in check_butterflies()
111 if (memcmp(ref0, new0, BUF_SIZE * sizeof(*ref0)) || in check_butterflies()
114 memcpy(new0, src0, BUF_SIZE * sizeof(*src0)); in check_butterflies()
116 bench_new(new0, new1, BUF_SIZE); in check_butterflies()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/tests/checkasm/
H A Djpeg2000dsp.c48 int32_t *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_rct_int() local
58 call_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
59 if (memcmp(ref0, new0, BUF_SIZE * sizeof(*src)) || in check_rct_int()
64 bench_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
72 float *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_ict_float() local
82 call_new(new0, new1, new2, BUF_SIZE); in check_ict_float()
83 if (!float_near_abs_eps_array(ref0, new0, 1.0e-5, BUF_SIZE) || in check_ict_float()
88 bench_new(new0, new1, new2, BUF_SIZE); in check_ict_float()
H A Dfixed_dsp.c99 LOCAL_ALIGNED_16(int, new0, [BUF_SIZE]); in check_butterflies()
106 memcpy(new0, src0, BUF_SIZE * sizeof(*src0)); in check_butterflies()
110 call_new(new0, new1, BUF_SIZE); in check_butterflies()
111 if (memcmp(ref0, new0, BUF_SIZE * sizeof(*ref0)) || in check_butterflies()
114 memcpy(new0, src0, BUF_SIZE * sizeof(*src0)); in check_butterflies()
116 bench_new(new0, new1, BUF_SIZE); in check_butterflies()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/checkasm/
H A Djpeg2000dsp.c49 int32_t *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_rct_int() local
59 call_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
60 if (memcmp(ref0, new0, BUF_SIZE * sizeof(*src)) || in check_rct_int()
65 bench_new(new0, new1, new2, BUF_SIZE); in check_rct_int()
73 float *ref0 = &ref[BUF_SIZE*0], *new0 = &new[BUF_SIZE*0]; in check_ict_float() local
83 call_new(new0, new1, new2, BUF_SIZE); in check_ict_float()
84 if (!float_near_abs_eps_array(ref0, new0, 1.0e-5, BUF_SIZE) || in check_ict_float()
89 bench_new(new0, new1, new2, BUF_SIZE); in check_ict_float()
H A Dfixed_dsp.c100 LOCAL_ALIGNED_16(int, new0, [BUF_SIZE]); in check_butterflies()
107 memcpy(new0, src0, BUF_SIZE * sizeof(*src0)); in check_butterflies()
111 call_new(new0, new1, BUF_SIZE); in check_butterflies()
112 if (memcmp(ref0, new0, BUF_SIZE * sizeof(*ref0)) || in check_butterflies()
115 memcpy(new0, src0, BUF_SIZE * sizeof(*src0)); in check_butterflies()
117 bench_new(new0, new1, BUF_SIZE); in check_butterflies()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/diffs-0.4.1/src/
H A Dreplace.rs41 if let Some((old0, len0, new0)) = self.del.take() { in equal()
45 self.d.delete(old0, len0, new0)? in equal()
47 } else if let Some((old0, new0, new_len0)) = self.ins.take() { in equal()
48 self.d.insert(old0, new0, new_len0)? in equal()
62 if let Some((old0, len0, new0)) = self.del.take() { in delete()
64 self.del = Some((old0, len0 + len, new0)) in delete()
101 if let Some((old0, len0, new0)) = self.del.take() { in finish()
105 self.d.delete(old0, len0, new0)? in finish()
107 } else if let Some((old0, new0, new_len0)) = self.ins.take() { in finish()
108 self.d.insert(old0, new0, new_len0)? in finish()
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/tst/
H A Danupqeg.tsk5 LogTo("anupqeg.tst-new0");
23 Exec("grep -e \"^gap> \" anupqeg.tst-new0 > anupqeg.tst-new");
27 PqExample( example, "anupqeg.tst-new0" );
29 Exec( "grep -v -e \"^#I [^#]\" anupqeg.tst-new0 >> anupqeg.tst-new" );
35 PqExample( example, PqStart, "anupqeg.tst-new0" );
37 Exec( "grep -v -e \"^#I [^#]\" anupqeg.tst-new0 >> anupqeg.tst-new" );
/dports/multimedia/mpeg2codec/mpeg2/verify/
H A Dverify18 cmp recon0.Y new0.Y
21 cmp recon0.U new0.U
24 cmp recon0.V new0.V
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/config/
H A Dgram.y102 #define new_n(n) new0(n, NULL, NULL, 0, NULL)
103 #define new_nx(n, x) new0(n, NULL, NULL, 0, x)
104 #define new_ns(n, s) new0(n, s, NULL, 0, NULL)
107 #define new_nsi(n,s,i) new0(n, s, NULL, i, NULL)
108 #define new_np(n, p) new0(n, NULL, p, 0, NULL)
109 #define new_s(s) new0(NULL, s, NULL, 0, NULL)
110 #define new_p(p) new0(NULL, NULL, p, 0, NULL)
111 #define new_px(p, x) new0(NULL, NULL, p, 0, x)
112 #define new_sx(s, x) new0(NULL, s, NULL, 0, x)
113 #define new_nsx(n,s,x) new0(n, s, NULL, 0, x)
[all …]
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dv_palette.cpp213 int new0 = sortcopy[i].a; in MakeGoodRemap() local
215 if (new0 > dup) in MakeGoodRemap()
218 swapvalues (new0, dup); in MakeGoodRemap()
220 Remap[0] = new0; in MakeGoodRemap()
221 Remap[new0] = dup; in MakeGoodRemap()
222 BaseColors[new0] = color0; in MakeGoodRemap()
/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dpolygon_funcs.h241 Vector<dim> new0; in reduce() local
242 new0 = m_axes[0] + m_axes[1] * ratio; in reduce()
243 CoordType norm = new0.mag(); in reduce()
244 new0 /= norm; in reduce()
254 m_axes[0] = new0; in reduce()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dv_palette.cpp205 int new0 = sortcopy[i].a; in MakeGoodRemap() local
207 if (new0 > dup) in MakeGoodRemap()
210 swapvalues (new0, dup); in MakeGoodRemap()
212 Remap[0] = new0; in MakeGoodRemap()
213 Remap[new0] = dup; in MakeGoodRemap()
214 BaseColors[new0] = color0; in MakeGoodRemap()
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dcmd-ls.c78 pc = new0(struct path_component, 1); in parse_path()
101 child = new0(struct node, 1); in __insert_node()
115 child = new0(struct node, 1); in __insert_node()
292 root = new0(struct node, 1); in cmd_ls()
/dports/games/retroarch/RetroArch-1.9.7/deps/SPIRV-Cross/shaders/asm/frag/
H A Dcomposite-construct-struct-no-swizzle.asm.frag46 %new0 = OpCompositeExtract %float %test0 0
48 %34 = OpFAdd %float %new0 %new1
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/SPIRV-Cross/shaders/asm/frag/
H A Dcomposite-construct-struct-no-swizzle.asm.frag46 %new0 = OpCompositeExtract %float %test0 0
48 %34 = OpFAdd %float %new0 %new1
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/SPIRV-Cross/shaders/asm/frag/
H A Dcomposite-construct-struct-no-swizzle.asm.frag46 %new0 = OpCompositeExtract %float %test0 0
48 %34 = OpFAdd %float %new0 %new1
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/spirv-cross/spirv-cross/shaders/asm/frag/
H A Dcomposite-construct-struct-no-swizzle.asm.frag46 %new0 = OpCompositeExtract %float %test0 0
48 %34 = OpFAdd %float %new0 %new1
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/spirv-cross/spirv-cross/shaders/asm/frag/
H A Dcomposite-construct-struct-no-swizzle.asm.frag46 %new0 = OpCompositeExtract %float %test0 0
48 %34 = OpFAdd %float %new0 %new1

12345678910>>...15