Home
last modified time | relevance | path

Searched refs:zi (Results 251 – 275 of 9212) sorted by relevance

1...<<11121314151617181920>>...369

/dports/games/quake2-source/quake2-r0.16.2/src/ref_soft/
H A Dr_aclip.c78 out->zi = pfv0->zi + ( pfv1->zi - pfv0->zi) * scale + 0.5; in R_Alias_clip_left()
89 out->zi = pfv1->zi + ( pfv0->zi - pfv1->zi) * scale + 0.5; in R_Alias_clip_left()
107 out->zi = pfv0->zi + ( pfv1->zi - pfv0->zi) * scale + 0.5; in R_Alias_clip_right()
118 out->zi = pfv1->zi + ( pfv0->zi - pfv1->zi) * scale + 0.5; in R_Alias_clip_right()
136 out->zi = pfv0->zi + ( pfv1->zi - pfv0->zi) * scale + 0.5; in R_Alias_clip_top()
147 out->zi = pfv1->zi + ( pfv0->zi - pfv1->zi) * scale + 0.5; in R_Alias_clip_top()
167 out->zi = pfv0->zi + ( pfv1->zi - pfv0->zi) * scale + 0.5; in R_Alias_clip_bottom()
179 out->zi = pfv1->zi + ( pfv0->zi - pfv1->zi) * scale + 0.5; in R_Alias_clip_bottom()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/graphics/contrib/mandel/
H A Dfract_gen.c117 register NUM zr, zi, temp; local
121 k=0; zr=re; zi=im;
133 COMPLEX_SQUARE(zr,zi,temp);
134 COMPLEX_ADD(zr,zi,re,im);
154 k=0; zr=re; zi=im;
161 COMPLEX_ADD(zr,zi,jr,ji);
172 register NUM zr, zi, temp; local
186 k=lmi=0; zr=re; zi=im;
191 COMPLEX_ADD(zr,zi,re,im);
196 printf ("(%lf %lf) ", zr, zi);
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dctl_zoneinfo.c351 struct zoneinfo *zi; in do_zonedir() local
383 zi->type = ZI_LINK; in do_zonedir()
384 appendstrlist(&zi->data, tzid); in do_zonedir()
389 hash_insert(tzid, zi, tzentries); in do_zonedir()
391 zi->type = ZI_ZONE; in do_zonedir()
392 appendstrlist(&zi->data, alias); in do_zonedir()
424 zi->type = ZI_ZONE; in do_zonedir()
432 if (zi->dtstamp > info->dtstamp) info->dtstamp = zi->dtstamp; in do_zonedir()
448 freestrlist(zi->data); in free_zoneinfo()
449 free(zi); in free_zoneinfo()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/safe_numerics/test/
H A Dtest0.cpp22 short int yi, zi; in test1() local
24 zi = x + yi; in test1()
73 int yi, zi; in test3() local
74 zi = x + yi; in test3()
101 unsigned int yi, zi; in test4() local
102 zi = x; in test4()
103 zi = x + yi; in test4()
105 zi = x + y; in test4()
128 zi = x; in test5()
129 zi = x + yi; in test5()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/safe_numerics/test/
H A Dtest0.cpp22 short int yi, zi; in test1() local
24 zi = x + yi; in test1()
73 int yi, zi; in test3() local
74 zi = x + yi; in test3()
101 unsigned int yi, zi; in test4() local
102 zi = x; in test4()
103 zi = x + yi; in test4()
105 zi = x + y; in test4()
128 zi = x; in test5()
129 zi = x + yi; in test5()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/safe_numerics/test/
H A Dtest0.cpp22 short int yi, zi; in test1() local
24 zi = x + yi; in test1()
73 int yi, zi; in test3() local
74 zi = x + yi; in test3()
101 unsigned int yi, zi; in test4() local
102 zi = x; in test4()
103 zi = x + yi; in test4()
105 zi = x + y; in test4()
128 zi = x; in test5()
129 zi = x + yi; in test5()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/safe_numerics/test/
H A Dtest0.cpp22 short int yi, zi; in test1() local
24 zi = x + yi; in test1()
73 int yi, zi; in test3() local
74 zi = x + yi; in test3()
101 unsigned int yi, zi; in test4() local
102 zi = x; in test4()
103 zi = x + yi; in test4()
105 zi = x + y; in test4()
128 zi = x; in test5()
129 zi = x + yi; in test5()
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dcast5.c1106 z[1] = x[2] ^ s5[zi( 0)]^s6[zi( 2)]^s7[zi( 1)]^s8[zi( 3)]^s8[xi(10)]; in key_schedule()
1109 k[0] = s5[zi( 8)]^s6[zi( 9)]^s7[zi( 7)]^s8[zi( 6)]^s5[zi( 2)]; in key_schedule()
1110 k[1] = s5[zi(10)]^s6[zi(11)]^s7[zi( 5)]^s8[zi( 4)]^s6[zi( 6)]; in key_schedule()
1111 k[2] = s5[zi(12)]^s6[zi(13)]^s7[zi( 3)]^s8[zi( 2)]^s7[zi( 9)]; in key_schedule()
1112 k[3] = s5[zi(14)]^s6[zi(15)]^s7[zi( 1)]^s8[zi( 0)]^s8[zi(12)]; in key_schedule()
1114 x[0] = z[2] ^ s5[zi( 5)]^s6[zi( 7)]^s7[zi( 4)]^s8[zi( 6)]^s7[zi( 0)]; in key_schedule()
1127 k[8] = s5[zi( 3)]^s6[zi( 2)]^s7[zi(12)]^s8[zi(13)]^s5[zi( 9)]; in key_schedule()
1128 k[9] = s5[zi( 1)]^s6[zi( 0)]^s7[zi(14)]^s8[zi(15)]^s6[zi(12)]; in key_schedule()
1129 k[10]= s5[zi( 7)]^s6[zi( 6)]^s7[zi( 8)]^s8[zi( 9)]^s7[zi( 2)]; in key_schedule()
1130 k[11]= s5[zi( 5)]^s6[zi( 4)]^s7[zi(10)]^s8[zi(11)]^s8[zi( 6)]; in key_schedule()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dcast5.c1106 z[1] = x[2] ^ s5[zi( 0)]^s6[zi( 2)]^s7[zi( 1)]^s8[zi( 3)]^s8[xi(10)]; in key_schedule()
1109 k[0] = s5[zi( 8)]^s6[zi( 9)]^s7[zi( 7)]^s8[zi( 6)]^s5[zi( 2)]; in key_schedule()
1110 k[1] = s5[zi(10)]^s6[zi(11)]^s7[zi( 5)]^s8[zi( 4)]^s6[zi( 6)]; in key_schedule()
1111 k[2] = s5[zi(12)]^s6[zi(13)]^s7[zi( 3)]^s8[zi( 2)]^s7[zi( 9)]; in key_schedule()
1112 k[3] = s5[zi(14)]^s6[zi(15)]^s7[zi( 1)]^s8[zi( 0)]^s8[zi(12)]; in key_schedule()
1114 x[0] = z[2] ^ s5[zi( 5)]^s6[zi( 7)]^s7[zi( 4)]^s8[zi( 6)]^s7[zi( 0)]; in key_schedule()
1127 k[8] = s5[zi( 3)]^s6[zi( 2)]^s7[zi(12)]^s8[zi(13)]^s5[zi( 9)]; in key_schedule()
1128 k[9] = s5[zi( 1)]^s6[zi( 0)]^s7[zi(14)]^s8[zi(15)]^s6[zi(12)]; in key_schedule()
1129 k[10]= s5[zi( 7)]^s6[zi( 6)]^s7[zi( 8)]^s8[zi( 9)]^s7[zi( 2)]; in key_schedule()
1130 k[11]= s5[zi( 5)]^s6[zi( 4)]^s7[zi(10)]^s8[zi(11)]^s8[zi( 6)]; in key_schedule()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/config/
H A DMozZipFile.py72 zi = self.filelist[i]
75 and zi.compress_size == len(bytes)
78 self._writecheck(zi)
80 self.fp.seek(zi.header_offset)
116 all = map(lambda zi: (zi, True), self.filelist) + map(
117 lambda zi: (zi, False), self._remove
129 for (zi, keep), length in zip(all, lengths):
132 oldoff = zi.header_offset
134 if hasattr(zi, "file_offset"):
135 zi.file_offset = zi.file_offset + to_pos - oldoff
[all …]
/dports/devel/allegro/allegro-4.4.3.1/examples/
H A Dexswitch.c145 float zr, zi, cr, ci, tr, ti; in draw_pointless_graphics() local
155 zi = 0; in draw_pointless_graphics()
158 tr = zr*zr - zi*zi; in draw_pointless_graphics()
159 ti = zr*zi*2; in draw_pointless_graphics()
162 zi = ti + ci; in draw_pointless_graphics()
163 if ((zr < -10) || (zr > 10) || (zi < -10) || (zi > 10)) in draw_pointless_graphics()
167 if ((zi != zi) || (zr != zr)) in draw_pointless_graphics()
169 else if ((zi <= -1) || (zi >= 1) || (zr <= -1) || (zr >= 1)) in draw_pointless_graphics()
172 c = sqrt(zi*zi + zr*zr) * 256; in draw_pointless_graphics()
/dports/mail/thunderbird/thunderbird-91.8.0/config/
H A DMozZipFile.py72 zi = self.filelist[i]
75 and zi.compress_size == len(bytes)
78 self._writecheck(zi)
80 self.fp.seek(zi.header_offset)
116 all = map(lambda zi: (zi, True), self.filelist) + map(
117 lambda zi: (zi, False), self._remove
129 for (zi, keep), length in zip(all, lengths):
132 oldoff = zi.header_offset
134 if hasattr(zi, "file_offset"):
135 zi.file_offset = zi.file_offset + to_pos - oldoff
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/config/
H A DMozZipFile.py72 zi = self.filelist[i]
74 and zi.compress_size == len(bytes))
77 self._writecheck(zi)
79 self.fp.seek(zi.header_offset)
115 all = map(lambda zi: (zi, True), self.filelist) + \
116 map(lambda zi: (zi, False), self._remove)
125 for (zi, keep), length in zip(all, lengths):
128 oldoff = zi.header_offset
130 if hasattr(zi, 'file_offset'):
131 zi.file_offset = zi.file_offset + to_pos - oldoff
[all …]
/dports/www/firefox/firefox-99.0/config/
H A DMozZipFile.py72 zi = self.filelist[i]
75 and zi.compress_size == len(bytes)
78 self._writecheck(zi)
80 self.fp.seek(zi.header_offset)
116 all = map(lambda zi: (zi, True), self.filelist) + map(
117 lambda zi: (zi, False), self._remove
129 for (zi, keep), length in zip(all, lengths):
132 oldoff = zi.header_offset
134 if hasattr(zi, "file_offset"):
135 zi.file_offset = zi.file_offset + to_pos - oldoff
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/config/
H A DMozZipFile.py69 zi = self.filelist[i]
71 and zi.compress_size == len(bytes))
74 self._writecheck(zi)
76 self.fp.seek(zi.header_offset)
112 all = map(lambda zi: (zi, True), self.filelist) + \
113 map(lambda zi: (zi, False), self._remove)
122 for (zi, keep), length in zip(all, lengths):
125 oldoff = zi.header_offset
127 if hasattr(zi, 'file_offset'):
128 zi.file_offset = zi.file_offset + to_pos - oldoff
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/config/
H A DMozZipFile.py69 zi = self.filelist[i]
71 and zi.compress_size == len(bytes))
74 self._writecheck(zi)
76 self.fp.seek(zi.header_offset)
112 all = map(lambda zi: (zi, True), self.filelist) + \
113 map(lambda zi: (zi, False), self._remove)
122 for (zi, keep), length in zip(all, lengths):
125 oldoff = zi.header_offset
127 if hasattr(zi, 'file_offset'):
128 zi.file_offset = zi.file_offset + to_pos - oldoff
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/glue/
H A Dzlib.cpp170 zi->available = 1; in zlibglue_init()
193 zi->available = 0; in zlibglue_init()
202 if (zi->_funcname_ == NULL) zi->available = 0; \ in zlibglue_init()
212 zi->available = 0; in zlibglue_init()
215 zi->_funcname_ = NULL in zlibglue_init()
219 if (zi->available) { in zlibglue_init()
223 if (!zi->available || !zi->zlibVersion) { in zlibglue_init()
224 if (!zi->available) { in zlibglue_init()
235 zi->available = 0; in zlibglue_init()
238 zlib_instance = zi; in zlibglue_init()
[all …]
/dports/science/tinker/tinker/source/
H A Dnblist.f73 real*8 xi,yi,zi local
125 zi = zred(i)
246 real*8 xi,yi,zi local
260 zi = zred(i)
494 zi = z(ii)
631 zi = z(ii)
746 zi = z(ii)
870 zi = z(ii)
1007 zi = z(ii)
1122 zi = z(ii)
[all …]
/dports/science/teem/teem-1.11.0-src/Testing/gage/
H A DprobePolynomial.c48 unsigned int xi, yi, zi; in polyeval() local
68 for (zi=0; zi<=POWER_MAX; zi++) { in polyeval()
69 zp[zi] = tmp; in polyeval()
76 for (zi=dz; zi<=POWER_MAX; zi++) { in polyeval()
77 ret += (coef[xi][yi][zi]*xp[xi-dx]*yp[yi-dy]*zp[zi-dz] in polyeval()
117 unsigned int xi, yi, zi; in makeVolume() local
164 for (zi=0; zi<sz; zi++) { in makeVolume()
211 unsigned int xi, yi, zi, runNum, runIdx; in main() local
236 for (zi=0; zi<=POWER_MAX; zi++) { in main()
237 if (xi + yi + zi > POWER_MAX) { in main()
[all …]
/dports/math/eispack/eispack-1.0_14/
H A Dcombak.f1 subroutine combak(nm,low,igh,ar,ai,int,m,zr,zi) argument
4 double precision ar(nm,igh),ai(nm,igh),zr(nm,m),zi(nm,m)
68 zr(i,j) = zr(i,j) + xr * zr(mp,j) - xi * zi(mp,j)
69 zi(i,j) = zi(i,j) + xr * zi(mp,j) + xi * zr(mp,j)
81 xi = zi(i,j)
82 zi(i,j) = zi(mp,j)
83 zi(mp,j) = xi
/dports/astro/oskar/OSKAR-2.8.0/oskar/convert/src/
H A Doskar_convert_enu_to_offset_ecef.c29 double xi = 0.0, yi = 0.0, zi = 0.0, xt = 0.0, yt = 0.0, zt = 0.0; in oskar_convert_enu_to_offset_ecef_d() local
34 zi = horizon_z[i]; in oskar_convert_enu_to_offset_ecef_d()
37 xt = -xi * sin_lon - yi * sin_lat * cos_lon + zi * cos_lat * cos_lon; in oskar_convert_enu_to_offset_ecef_d()
38 yt = xi * cos_lon - yi * sin_lat * sin_lon + zi * cos_lat * sin_lon; in oskar_convert_enu_to_offset_ecef_d()
39 zt = yi * cos_lat + zi * sin_lat; in oskar_convert_enu_to_offset_ecef_d()
64 double xi = 0.0, yi = 0.0, zi = 0.0, xt = 0.0, yt = 0.0, zt = 0.0; in oskar_convert_enu_to_offset_ecef_f() local
69 zi = (double) (horizon_z[i]); in oskar_convert_enu_to_offset_ecef_f()
72 xt = -xi * sin_lon - yi * sin_lat * cos_lon + zi * cos_lat * cos_lon; in oskar_convert_enu_to_offset_ecef_f()
73 yt = xi * cos_lon - yi * sin_lat * sin_lon + zi * cos_lat * sin_lon; in oskar_convert_enu_to_offset_ecef_f()
74 zt = yi * cos_lat + zi * sin_lat; in oskar_convert_enu_to_offset_ecef_f()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/infra/bots/
H A Dzip_utils.py37 zi = zipfile.ZipInfo(filepath)
38 zi.filename = os.path.relpath(filepath, target_dir)
41 zi.filename = zi.filename.replace(ntpath.sep, posixpath.sep)
50 zi.external_attr = perms << 16L
51 zi.compress_type = zipfile.ZIP_DEFLATED
54 z.writestr(zi, content)
65 for zi in z.infolist():
66 dst_subpath = zi.filename
75 f.write(z.read(zi))
76 perms = zi.external_attr >> 16L
/dports/math/octave/octave-6.4.0/scripts/geometry/
H A Dgriddata3.m60 ## meshgrid xi, yi and zi if they are vectors unless
62 if (isvector (xi) && isvector (yi) && isvector (zi))
64 [xi, yi, zi] = meshgrid (xi, yi, zi);
69 zi = zi(:); variable
73 if (! size_equal (xi, yi, zi))
91 %! [xi, yi, zi] = meshgrid (-0.8:0.2:0.8);
92 %! vi = griddata3 (x, y, z, v, xi, yi, zi, "linear");
93 %! vv = vi - xi.^2 - yi.^2 - zi.^2;
104 %! [xi, yi, zi] = meshgrid (-0.8:0.2:0.8);
105 %! vi = griddata3 (x, y, z, v, xi, yi, zi, "nearest");
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/spec/
H A Dutils.xq23 declare variable $zi:zorba_version as xs:string := '0x000905';
25 declare variable $zi:indent as xs:string := ' ';
27 declare variable $zi:newline as xs:string := '
30 declare function zi:indent($i) as xs:string
35 declare function zi:indent() as xs:string
37 zi:indent(1)
40 declare function zi:add-copyright() as xs:string
66 declare function zi:add-guard-close() as xs:string
79 declare function zi:arity($sig) as xs:string
85 declare function zi:function-kind($sig) as xs:string
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/cpp/
H A DContourOnMesh.cpp48 if (A.z == zi && B.z == zi && C.z == zi) in intersect()
53 if (A.z == zi) in intersect()
59 if (B.z == zi) in intersect()
65 if (C.z == zi) in intersect()
88 if ((A.z < zi && zi < B.z) || (B.z < zi && zi < A.z)) in intersect()
92 const double t = (zi - A.z) / (B.z - A.z); in intersect()
98 const double t = (zi - B.z) / (A.z - B.z); in intersect()
105 if (pts.size() != 2 && ((B.z < zi && zi < C.z) || (C.z < zi && zi < B.z))) in intersect()
124 if (!pts.empty() && pts.size() != 2 && ((C.z < zi && zi < A.z) || (A.z < zi && zi < C.z))) in intersect()
248 xC.push_back(zi); in computeLines()
[all …]

1...<<11121314151617181920>>...369