Home
last modified time | relevance | path

Searched refs:ort (Results 1 – 25 of 2210) sorted by relevance

12345678910>>...89

/dports/science/xcrysden/xcrysden-1.6.2/C/
H A Dxcviewport.c142 ort.minx = ort.miny = -ort.size; in MaybeClipAndMakeProjection()
143 ort.maxx = ort.maxy = ort.size; in MaybeClipAndMakeProjection()
145 ort.minz = -1.5 * ort.size; in MaybeClipAndMakeProjection()
146 ort.maxz = 1.5 * ort.size; in MaybeClipAndMakeProjection()
151 ort.minx = -(1.0 - 2.0*cr) * ort.size; in MaybeClipAndMakeProjection()
157 ort.maxx = (1.0 - 2.0*cr) * ort.size; in MaybeClipAndMakeProjection()
163 ort.maxy = (1.0 - 2.0*cr) * ort.size; in MaybeClipAndMakeProjection()
185 glOrtho(ort.minx, ort.maxx, in MaybeClipAndMakeProjection()
186 ort.miny, ort.maxy, in MaybeClipAndMakeProjection()
187 ort.minz+ort.size, ort.maxz+ort.size); in MaybeClipAndMakeProjection()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/src/fortran/
H A Ddhetr.f61 ort(k) = 0.0d+0
73 ort(i) = a(i,k-1)/scale
74 h = h+ort(i)*ort(i)
76 g = -sign(sqrt(h),ort(k))
77 h = h-ort(k) *g
78 ort(k) = ort(k)-g
86 f = f+ort(i)*a(i,j)
100 f = f+ort(i) *b(i,j)
114 f = f+ort(j)*a(i,j)
128 f = f+ort(j)*c(i,j)
[all …]
/dports/math/eispack/eispack-1.0_14/
H A Dorthes.f1 subroutine orthes(nm,n,low,igh,a,ort) argument
4 double precision a(nm,n),ort(igh)
53 ort(m) = 0.0d0
64 ort(i) = a(i,m-1) / scale
65 h = h + ort(i) * ort(i)
68 g = -dsign(dsqrt(h),ort(m))
69 h = h - ort(m) * g
70 ort(m) = ort(m) - g
77 f = f + ort(i) * a(i,j)
92 f = f + ort(j) * a(i,j)
[all …]
H A Dortbak.f1 subroutine ortbak(nm,low,igh,a,ort,m,z) argument
4 double precision a(nm,igh),ort(igh),z(nm,m)
65 100 ort(i) = a(i,mp-1)
71 110 g = g + ort(i) * z(i,j)
74 g = (g / ort(mp)) / a(mp,mp-1)
77 120 z(i,j) = z(i,j) + g * ort(i)
H A Dortran.f1 subroutine ortran(nm,n,low,igh,a,ort,z) argument
4 double precision a(nm,igh),ort(igh),z(nm,n)
67 100 ort(i) = a(i,mp-1)
73 110 g = g + ort(i) * z(i,j)
76 g = (g / ort(mp)) / a(mp,mp-1)
79 120 z(i,j) = z(i,j) + g * ort(i)
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/src/fortran/
H A Dorthes.f2 subroutine orthes(nm,n,low,igh,a,ort)
5 double precision a(nm,n),ort(igh)
59 ort(m) = 0.0d+0
70 ort(i) = a(i,m-1) / scale
71 h = h + ort(i) * ort(i)
74 g = -sign(sqrt(h),ort(m))
75 h = h - ort(m) * g
76 ort(m) = ort(m) - g
83 f = f + ort(i) * a(i,j)
98 f = f + ort(j) * a(i,j)
[all …]
H A Dortran.f2 subroutine ortran(nm,n,low,igh,a,ort,z)
5 double precision a(nm,igh),ort(igh),z(nm,n)
73 100 ort(i) = a(i,mp-1)
79 110 g = g + ort(i) * z(i,j)
82 g = (g / ort(mp)) / a(mp,mp-1)
85 120 z(i,j) = z(i,j) + g * ort(i)
/dports/audio/liboggz/liboggz-1.1.1/src/tools/
H A Doggz-basetime.c89 OBTrackData * ort; in or_track_data_new() local
92 if (ort == NULL) return NULL; in or_track_data_new()
94 ort->delta = -1; in or_track_data_new()
95 ort->nr_packets = 0; in or_track_data_new()
97 return ort; in or_track_data_new()
103 free (ort); in or_track_data_delete()
130 OBTrackData * ort; in or_data_delete() local
157 OBTrackData * ort; in filter_page() local
170 iframe -= ort->delta; in filter_page()
195 OBTrackData * ort; in read_page() local
[all …]
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/linear/
H A DHessenbergTransformer.java45 private final double ort[]; field in HessenbergTransformer
67 ort = new double[m]; in HessenbergTransformer()
97 ort[i] = householderVectors[i][m - 1]; in getP()
104 g += ort[i] * pa[i][j]; in getP()
111 pa[i][j] += g * ort[i]; in getP()
195 h += ort[i] * ort[i]; in transform()
199 h -= ort[m] * g; in transform()
200 ort[m] -= g; in transform()
208 f += ort[i] * householderVectors[i][j]; in transform()
212 householderVectors[i][j] -= f * ort[i]; in transform()
[all …]
/dports/hebrew/elmar-fonts/iw-elmar-fonts-3.3_6/
H A Dfonts.alias109 -hebrew-ort-medium-r-normal--0-0-0-0-p-0-iso8859-1 -hebrew-ort-medium-r-normal--0-0-75-75-p-0-iso88…
117 -hebrew-ort-bold-r-normal--0-0-0-0-p-0-iso8859-1 -hebrew-ort-bold-r-normal--0-0-75-75-p-0-iso8859-8
118 -hebrew-ort-bold-r-normal--10-100-0-0-p-0-iso8859-1 -hebrew-ort-bold-r-normal--10-100-75-75-p-0-iso…
119 -hebrew-ort-bold-r-normal--12-120-0-0-p-0-iso8859-1 -hebrew-ort-bold-r-normal--12-120-75-75-p-0-iso…
120 -hebrew-ort-bold-r-normal--14-140-0-0-p-0-iso8859-1 -hebrew-ort-bold-r-normal--14-140-75-75-p-0-iso…
121 -hebrew-ort-bold-r-normal--18-180-0-0-p-0-iso8859-1 -hebrew-ort-bold-r-normal--18-180-75-75-p-0-iso…
122 -hebrew-ort-bold-r-normal--24-240-0-0-p-0-iso8859-1 -hebrew-ort-bold-r-normal--24-240-75-75-p-0-iso…
123 -hebrew-ort-bold-r-normal--30-300-0-0-p-0-iso8859-1 -hebrew-ort-bold-r-normal--30-300-72-72-p-0-iso…
124 -hebrew-ort-bold-r-normal--36-360-0-0-p-0-iso8859-1 -hebrew-ort-bold-r-normal--36-360-72-72-p-0-iso…
125 -hebrew-ort-medium-i-normal--0-0-0-0-p-0-iso8859-1 -hebrew-ort-medium-i-normal--0-0-75-75-p-0-iso88…
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/eispack/
H A Deis_orthes.c9 igh, doublereal *a, doublereal *ort) in orthes_() argument
72 --ort; in orthes_()
84 ort[m] = 0.; in orthes_()
103 h__ += ort[i__] * ort[i__]; in orthes_()
108 g = -d_sign(&d__1, &ort[m]); in orthes_()
109 h__ -= ort[m] * g; in orthes_()
110 ort[m] -= g; in orthes_()
119 f += ort[i__] * a[i__ + j * a_dim1]; in orthes_()
141 f += ort[j] * a[i__ + j * a_dim1]; in orthes_()
150 a[i__ + j * a_dim1] -= f * ort[j]; in orthes_()
[all …]
H A Deis_ortbak.c9 doublereal *a, doublereal *ort, integer *m, doublereal *z__) in ortbak_() argument
70 --ort; in ortbak_()
99 ort[i__] = a[i__ + (mp - 1) * a_dim1]; in ortbak_()
109 g += ort[i__] * z__[i__ + j * z_dim1]; in ortbak_()
115 g = g / ort[mp] / a[mp + (mp - 1) * a_dim1]; in ortbak_()
120 z__[i__ + j * z_dim1] += g * ort[i__]; in ortbak_()
H A Deis_ortran.c9 igh, doublereal *a, doublereal *ort, doublereal *z__) in ortran_() argument
69 --ort; in ortran_()
104 ort[i__] = a[i__ + (mp - 1) * a_dim1]; in ortran_()
114 g += ort[i__] * z__[i__ + j * z_dim1]; in ortran_()
120 g = g / ort[mp] / a[mp + (mp - 1) * a_dim1]; in ortran_()
125 z__[i__ + j * z_dim1] += g * ort[i__]; in ortran_()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DRotation.java239 double det = ort[0][0] * (ort[1][1] * ort[2][2] - ort[2][1] * ort[1][2]) - in Rotation()
240 ort[1][0] * (ort[0][1] * ort[2][2] - ort[2][1] * ort[0][2]) + in Rotation()
241 ort[2][0] * (ort[0][1] * ort[1][2] - ort[1][1] * ort[0][2]); in Rotation()
434 double s = ort[0][0] + ort[1][1] + ort[2][2]; in mat2quat()
439 quat[1] = inv * (ort[1][2] - ort[2][1]); in mat2quat()
440 quat[2] = inv * (ort[2][0] - ort[0][2]); in mat2quat()
441 quat[3] = inv * (ort[0][1] - ort[1][0]); in mat2quat()
443 s = ort[0][0] - ort[1][1] - ort[2][2]; in mat2quat()
448 quat[0] = inv * (ort[1][2] - ort[2][1]); in mat2quat()
452 s = ort[1][1] - ort[0][0] - ort[2][2]; in mat2quat()
[all …]
H A DFieldRotation.java209 final T d0 = ort[1][1].multiply(ort[2][2]).subtract(ort[2][1].multiply(ort[1][2])); in FieldRotation()
210 final T d1 = ort[0][1].multiply(ort[2][2]).subtract(ort[2][1].multiply(ort[0][2])); in FieldRotation()
211 final T d2 = ort[0][1].multiply(ort[1][2]).subtract(ort[1][1].multiply(ort[0][2])); in FieldRotation()
213 ort[0][0].multiply(d0).subtract(ort[1][0].multiply(d1)).add(ort[2][0].multiply(d2)); in FieldRotation()
406 T s = ort[0][0].add(ort[1][1]).add(ort[2][2]); in mat2quat()
411 quat[1] = inv.multiply(ort[1][2].subtract(ort[2][1])); in mat2quat()
415 s = ort[0][0].subtract(ort[1][1]).subtract(ort[2][2]); in mat2quat()
421 quat[2] = inv.multiply(ort[0][1].add(ort[1][0])); in mat2quat()
422 quat[3] = inv.multiply(ort[0][2].add(ort[2][0])); in mat2quat()
424 s = ort[1][1].subtract(ort[0][0]).subtract(ort[2][2]); in mat2quat()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/pw4gww/
H A Dwrite_vpot_matrix.f9010 subroutine write_vpot_matrix( vmat, ort) argument
27 INTEGER :: ort!if ort==0 writes nonorthogonal file, if ort==1 writes orthogonal file, local
33 if(ort == 1) then
36 else if(ort==0) then
39 else if(ort==2) then
41 else if(ort==3) then
43 else if(ort==4) then
/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Droute.c532 if (ort == NULL) { in rt_add()
534 if (ort != NULL && in rt_add()
543 if (ort->rt_mtu == nrt->rt_mtu) in rt_add()
550 ort->rt_ifp == nrt->rt_ifp && in rt_add()
558 if (ort->rt_mtu == nrt->rt_mtu) in rt_add()
568 if (change && ort != NULL && ort->rt_flags & RTF_CLONING) in rt_add()
585 if (ort != NULL) { in rt_add()
595 if (errno != EEXIST || ort == NULL) in rt_add()
604 if (ort != NULL) { in rt_add()
614 if (ort != NULL && errno == 0) { in rt_add()
[all …]
/dports/emulators/yaze-ag/yaze-ag-2.51.0/disksort/
H A Ddisk4.c34 push(ort,daten) /* Dir-Eintrag in eine sortierte Liste haengen */
35 struct dir_eintrag **ort; variable
38 while ( (*ort) && ( (**ort).eintrag.extent < daten->eintrag.extent) )
39 ort=&(**ort).next;
41 daten->next=*ort;
42 *ort=daten;
/dports/emulators/yaze-ag/yaze-ag-2.51.0/disksort/original/
H A Ddisk4.c34 push(ort,daten) /* Dir-Eintrag in eine sortierte Liste haengen */
35 struct dir_eintrag **ort; variable
38 while ( (*ort) && ( (**ort).eintrag.extent < daten->eintrag.extent) )
39 ort=&(**ort).next;
41 daten->next=*ort;
42 *ort=daten;
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/peigs/src/c/
H A Db_ortho.c42 void b_ortho ( n, colB, mapB, m, colZ, mapZ, ibuffptr, iwork, work, ort, info) in b_ortho() argument
44 DoublePrecision **colB, **colZ, **ibuffptr, *work, *ort;
177 *ort = 0.e0;
250 *ort = 0.0e0;
251 mat_max ( m, m, vecZ2, mapZ, ort, iscrat, scrat);
255 *ort = *ort / ulp;
261 bbcast00( (char *) ort, sizeof(DoublePrecision), 1, mapZ[0], nprocs, iscrat );
H A Dortho.c39 void ortho( n, m, colZ, mapZ, ibuffptr, iwork, work, ort, info) in ortho() argument
41 DoublePrecision **colZ, **ibuffptr, *work, *ort;
152 *ort = 0.e0;
210 mat_max ( m, m, vecZ1, mapZ, ort, iscrat, scrat);
214 *ort = *ort / ulp;
/dports/science/nwchem-data/nwchem-7.0.2-release/src/peigs/src/c/
H A Db_ortho.c42 void b_ortho ( n, colB, mapB, m, colZ, mapZ, ibuffptr, iwork, work, ort, info) in b_ortho() argument
44 DoublePrecision **colB, **colZ, **ibuffptr, *work, *ort;
177 *ort = 0.e0;
250 *ort = 0.0e0;
251 mat_max ( m, m, vecZ2, mapZ, ort, iscrat, scrat);
255 *ort = *ort / ulp;
261 bbcast00( (char *) ort, sizeof(DoublePrecision), 1, mapZ[0], nprocs, iscrat );
H A Dortho.c39 void ortho( n, m, colZ, mapZ, ibuffptr, iwork, work, ort, info) in ortho() argument
41 DoublePrecision **colZ, **ibuffptr, *work, *ort;
152 *ort = 0.e0;
210 mat_max ( m, m, vecZ1, mapZ, ort, iscrat, scrat);
214 *ort = *ort / ulp;
/dports/print/auctex/auctex-12.2/style/
H A Ddinbrief.el213 (ort (TeX-read-string "Mein Wohnort: ")))
226 (if (not (zerop (length ort)))
230 (LaTeX-dinbrief-insert ort)))
233 (concat name ", " str ", " ort)))))
239 (ort (TeX-read-string "Aus der Ortschaft: ")))
241 (if (not (zerop (length ort)))
242 (concat str " " TeX-esc TeX-esc " " ort)
244 (if (not (zerop (length ort)))
245 ort))))
/dports/net/bird/bird-1.6.8/proto/ospf/
H A Drt.c19 static inline void reset_ri(ort *ort) in reset_ri() argument
27 ort *ri = (ort *) fn; in ospf_rt_initort()
40 unresolved_vlink(ort *ort) in unresolved_vlink() argument
42 return ort->n.nhs && nh_is_vlink(ort->n.nhs); in unresolved_vlink()
339 ort *old = (ort *) fib_get(&p->rtf, &prefix, pxlen); in ri_install_net()
372 ort *old = (ort *) fib_get(&p->rtf, &prefix, pxlen); in ri_install_ext()
746 ort *abr; in ospf_rt_sum()
843 ort *re, *abr; in ospf_rt_sum_tr()
1388 ort *nf; in ospf_fib_route()
1556 ort *ri; in ospf_rt_reset()
[all …]

12345678910>>...89