Home
last modified time | relevance | path

Searched refs:phi_t (Results 1 – 20 of 20) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dphiplugin.cpp58 } phi_t; typedef
87 phi_t *phi; in open_phi_read()
139 phi = new phi_t; in open_phi_read()
177 phi_t *phi = (phi_t *)v; in read_phi_metadata()
186 phi_t *phi = (phi_t *)v; in read_phi_data()
229 phi_t *phi = (phi_t *)v; in close_phi_read()
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dhealpix.c772 double phi_t; in xyztohp() local
784 phi_t = fmod(phi, halfpi); in xyztohp()
785 assert (phi_t >= 0.0); in xyztohp()
832 sector = (phi - phi_t) / (halfpi); in xyztohp()
855 phiunits = phi_t / halfpi; in xyztohp()
872 sector = (phi - phi_t) / (halfpi); in xyztohp()
1067 double phi_t; in hp_to_xyz() local
1076 phi_t = 0.0; in hp_to_xyz()
1080 if (phi_t < pi/4.) { in hp_to_xyz()
1091 phi = pi/2.0* (chp-8) + phi_t; in hp_to_xyz()
[all …]
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dhealpix.c777 double phi_t; in xyztohp() local
789 phi_t = fmod(phi, halfpi); in xyztohp()
790 assert (phi_t >= 0.0); in xyztohp()
837 sector = (phi - phi_t) / (halfpi); in xyztohp()
860 phiunits = phi_t / halfpi; in xyztohp()
877 sector = (phi - phi_t) / (halfpi); in xyztohp()
1072 double phi_t; in hp_to_xyz() local
1081 phi_t = 0.0; in hp_to_xyz()
1085 if (phi_t < pi/4.) { in hp_to_xyz()
1096 phi = pi/2.0* (chp-8) + phi_t; in hp_to_xyz()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/math/test/
H A DTest_spherical_harmonics.cpp49 oskar_Mem* phi_t = oskar_mem_create_copy(phi, location, &status); in test_sum() local
69 oskar_spherical_harmonic_sum(sh, num_pixels, theta_t, phi_t, in test_sum()
86 oskar_mem_free(phi_t, &status); in test_sum()
/dports/math/openturns/openturns-1.18/python/doc/examples/functional_modeling/field_functions/
H A Dplot_logistic_growth_model.py58 phi_t = ot.ParametricFunction(phi_ab, [0], [0.0])
59 solver = ot.RungeKutta(phi_t)
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dpdpsolve.py452 phi_t = np.copy(psi_t)
473 if norm(phi_t) ** 2 < r_jump:
482 phi_t = np.copy(psi_t)
492 dphi_t = (-1.0j * dt) * (Heff.data * phi_t)
500 phi_t += dphi_t
/dports/devel/libfirm/libfirm-1.21.0/ir/opt/
H A Dopt_blocks.c52 typedef struct phi_t phi_t; typedef
93 phi_t *phis; /**< The list of Phis in this block. */
124 struct phi_t { struct
125 phi_t *next; /**< Points to the next Phi pair entry. */ argument
381 phi_t *node = OALLOC(&env->obst, phi_t); in add_phi()
723 phi_t *repr_phi, *phi; in apply()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/impl/
H A Dndt.hpp718 double phi_t = -score; in computeStepLengthMT() local
723 double psi_t = auxilaryFunction_PsiMT(a_t, phi_t, phi_0, d_phi_0, mu); in computeStepLengthMT()
738 a_t = trialValueSelectionMT(a_l, f_l, g_l, a_u, f_u, g_u, a_t, phi_t, d_phi_t); in computeStepLengthMT()
757 phi_t = -score; in computeStepLengthMT()
762 psi_t = auxilaryFunction_PsiMT(a_t, phi_t, phi_0, d_phi_0, mu); in computeStepLengthMT()
788 updateIntervalMT(a_l, f_l, g_l, a_u, f_u, g_u, a_t, phi_t, d_phi_t); in computeStepLengthMT()
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Substances/Solvent/Reaktoro/
H A DWaterHelmholtzStateWagnerPruss.cpp340 const auto phi_t = phio_t + phir_t ; in waterHelmholtzStateWagnerPruss() local
357 const auto phiT = phi_t*tT; in waterHelmholtzStateWagnerPruss()
359 const auto phiTT = phi_tt*tT*tT + phi_t*tTT; in waterHelmholtzStateWagnerPruss()
362 const auto phiTTT = phi_ttt*tT*tT*tau*T + 3*phi_tt*tT*tTT + phi_t*tTTT; in waterHelmholtzStateWagnerPruss()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/include/cantera/thermo/
H A DWaterPropsIAPWSphi.h69 doublereal phi_t(doublereal tau, doublereal delta);
/dports/math/octave-forge-level-set/level-set/inst/
H A Dupwind_gradient_norm.m25 ## \phi_t + f \left| \nabla \phi \right| = 0
H A Dls_extract_solution.m28 ## \phi_t + f \left| \nabla \phi \right| = 0,
H A Dls_time_step.m25 ## \phi_t + f \left| \nabla \phi \right| = 0.
H A Dls_solve_stationary.m50 ## \phi_t + f \left| \nabla \phi \right| = 0
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/statespace/_filters/
H A D_univariate.pyx510 # $\\#_0 = \phi_t P_{t|t} $
519 # $P_{t+1} = 1.0 \\#_0 \phi_t' + 1.0 \\#$
1047 # $\\#_0 = \phi_t P_{t|t} $
1056 # $P_{t+1} = 1.0 \\#_0 \phi_t' + 1.0 \\#$
1583 # $\\#_0 = \phi_t P_{t|t} $
1592 # $P_{t+1} = 1.0 \\#_0 \phi_t' + 1.0 \\#$
2119 # $\\#_0 = \phi_t P_{t|t} $
2128 # $P_{t+1} = 1.0 \\#_0 \phi_t' + 1.0 \\#$
H A D_univariate.pyx.in570 # $\\#_0 = \phi_t P_{t|t} $
579 # $P_{t+1} = 1.0 \\#_0 \phi_t' + 1.0 \\#$
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/tire/
H A DChPacejkaTire.cpp963 …double phi_t = -m_slip->psi_dot / m_slip->V_cx; … in slip_from_uv() local
970 m_slip->phiT = phi_t; in slip_from_uv()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dloopnode.cpp815 const TypeLong* phi_t = _igvn.type(phi)->is_long(); in transform_long_counted_loop() local
816 assert(phi_t->_hi >= phi_t->_lo, "dead phi?"); in transform_long_counted_loop()
817 iters_limit = (int)MIN2((julong)iters_limit, (julong)(phi_t->_hi - phi_t->_lo)); in transform_long_counted_loop()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dloopnode.cpp816 const TypeLong* phi_t = phi->bottom_type()->is_long(); in transform_long_counted_loop() local
817 assert(phi_t->_hi >= phi_t->_lo, "dead phi?"); in transform_long_counted_loop()
818 iters_limit = (int)MIN2((julong)iters_limit, (julong)(phi_t->_hi - phi_t->_lo)); in transform_long_counted_loop()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/thermo/
H A DWaterPropsIAPWSphi.cpp708 doublereal WaterPropsIAPWSphi::phi_t(doublereal tau, doublereal delta) in phi_t() function in Cantera::WaterPropsIAPWSphi