Home
last modified time | relevance | path

Searched refs:nmag (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/astro/astrometry/astrometry.net-0.85/catalogs/
H A Dtycho2tostellarium.c124 int nmag; in main() local
138 nmag = 0; in main()
143 nmag++; in main()
147 nmag++; in main()
151 nmag++; in main()
153 if (nmag) in main()
154 mag /= (float)nmag; in main()
/dports/print/texlive-base/texlive-20150521-source/texk/dvipos/
H A Ddvipos.c37 static int nmag = 0, resol = 300, bpage = 1, epage = INT_MAX; variable
111 nmag = (int)strtol(q, &p, 0); in read_options()
112 if (p == q || nmag < 0) in read_options()
177 if (nmag > 0) in read_options()
178 msg_out(M_DEBUG, " New magnification factor = %-8.03f\n", nmag / 1000.); in read_options()
237 dvi_init(nmag, resol); in main()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/
H A DBounceOperator.cpp96 float nmag = P->getVelocity() * normal; in handleSphere() local
99 osg::Vec3 vn = normal * nmag; in handleSphere()
101 if ( nmag<0 ) vn = -vn; in handleSphere()
125 float nmag = P->getVelocity() * normal; in handleSphere() local
128 osg::Vec3 vn = normal * nmag; in handleSphere()
130 if ( nmag<0 ) vn = -vn; in handleSphere()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/
H A DBounceOperator.cpp96 float nmag = P->getVelocity() * normal; in handleSphere() local
99 osg::Vec3 vn = normal * nmag; in handleSphere()
101 if ( nmag<0 ) vn = -vn; in handleSphere()
125 float nmag = P->getVelocity() * normal; in handleSphere() local
128 osg::Vec3 vn = normal * nmag; in handleSphere()
130 if ( nmag<0 ) vn = -vn; in handleSphere()
/dports/cad/jspice3/jspice3-2.5/src/lib/plot/
H A Dfourier.c39 double *freq, *mag, *phase, *nmag, *nphase; /* Outputs from CKTfour */ local
100 nmag = (double *) tmalloc(nfreqs * sizeof (double));
146 stuff, fundfreq, freq, mag, phase, nmag, nphase);
172 out_printf("%-*s ", fw, printnum(nmag[i]));
182 txfree((char*)nmag);
/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmifftsynth.hh78 const float nmag = mag * mag_norm; in render_partial() local
90 const float phase_rsmag = sin_table [iarg & SIN_TABLE_MASK] * nmag; in render_partial()
92 const float phase_rcmag = sin_table [iarg & SIN_TABLE_MASK] * nmag; in render_partial()
H A Dsmsinedecoder.cc151 double nmag = block.mags_f (best_j); in process() local
165 decoded_sines [i] += sin (phase) * ((1 - inter) * mag + inter * nmag) * SIN_AMP; in process()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dfourier.c46 double *freq, *mag, *phase, *nmag, *nphase; /* Outputs from CKTfour */ in fourier() local
89 nmag = TMALLOC(double, nfreqs); in fourier()
144 data, fundfreq, freq, mag, phase, nmag, in fourier()
173 pnumnm = pnum(nmag[i]); in fourier()
230 tfree(nmag); in fourier()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/sky/
H A Dstars.cxx130 double mag, nmag, alpha, factor, cutoff; in repaint() local
222 nmag = ( cutoff - mag ) / (cutoff - mag_min); // translate to 0 ... 1.0 scale in repaint()
223 alpha = nmag * 0.85 + 0.15; // translate to a 0.15 ... 1.0 scale in repaint()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssgAux/
H A DssgaStars.cxx159 double mag, nmag, alpha, factor, cutoff; in repaint() local
224 nmag = ( 4.5 - mag ) / 5.5; // translate to 0 ... 1.0 scale in repaint()
226 alpha = nmag * 0.85 + 0.15; // translate to a 0.15 ... 1.0 scale in repaint()
/dports/math/arb/arb-2.21.1/acb_dirichlet/
H A Dhardy_z_zero.c50 slong k, nmag, abs_tol, wp; in _refine_hardy_z_zero_illinois() local
65 nmag = arf_abs_bound_lt_2exp_si(b); in _refine_hardy_z_zero_illinois()
66 abs_tol = nmag - prec - 4; in _refine_hardy_z_zero_illinois()
68 wp = prec + nmag + 8; in _refine_hardy_z_zero_illinois()
H A Dplatt_local_hardy_z_zeros.c1119 slong k, nmag, abs_tol, wp; in _refine_local_hardy_z_zero_illinois() local
1134 nmag = arf_abs_bound_lt_2exp_si(b); in _refine_local_hardy_z_zero_illinois()
1135 abs_tol = nmag - prec - 4; in _refine_local_hardy_z_zero_illinois()
1137 wp = prec + nmag + 8; in _refine_local_hardy_z_zero_illinois()
/dports/astro/libgal/libgal-0.5.0/kepler/
H A Dgal_pv2kep.c104 …[3], hmag, rmag, vdotv, rdotv, W[3], vmag, E, x, e[3], y, emag, gmr, h2, ecosv, esinv, n[3], nmag ; in gal_pv2kep() local
179 nmag = gal_pm ( n ) ; in gal_pv2kep()
219 if ( nmag > SMALL ) { in gal_pv2kep()
/dports/audio/musescore/MuseScore-3.6.1/omr/
H A Domrview.cpp294 void OmrView::setMag(double nmag) in setMag() argument
298 if (nmag == m) in setMag()
300 double deltamag = nmag / m; in setMag()
302 _matrix.setMatrix(nmag, _matrix.m12(), _matrix.m13(), _matrix.m21(), in setMag()
303 nmag, _matrix.m23(), _matrix.dx()*deltamag, _matrix.dy()*deltamag, _matrix.m33()); in setMag()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/putting/
H A Dexample_01.hpp300 f1 = -mu_*nmag*v1/speed; in F()
301 f2 = -mu_*nmag*v2/speed; in F()
302 f3 = -mu_*nmag*v3/speed; in F()
319 dv1 = -mu_*(ndv/nmag)*(v1/speed); in dFdx()
320 dv2 = -mu_*(ndv/nmag)*(v2/speed); in dFdx()
321 dv3 = -mu_*(ndv/nmag)*(v3/speed); in dFdx()
326 dv1 = -mu_*(d1v/nmag)*(vw/speed); in dFdx()
327 dv2 = -mu_*(d2v/nmag)*(vw/speed); in dFdx()
328 dv3 = -mu_*(d3v/nmag)*(vw/speed); in dFdx()
346 dv1 = -mu_*(ndv/nmag)*(v1/speed); in dFda()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/tweak/
H A Drefine.c908 double ncor[3], nmag; /* New correction vector */ in main() local
964 nmag = icmNorm3(ncor); in main()
967 printf("%d: ncor %f %f %f, mag %f\n",i, ncor[0],ncor[1],ncor[2],nmag); in main()
973 if ((nmag/cmag) > (1.0 + damp2)) { in main()
975 printf("%d: Limited cor mag from %f to %f\n",i, nmag, (1.0 + damp2) * cmag); in main()
977 icmScale3(ncor, ncor, (1.0 + damp2) * cmag/nmag); in main()
992 printf("%d: Limited cor mag from %f to %f\n",i, nmag, cmag); in main()
994 icmScale3(ncor, ncor, cmag/nmag); in main()
/dports/math/octave/octave-6.4.0/scripts/plot/draw/
H A Dsurfnorm.m154 nmag = sqrt (nx.^2 + ny.^2 + nz.^2); variable
163 nx ./= nmag / (daratio(1)^2 / damag);
164 ny ./= nmag / (daratio(2)^2 / damag);
165 nz ./= nmag / (daratio(3)^2 / damag);
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DRead_Input.cxx722 drvui->nmag = 0; in Init_DRAWxtl()
2010 &drvui->arrows[drvui->nmag].mag_xp[0], in read_inp()
2011 &drvui->arrows[drvui->nmag].mag_xp[1], in read_inp()
2012 &drvui->arrows[drvui->nmag].mag_xp[2], in read_inp()
2013 &drvui->arrows[drvui->nmag].mag_xc[0], in read_inp()
2014 &drvui->arrows[drvui->nmag].mag_xc[1], in read_inp()
2015 &drvui->arrows[drvui->nmag].mag_xc[2], in read_inp()
2016 &drvui->arrows[drvui->nmag].arrow_length, in read_inp()
2017 &drvui->arrows[drvui->nmag].arrow_diam, t_color); in read_inp()
2022 drvui->arrows[drvui->nmag].arrow_fn = tmp_frame_no; in read_inp()
[all …]
H A DDRAWxtlViewUI.h211 int nmag; // number of magnetic moments variable
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/thirdparty/particles/
H A Dactions.cpp556 float nmag = m.vel * position.p2; in Execute() local
557 pVector vn(position.p2 * nmag); // Normal Vn = (V.N)N in Execute()
632 float nmag = m.vel * position.p2; in Execute() local
633 pVector vn(position.p2 * nmag); // Normal Vn = (V.N)N in Execute()
669 float nmag = m.vel * n; in Execute() local
671 pVector vn(n * nmag); // Normal Vn = (V.N)N in Execute()
680 if(nmag < 0) in Execute()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DPLUSImpulseSolver.cpp467 Real tmag=0, nmag=0; in solve() local
477 nmag = std::abs(piGuess[Nk] + piELeft[Nk]); in solve()
478 if (tmag > mu*nmag) { in solve()
479 scale = mu*nmag/tmag; in solve()
480 const Real err = tmag - mu*nmag; in solve()
/dports/math/py-sympy/sympy-1.9/sympy/core/
H A Dexpr.py502 nmag = abs(self.evalf(2, subs=reps))
512 nmag = abs(self.evalf(2))
514 if not hasattr(nmag, '_prec'):
518 if nmag._prec == 1:
527 nmag = abs(self.evalf(prec, subs=reps))
528 if nmag._prec != 1:
531 if nmag._prec != 1:
/dports/deskutils/moregroupware/moregroupware/modules/projects/lang/
H A Dprojects.hu.lang123 task_subloop = Feladat friss�tve, r�szfeladat be�ll�t�s figyelmen k�v�l hagyva (nem lehet �nmag�ba …
/dports/sysutils/webmin/webmin-1.981/rbac/lang/
H A Dhu.auto35 user_esub=A szerep nem lehet önmagában elismert szerep
85 prof_esub=A profil nem lehet önmagában alprofil
/dports/misc/bibletime/bibletime-2.11.2/docs/howto/hu/docbook/
H A Dhowto-basics.docbook25 <para>Sem nem érdem, sem nem nyereség az Írást önmagáért olvasni, csak ha
107 önmagának, ezért a mi értelmezésünket kell alávetnünk más igeszakaszok

1234567