Home
last modified time | relevance | path

Searched refs:zmag (Results 1 – 25 of 60) sorted by relevance

123

/dports/math/arb/arb-2.21.1/acb_hypgeom/
H A Dbessel_i.c205 mag_t zmag; in acb_hypgeom_bessel_i() local
207 mag_init(zmag); in acb_hypgeom_bessel_i()
208 acb_get_mag(zmag, z); in acb_hypgeom_bessel_i()
210 if (mag_cmp_2exp_si(zmag, 4) < 0 || in acb_hypgeom_bessel_i()
211 (mag_cmp_2exp_si(zmag, 64) < 0 && 2 * mag_get_d(zmag) < prec)) in acb_hypgeom_bessel_i()
216 mag_clear(zmag); in acb_hypgeom_bessel_i()
222 mag_t zmag; in acb_hypgeom_bessel_i_scaled() local
224 mag_init(zmag); in acb_hypgeom_bessel_i_scaled()
225 acb_get_mag(zmag, z); in acb_hypgeom_bessel_i_scaled()
228 (mag_cmp_2exp_si(zmag, 64) < 0 && 2 * mag_get_d(zmag) < prec)) in acb_hypgeom_bessel_i_scaled()
[all …]
H A Dbessel_k.c211 mag_t zmag; in acb_hypgeom_bessel_k() local
213 mag_init(zmag); in acb_hypgeom_bessel_k()
214 acb_get_mag(zmag, z); in acb_hypgeom_bessel_k()
216 if (mag_cmp_2exp_si(zmag, 4) < 0 || in acb_hypgeom_bessel_k()
217 (mag_cmp_2exp_si(zmag, 64) < 0 && 2 * mag_get_d(zmag) < prec)) in acb_hypgeom_bessel_k()
222 mag_clear(zmag); in acb_hypgeom_bessel_k()
228 mag_t zmag; in acb_hypgeom_bessel_k_scaled() local
230 mag_init(zmag); in acb_hypgeom_bessel_k_scaled()
231 acb_get_mag(zmag, z); in acb_hypgeom_bessel_k_scaled()
234 (mag_cmp_2exp_si(zmag, 64) < 0 && 2 * mag_get_d(zmag) < prec)) in acb_hypgeom_bessel_k_scaled()
[all …]
H A Dairy.c201 double x, y, t, zmag, z15, term_est, airy_est, abstol; in acb_hypgeom_airy() local
227 zmag = fmpz_get_d(ARF_EXPREF(re)); in acb_hypgeom_airy()
229 zmag = fmpz_get_d(ARF_EXPREF(im)); in acb_hypgeom_airy()
230 zmag = 3.0 * zmag + 1; in acb_hypgeom_airy()
231 n = wp / (-zmag) + 1; in acb_hypgeom_airy()
249 zmag = (FLINT_MAX(x, y) - 2) * LOG2; in acb_hypgeom_airy()
250 n = asymp_pick_terms(wp, zmag); in acb_hypgeom_airy()
261 zmag = sqrt(x * x + y * y); in acb_hypgeom_airy()
262 z15 = zmag * sqrt(zmag); in acb_hypgeom_airy()
264 if (zmag >= 4.0 && (n = asymp_pick_terms(wp, log(zmag))) != -1) in acb_hypgeom_airy()
[all …]
H A Dpfq_choose_n.c95 mag_t zmag; in acb_hypgeom_pfq_choose_n_max() local
101 mag_init(zmag); in acb_hypgeom_pfq_choose_n_max()
108 acb_get_mag(zmag, z); in acb_hypgeom_pfq_choose_n_max()
109 log2_z = mag_get_d_log2_approx(zmag); in acb_hypgeom_pfq_choose_n_max()
176 mag_clear(zmag); in acb_hypgeom_pfq_choose_n_max()
203 mag_t zmag; in acb_hypgeom_pfq_series_choose_n() local
209 mag_init(zmag); in acb_hypgeom_pfq_series_choose_n()
217 acb_get_mag(zmag, z->coeffs); in acb_hypgeom_pfq_series_choose_n()
218 log2_z = mag_get_d_log2_approx(zmag); in acb_hypgeom_pfq_series_choose_n()
297 mag_clear(zmag); in acb_hypgeom_pfq_series_choose_n()
H A Dbessel_j.c241 mag_t zmag; in acb_hypgeom_bessel_j() local
243 mag_init(zmag); in acb_hypgeom_bessel_j()
244 acb_get_mag(zmag, z); in acb_hypgeom_bessel_j()
246 if (mag_cmp_2exp_si(zmag, 4) < 0 || in acb_hypgeom_bessel_j()
247 (mag_cmp_2exp_si(zmag, 64) < 0 && 2 * mag_get_d(zmag) < prec)) in acb_hypgeom_bessel_j()
252 mag_clear(zmag); in acb_hypgeom_bessel_j()
/dports/science/elk/elk-7.2.42/src/
H A Dgenzrm.f9028 zmag(i,1)=z1+z2
31 zmag(i,2)=cmplx(-aimag(z1),dble(z1),8)
35 zmag(i,3)=z1-z2
44 zmag(i,1)=z1-z2
/dports/math/arb/arb-2.21.1/acb_poly/
H A Dpolylog_series.c230 mag_t zmag, err, errf; in _acb_poly_polylog_cpx_small() local
234 mag_init(zmag); in _acb_poly_polylog_cpx_small()
239 acb_get_mag(zmag, z); in _acb_poly_polylog_cpx_small()
242 N = polylog_choose_terms(err, sigma, zmag, len - 1, prec); in _acb_poly_polylog_cpx_small()
251 mag_polylog_tail(err, zmag, sigma, k, N); in _acb_poly_polylog_cpx_small()
262 mag_clear(zmag); in _acb_poly_polylog_cpx_small()
270 mag_t zmag; in _acb_poly_polylog_cpx() local
278 mag_init(zmag); in _acb_poly_polylog_cpx()
279 acb_get_mag(zmag, z); in _acb_poly_polylog_cpx()
281 if (mag_cmp_2exp_si(zmag, -1) < 0) in _acb_poly_polylog_cpx()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/math/
H A DPlane3D.java76 double zmag = Math.abs(normal.getZ()); in closestAxisPlane() local
78 if (xmag > zmag) in closestAxisPlane()
84 else if (zmag > ymag) { in closestAxisPlane()
/dports/graphics/xaos/XaoS-release-4.2.1/tutorial/
H A Dincolor.xaf20 (message "zmag")
/dports/games/frozen-bubble/frozen-bubble-d6a0291/share/locale/
H A Dsl.po423 msgstr "Omejitev zmag: %s"
555 "*** Omejitev zmag je bila ponastavljena, ker igralec uporablja preveč staro "
594 "*** Omejitev zmag je bila ponastavljena, ker %s uporablja preveč staro "
648 msgstr "*** Igra se je končala, ker je bila dosežena omejitev zmag (%s)"
653 msgstr "*** Igra se je končala, ker je bila dosežena omejitev zmag (%s)"
767 #~ "*** Ni bilo mogoče nastaviti omejitve zmag, ker igralec uporablja "
/dports/graphics/xaos/XaoS-release-4.2.1/catalogs/
H A Dru.cat407 zmag "zmag
H A Dcs.cat352 zmag "zmag
H A Dit.cat417 zmag "zmag
H A Dde.cat417 zmag "zmag
H A Den.cat402 zmag "zmag
H A Des.cat398 zmag "zmag
H A Dro.cat428 zmag "zmag
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/net.dengine.client.pack/renderer.pack/profiles/renderer/
H A Damplified.dei57 setting "rend-halo-zmag-div" {
H A Dvanilla.dei51 setting "rend-halo-zmag-div" {
/dports/graphics/xfractint/xfractint-20.04p16/pars/
H A Dfract19.par7 params=1/0.1/0.1 float=y inside=zmag
17 params=-0.48/-0.6/0.045 float=y inside=zmag
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_rex/
H A DMaskGenerator.cpp524 double zmag = p3.z() - p1.z(); in createMaskPrimitives() local
526 double foundZ = (l1 / lt) * zmag + p1.z(); in createMaskPrimitives()
/dports/math/py-mpmath/mpmath-1.2.1/mpmath/libmp/
H A Dlibhyper.py548 zmag = max(amag, bmag)
549 can_use_asymp = zmag > wp
555 if zmag > wp:
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDriversDisabled/engine_osgterrain/
H A DSinglePassTerrainTechnique.cpp1267 double zmag = p3.z() - p1.z();
1269 double foundZ = (l1 / lt) * zmag + p1.z();
1523 double zmag = p3.z() - p1.z();
1525 double foundZ = (l1 / lt) * zmag + p1.z();
/dports/games/kreversi/kreversi-21.12.3/po/sl/
H A Dkreversi.po146 msgstr "Število zmag"
410 msgstr "Največ zmag:"
/dports/games/doomsday/doomsday-2.3.1/doomsday/doc/engine/
H A Dcontrolpanel.ame203 @cvar{rend-halo-zmag-div}

123