Home
last modified time | relevance | path

Searched refs:zip4 (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/chunked-data-0.3.1/src/Data/
H A DChunkedZip.hs96 zip4 :: f a -> f b -> f c -> f d -> f (a, b, c, d)
97 zip4 = zipWith4 (\w x y z -> (w, x,y,z)) function
105 zip4 = List.zip4 function
109 zip4 = Vector.zip4 function
113 zip4 = Seq.zip4 function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/nnnoiseless-0.3.2/src/
H A Dfft.rs25 use crate::util::zip4;
92 for (&buf, &buf_rev, &(sin, cos), out) in zip4( in forward()
119 zip4(input, input.iter().rev(), self.sin_cos, &mut scratch[..]) in inverse()
/dports/finance/p5-Business-OnlinePayment-PayConnect/Business-OnlinePayment-PayConnect-0.02/
H A DPayConnect.pm59 my($zip, $zip4) = ($1, $2);
80 billzip4 => \$zip4,
/dports/databases/postgis32/postgis-3.2.0/extensions/postgis_tiger_geocoder/sql_bits/
H A Dnorm_addy_upgrade.sql.in1 ALTER TYPE tiger.norm_addy ADD ATTRIBUTE zip4 varchar(4);
H A Dnorm_addy_create.sql.in12 zip4 varchar,
H A Dupgrade_before.sql.in5 ALTER TYPE tiger.norm_addy ADD ATTRIBUTE zip4 varchar;
/dports/databases/postgis31/postgis-3.1.4/extensions/postgis_tiger_geocoder/sql_bits/
H A Dnorm_addy_upgrade.sql.in1 ALTER TYPE tiger.norm_addy ADD ATTRIBUTE zip4 varchar(4);
H A Dnorm_addy_create.sql.in12 zip4 varchar,
H A Dupgrade_before.sql.in5 ALTER TYPE tiger.norm_addy ADD ATTRIBUTE zip4 varchar;
/dports/databases/postgis30/postgis-3.0.4/extensions/postgis_tiger_geocoder/sql_bits/
H A Dnorm_addy_upgrade.sql.in1 ALTER TYPE tiger.norm_addy ADD ATTRIBUTE zip4 varchar(4);
H A Dnorm_addy_create.sql.in12 zip4 varchar,
H A Dupgrade_before.sql.in5 ALTER TYPE tiger.norm_addy ADD ATTRIBUTE zip4 varchar;
/dports/databases/postgis25/postgis-2.5.5/extensions/postgis_tiger_geocoder/sql_bits/
H A Dnorm_addy_upgrade.sql.in1 ALTER TYPE tiger.norm_addy ADD ATTRIBUTE zip4 varchar(4);
H A Dnorm_addy_create.sql.in12 zip4 varchar,
H A Dupgrade_before.sql.in5 ALTER TYPE tiger.norm_addy ADD ATTRIBUTE zip4 varchar;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/RISCV/
H A Drv64b-aliases-valid.s139 # CHECK-S-OBJ: zip4.h t0, t1
140 zip4.h x5, x6
171 # CHECK-S-OBJ: zip4.w t0, t1
172 zip4.w x5, x6
211 # CHECK-S-OBJ: zip4 t0, t1
212 zip4 x5, x6 label
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/RISCV/
H A Drv64b-aliases-valid.s139 # CHECK-S-OBJ: zip4.h t0, t1
140 zip4.h x5, x6
171 # CHECK-S-OBJ: zip4.w t0, t1
172 zip4.w x5, x6
211 # CHECK-S-OBJ: zip4 t0, t1
212 zip4 x5, x6 label
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/RISCV/
H A Drv64zbp-aliases-valid.s131 # CHECK-S-OBJ: zip4.h t0, t1
132 zip4.h x5, x6
163 # CHECK-S-OBJ: zip4.w t0, t1
164 zip4.w x5, x6
203 # CHECK-S-OBJ: zip4 t0, t1
204 zip4 x5, x6 label
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/RISCV/
H A Drv64b-aliases-valid.s139 # CHECK-S-OBJ: zip4.h t0, t1
140 zip4.h x5, x6
171 # CHECK-S-OBJ: zip4.w t0, t1
172 zip4.w x5, x6
211 # CHECK-S-OBJ: zip4 t0, t1
212 zip4 x5, x6 label
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/RISCV/
H A Drv64b-aliases-valid.s139 # CHECK-S-OBJ: zip4.h t0, t1
140 zip4.h x5, x6
171 # CHECK-S-OBJ: zip4.w t0, t1
172 zip4.w x5, x6
211 # CHECK-S-OBJ: zip4 t0, t1
212 zip4 x5, x6 label
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/RISCV/
H A Drv64b-aliases-valid.s139 # CHECK-S-OBJ: zip4.h t0, t1
140 zip4.h x5, x6
171 # CHECK-S-OBJ: zip4.w t0, t1
172 zip4.w x5, x6
211 # CHECK-S-OBJ: zip4 t0, t1
212 zip4 x5, x6 label
/dports/databases/postgis25/postgis-2.5.5/extras/tiger_geocoder/normalize/
H A Dpprint_addy.sql38 || cull_null(input.zip) || COALESCE('-' || input.zip4, '');
/dports/databases/postgis30/postgis-3.0.4/extras/tiger_geocoder/normalize/
H A Dpprint_addy.sql38 || cull_null(input.zip) || COALESCE('-' || input.zip4, '');
/dports/databases/postgis31/postgis-3.1.4/extras/tiger_geocoder/normalize/
H A Dpprint_addy.sql38 || cull_null(input.zip) || COALESCE('-' || input.zip4, '');
/dports/databases/postgis32/postgis-3.2.0/extras/tiger_geocoder/normalize/
H A Dpprint_addy.sql38 || cull_null(input.zip) || COALESCE('-' || input.zip4, '');

12345678910>>...23