Home
last modified time | relevance | path

Searched refs:wdot (Results 1 – 25 of 48) sorted by relevance

12

/dports/editors/2bsd-vi/ex-050325/
H A Dex_vops3.c134 wdot = dot;
143 wdot = 0;
162 wdot--;
177 idot = wdot;
368 wdot = addr;
390 wdot = swdot;
419 wdot = dot;
457 wdot = 0;
551 wdot++;
567 wdot--;
[all …]
H A Dex_voper.c137 wdot = NOLINE; in operate()
567 markit(wdot); in operate()
576 wdot = dot - cnt; in operate()
600 markit(wdot); in operate()
611 markit(wdot); in operate()
681 getline(*wdot); in operate()
698 forbid (wdot < one || wdot > dol); in operate()
700 markit(wdot); in operate()
798 wdot = addr; in operate()
805 wdot = dot; in operate()
[all …]
H A Dex_vops.c370 if (wdot) { in vmove()
371 if (wdot < one || wdot > dol) { in vmove()
376 wdot = NOLINE; in vmove()
442 if (wdot) { in vdelete()
453 wdot = dot; in vdelete()
503 if (wdot) { in vchange()
514 wdot = 0; in vchange()
901 if (wdot == NOLINE || wdot < one || wdot > dol) { in xdw()
911 addr = dot; dot = wdot; wdot = addr; in xdw()
920 wdot--; in xdw()
[all …]
H A Dex_vmain.c410 …fprintf(trace, "before vdown in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(… in vmain()
423 …fprintf(trace, "before vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno… in vmain()
428 …fprintf(trace, "after vnline in ^D, dot=%d, wdot=%d, dol=%d\n", lineno(dot), lineno(wdot), lineno(… in vmain()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/samples/f77/
H A Dctlib.f33 double precision y(MAXSP), wdot(MAXSP)
51 call ctwyp(p, t, y, ickwrk, rckwrk, wdot)
53 write(*,*) k, y(k), wdot(k)
85 subroutine ctwyp(p,t,y,ickwrk,rckwrk,wdot) argument
87 double precision y(*), rckwrk(*), wdot(*) local
95 call getNetProductionRates(wdot)
100 wdot(k) = 1.0d3*wdot(k)
H A Ddemo_ftnlib.cpp307 void getnetproductionrates_(double* wdot) in getnetproductionrates_() argument
309 _kin->getNetProductionRates(wdot); in getnetproductionrates_()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dsquared_distance_3_1.h92 num = wdot(diff, diff, k); in squared_distance_RT()
156 const RT d = wdot(diff_s, segvec, k); in squared_distance_RT()
160 num = wdot(diff_s, diff_s, k); in squared_distance_RT()
170 num = wdot(diff_t, diff_t, k); in squared_distance_RT()
177 num = wdot(wcr, wcr, k); in squared_distance_RT()
197 RT d = wdot(diff,segvec, k); in squared_distance()
201 RT e = wdot(segvec,segvec, k); in squared_distance()
239 RT d = wdot(diff,segvec, k); in compare_distance_pssC3()
243 RT e = wdot(segvec,segvec, k); in compare_distance_pssC3()
256 RT d = wdot(diff,segvec, k); in compare_distance_pssC3()
[all …]
H A Dsquared_distance_3_0.h47 wdot(const typename K::Vector_3 &u, in wdot() function
86 wdot(const typename K::Point_3 &p, in wdot() function
121 return RT(wdot(u, v, k)) > RT(0) ; in is_acute_angle()
132 return RT(wdot(u, v, k)) == RT(0) ; in is_straight_angle()
143 return RT(wdot(u, v, k)) < RT(0) ; in is_obtuse_angle()
155 return RT(wdot(p, q, r, k)) > RT(0) ; in is_acute_angle()
167 return RT(wdot(p, q, r, k)) == RT(0) ; in is_straight_angle()
179 return RT(wdot(p, q, r, k)) < RT(0) ; in is_obtuse_angle()
201 dot = wdot(normal, diff, k); in squared_distance_to_plane_RT()
202 squared_length = wdot(normal, normal, k); in squared_distance_to_plane_RT()
[all …]
H A Dsquared_distance_utils.h38 wdot(const typename K::Vector_2 &u, in wdot() function
74 typename K::RT wdot(const typename K::Point_2 &p, in wdot() function
147 return RT(wdot(u, v, k)) > RT(0) ; in is_acute_angle()
156 return RT(wdot(u, v, k)) == RT(0) ; in is_straight_angle()
165 return RT(wdot(u, v, k)) < RT(0) ; in is_obtuse_angle()
175 return RT(wdot(p, q, r, k)) > RT(0) ; in is_acute_angle()
185 return RT(wdot(p, q, r, k)) == RT(0) ; in is_straight_angle()
195 return RT(wdot(p, q, r, k)) < RT(0) ; in is_obtuse_angle()
H A Dsquared_distance_3_2.h113 RT sdm_rs2pp = wdot(normal, start_min_pp, k); in squared_distance()
114 RT sdm_re2pp = wdot(normal, end_min_pp, k); in squared_distance()
161 RT sdm_ss2pp = wdot(normal, start_min_pp, k); in squared_distance()
162 RT sdm_se2pp = wdot(normal, end_min_pp, k); in squared_distance()
213 RT(wdot(wcross(edge, in on_left_of_triangle_edge()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/tests/
H A DMatVecTest.cpp151 Vec<3,Complex> vdot(mdc), wdot(&mdc[3]); in testMiscellaneous() local
153 cout << "v=" << vdot << " w=" << wdot << endl; in testMiscellaneous()
160 cout << "vw=" << dot(vdot,wdot) << " rw" << dot(rdot,wdot) in testMiscellaneous()
163 cout << "vw=" << ~vdot*wdot << " rw" << rdot*wdot in testMiscellaneous()
168 cout << "vw=" << outer(vdot,wdot) << " rw" << outer(rdot,wdot) in testMiscellaneous()
171 cout << "vw=" << vdot*~wdot << " rw" << ~rdot*~wdot in testMiscellaneous()
176 cout << "vw=" << cross(vdot,wdot) << " rw" << cross(rdot,wdot) in testMiscellaneous()
179 cout << "vw=" << vdot%wdot << " rw" << rdot%wdot in testMiscellaneous()
186 cout << "vdot%wdot=" << vdot%wdot << endl; in testMiscellaneous()
188 cout << "crossMat(v)*w=" << crossMat(vdot)*wdot << " vcross*w=" << vcross*wdot << endl; in testMiscellaneous()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/matlab/toolbox/@Kinetics/
H A DnetProdRates.m1 function wdot = netProdRates(a)
3 % wdot = netProdRates(a)
17 wdot = kinetics_get(a.id, 23, 0); variable
21 bar(wdot)
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/samples/matlab/
H A Dconhp.m16 wdot = netProdRates(gas); variable
18 * wdot / (density(gas)*cp_mass(gas));
27 dydt(i+1) = rrho*mw(i)*wdot(i);
H A Dconuv.m16 wdot = netProdRates(gas); variable
18 * wdot / (density(gas)*cv_mass(gas));
27 dydt(i+1) = rrho*mw(i)*wdot(i);
H A Dtut5.m57 wdot = netProdRates(g); variable
58 rates = [cdot, ddot, wdot]
76 net = [wdot, wdot2, wdot - wdot2]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/examples/reactors/
H A Dcustom.py35 wdot = self.gas.net_production_rates
36 dTdt = - (np.dot(self.gas.partial_molar_enthalpies, wdot) /
38 dYdt = wdot * self.gas.molecular_weights / rho
/dports/math/blocksolve95/BlockSolve95/src/
H A DBSpar_gmres.c31 FLOAT temp, *wdot; in BSupdate_hessenberg() local
34 MY_MALLOC(wdot,(FLOAT *),sizeof(FLOAT)*BS,1); in BSupdate_hessenberg()
38 BSpar_bip(n,w,v[k],BS,wdot,procinfo); CHKERR(0); in BSupdate_hessenberg()
40 h[q][k][i] = wdot[q]; in BSupdate_hessenberg()
49 BSpar_bip(n,w,w,BS,wdot,procinfo); CHKERR(0); in BSupdate_hessenberg()
54 h[q][i+1][i] = sqrt(wdot[q]); in BSupdate_hessenberg()
99 MY_FREE(wdot); in BSupdate_hessenberg()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/carotene/src/
H A Dtemplate_matching.cpp194 u32 wdot[2]; in matchTemplate() local
195 vst1_u32(wdot, vpadd_u32(vget_low_u32(vdot), vget_high_u32(vdot))); in matchTemplate()
196 dot += wdot[0] + wdot[1]; in matchTemplate()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/test/kinetics/
H A Drates.cpp163 vector_fp wdot(nSpec); in testNetProductionRates() local
164 soln->kinetics()->getNetProductionRates(&wdot[0]); in testNetProductionRates()
166 EXPECT_NEAR(wdot_ref[i], wdot[i], std::abs(wdot_ref[i])*2e-5 + 1e-9); in testNetProductionRates()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/JSBSim/models/
H A DFGAccelerations.cpp271 FGColumnVector3 wdot = vPQRdot; in CalculateFrictionForces() local
273 wdot += (in.vPQR - in.Tec2b * in.TerrainAngularVel) / dt; in CalculateFrictionForces()
284 rhs[i] = -DotProduct(U, vdot + wdot*r)/d; in CalculateFrictionForces()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/fortran/
H A Dcantera_kinetics.f90206 subroutine ctkin_getNetProductionRates(self, wdot) argument
209 double precision, intent(out) :: wdot(*) local
210 self%err = kin_getnetproductionrates(self%kin_id, wdot)
/dports/editors/xvile/vile-9.8v/perl/
H A Dshell.pm686 my @wdot;
688 and ( @wdot = $w->dot() )[0] >= $dot[0] - 1
689 and $wdot[0] <= $dot[0] + 1 )
694 and ( my @wdot = $w->dot() )[0] >= $dot[0] - 1
695 and $wdot[0] <= $dot[0] + 1 )
/dports/editors/vile/vile-9.8v/perl/
H A Dshell.pm686 my @wdot;
688 and ( @wdot = $w->dot() )[0] >= $dot[0] - 1
689 and $wdot[0] <= $dot[0] + 1 )
694 and ( my @wdot = $w->dot() )[0] >= $dot[0] - 1
695 and $wdot[0] <= $dot[0] + 1 )
/dports/astro/py-skyfield/skyfield-1.41/skyfield/
H A Dplanetarylib.py171 radot, decdot, wdot = rates
181 domega0 = wdot + u * radot
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Depicycle.c103 double wdot; /* rotation rate (change in w per iteration) */ member
241 p->wdot = st->wdot_max / p->divisor; in new_circle()
376 p->w = fmod(p->initial_w + (t * p->wdot), FULLCIRCLE); in move_body()

12