Home
last modified time | relevance | path

Searched defs:cos_p (Results 1 – 25 of 25) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_rotation.cxx16 cos_p = std::cos(phi), sin_p = std::sin(phi); in rgrl_rotation_3d_to_matrix() local
/dports/math/octave-forge-image/image-2.12.0/inst/
H A Dphantom.m167 cos_p = cos (phi); variable
/dports/math/e-antic/flint2-ae7ec89/
H A Darith.h200 mp_limb_signed_t cos_p[FLINT_BITS]; member
/dports/math/flint2/flint-2.8.4/
H A Darith.h200 mp_limb_signed_t cos_p[FLINT_BITS]; member
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/
H A Darith.h200 mp_limb_signed_t cos_p[FLINT_BITS]; member
/dports/astro/oskar/OSKAR-2.8.0/oskar/telescope/station/element/src/
H A Doskar_element_load_cst.c209 const double cos_p = cos(p); in oskar_element_load_cst() local
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/SP/
H A DAISim.cpp372 float cos_p = std::cos(euler[PHI]); in update() local
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/misc/python/samples/
H A Dgaze_estimation.py397 cos_p = np.cos(pitch[:] * M_PI_180) variable
/dports/audio/csound/csound-6.15.0/util/
H A Dhetro.c391 double *cos_p, *sin_p; in hetdyn() local
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Disea.cpp515 double cos_p, sin_a; in snyder_ctran() local
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Disea.hpp597 T cos_p, sin_a; in snyder_ctran() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_isea.c516 double cos_p, sin_a; in snyder_ctran() local
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Disea.hpp597 T cos_p, sin_a; in snyder_ctran() local
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/projections/proj/
H A Disea.hpp597 T cos_p, sin_a; in snyder_ctran() local
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/srs/projections/proj/
H A Disea.hpp597 T cos_p, sin_a; in snyder_ctran() local
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/srs/projections/proj/
H A Disea.hpp597 T cos_p, sin_a; in snyder_ctran() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/srs/projections/proj/
H A Disea.hpp597 T cos_p, sin_a; in snyder_ctran() local
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_isea.c516 double cos_p, sin_a; in snyder_ctran() local
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Disea.hpp597 T cos_p, sin_a; in snyder_ctran() local
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/srs/projections/proj/
H A Disea.hpp595 T cos_p, sin_a; in snyder_ctran() local
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/projections/proj/
H A Disea.hpp597 T cos_p, sin_a; in snyder_ctran() local
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/tests/
H A Dtest_estimator.cxx1386 cos_p = std::cos(phi), sin_p = std::sin(phi); in test_est_rigid() local
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dtrans1.c1334 cos_p(GEN x) in cos_p() function
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dtrans1.c2395 cos_p(GEN x) in cos_p() function
/dports/math/py-jax/jax-0.2.9/jax/_src/lax/
H A Dlax.py2218 cos_p = standard_unop(_float | _complex, 'cos') variable