Home
last modified time | relevance | path

Searched refs:ptheta (Results 1 – 19 of 19) sorted by relevance

/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Dwcscon.c151 *dtheta = *dtheta + ((ep2 - ep1) * *ptheta);
155 *dtheta = *dtheta + ((ep2 - ep1) * *ptheta);
177 if (*ptheta != 0.0 || *pphi != 0.0) {
178 fk524m (dtheta, dphi, ptheta, pphi);
197 if (*ptheta != 0.0 || *pphi != 0.0) {
198 fk425m (dtheta, dphi, ptheta, pphi);
218 *dtheta = *dtheta + (*ptheta * (ep2 - ep1));
379 if (*ptheta != 0.0 || *pphi != 0.0) {
383 fk524m (dtheta, dphi, ptheta, pphi);
404 if (*ptheta != 0.0 || *pphi != 0.0) {
[all …]
H A Dwcs.h547 double *ptheta, /* Longitude or right ascension proper motion in deg/year
563 double *ptheta, /* Longitude or right ascension proper motion in degrees/year
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/
H A DContent.pm1761 my ($ptheta, $ttheta, $dtheta);
1793 $dtheta = _leftright($ptheta, $ttheta);
1795 $ttheta = _sweep($ptheta, $dtheta);
1833 $ttheta = _sweep($ptheta, $dtheta);
2024 my ($ptheta, $ttheta) = @_;
2031 $dtheta = $ttheta - $ptheta;
2035 $antip = $ptheta - pi;
2037 $antip = $ptheta + pi;
2051 my ($ptheta, $dtheta) = @_;
2060 $result = $ptheta - $dtheta;
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/
H A Dearth_orientation.py168 ptheta = (-0.0000001274, -0.000007089, -0.04182264, -0.4294934, 2004.191903, 0)
171 theta = np.polyval(ptheta, T) / 3600.0
205 ptheta = (theta3, theta2, theta1, 0)
206 theta = np.polyval(ptheta, dt) / 3600
/dports/math/chaco/Chaco-2.2/code/optimize/
H A Dopt3d.c11 void opt3d(graph, yvecs, nvtxs, nmyvtxs, vwsqrt, ptheta, pphi, pgamma, using_vwgts) in opt3d() argument
17 double *ptheta, *pphi, *pgamma; /* return optimal angles */
273 *ptheta = best[0];
/dports/math/gretl/gretl-2021d/plugin/
H A Dreprobit.c225 double **ptheta) in rep_container_fill() argument
249 *ptheta = malloc(C->npar * sizeof **ptheta); in rep_container_fill()
250 if (*ptheta == NULL) { in rep_container_fill()
266 err = params_init_from_pooled(pmod, C, *ptheta); in rep_container_fill()
/dports/math/py-ducc0/ducc0-0.22.0/python/
H A Dtotalconvolve_pymod.cc178 auto ptheta = subarray<1>(ptg2, {{},{0}}); in Py_Interpol() local
190 conv.interpol(subcube, 0, 0, ptheta, pphi, ppsi, subres); in Py_Interpol()
199 auto ptheta = subarray<1>(ptg2, {{},{0}}); in Py_deinterpol() local
210 conv.deinterpol(subcube, 0, 0, ptheta, pphi, ppsi, subdata); in Py_deinterpol()
/dports/math/R-cran-KFAS/KFAS/
H A DMD5106 ace02c76426552c4176483e43353ca95 *src/ptheta.f90
/dports/science/dynare/dynare-4.6.4/contrib/dmm/
H A Ddrawtheta.for63 DOUBLE PRECISION genunf,ptheta,prior,mvnpdf
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/
H A Dmars_param.table5569 ptheta 500301 |
H A Dparam_id.table3902 500301 ptheta 133.203 133.203 |
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/
H A Dmars_param.table5569 ptheta 500301 |
H A Dparam_id.table3902 500301 ptheta 133.203 133.203 |
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib1/localConcepts/cnmc/
H A DshortName.def1826 'ptheta' = {
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib1/localConcepts/cnmc/
H A DshortName.def1826 'ptheta' = {
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcvgetinfo.c2414 double nlen, ptheta; in PI_PrevChanged() local
2418 ptheta = atan2(pdy,pdx); in PI_PrevChanged()
2420 ci->cursp->nextcp.x = ci->cursp->me.x - nlen*cos(ptheta); in PI_PrevChanged()
2421 ci->cursp->nextcp.y = ci->cursp->me.y - nlen*sin(ptheta); in PI_PrevChanged()
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/localConcepts/cnmc/
H A DshortName.def2130 'ptheta' = {
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/localConcepts/cnmc/
H A DshortName.def2129 'ptheta' = {
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgenfuncs.c4867 gretl_matrix **ptheta, in process_midas_bundle() argument
4956 *ptheta = theta; in process_midas_bundle()