Home
last modified time | relevance | path

Searched refs:d140 (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/devel/boost-docs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Digh.hpp150 inline T d140() { return T(140) * geometry::math::d2r<T>(); } in d140() function
298 static const T d140 = igh::d140<T>(); in setup_igh() local
331 proj_parm.set_zone(8, d140, d0, d140); in setup_igh()
353 proj_parm.set_zone(12, d140, -proj_parm.dy0, d140); in setup_igh()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Digh.hpp150 inline T d140() { return T(140) * geometry::math::d2r<T>(); } in d140() function
298 static const T d140 = igh::d140<T>(); in setup_igh() local
331 proj_parm.set_zone(8, d140, d0, d140); in setup_igh()
353 proj_parm.set_zone(12, d140, -proj_parm.dy0, d140); in setup_igh()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/projections/proj/
H A Digh.hpp150 inline T d140() { return T(140) * geometry::math::d2r<T>(); } in d140() function
298 static const T d140 = igh::d140<T>(); in setup_igh() local
331 proj_parm.set_zone(8, d140, d0, d140); in setup_igh()
353 proj_parm.set_zone(12, d140, -proj_parm.dy0, d140); in setup_igh()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/srs/projections/proj/
H A Digh.hpp150 inline T d140() { return T(140) * geometry::math::d2r<T>(); } in d140() function
298 static const T d140 = igh::d140<T>(); in setup_igh() local
331 proj_parm.set_zone(8, d140, d0, d140); in setup_igh()
353 proj_parm.set_zone(12, d140, -proj_parm.dy0, d140); in setup_igh()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/srs/projections/proj/
H A Digh.hpp150 inline T d140() { return T(140) * geometry::math::d2r<T>(); } in d140() function
298 static const T d140 = igh::d140<T>(); in setup_igh() local
331 proj_parm.set_zone(8, d140, d0, d140); in setup_igh()
353 proj_parm.set_zone(12, d140, -proj_parm.dy0, d140); in setup_igh()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/srs/projections/proj/
H A Digh.hpp93 inline T d140() { return T(140) * geometry::math::d2r<T>(); } in d140() function
258 static const T d140 = igh::d140<T>(); in setup_igh() local
298 do_setup<sinu_entry>(8, params, par, proj_parm, d140, d0, d140); in setup_igh()
316 do_setup<moll_entry>(12, params, par, proj_parm, d140, -proj_parm.dy0, d140); in setup_igh()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Digh.hpp150 inline T d140() { return T(140) * geometry::math::d2r<T>(); } in d140() function
298 static const T d140 = igh::d140<T>(); in setup_igh() local
331 proj_parm.set_zone(8, d140, d0, d140); in setup_igh()
353 proj_parm.set_zone(12, d140, -proj_parm.dy0, d140); in setup_igh()
/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 Digh.hpp93 inline T d140() { return T(140) * geometry::math::d2r<T>(); } in d140() function
258 static const T d140 = igh::d140<T>(); in setup_igh() local
298 do_setup<sinu_entry>(8, params, par, proj_parm, d140, d0, d140); in setup_igh()
316 do_setup<moll_entry>(12, params, par, proj_parm, d140, -proj_parm.dy0, d140); in setup_igh()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/projections/proj/
H A Digh.hpp150 inline T d140() { return T(140) * geometry::math::d2r<T>(); } in d140() function
298 static const T d140 = igh::d140<T>(); in setup_igh() local
331 proj_parm.set_zone(8, d140, d0, d140); in setup_igh()
353 proj_parm.set_zone(12, d140, -proj_parm.dy0, d140); in setup_igh()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_igh.c25 static const double d140 = 140 * DEG_TO_RAD; variable
200 SETUP(8, sinu, d140, 0, d140); in PROJECTION()
218 SETUP(12, moll, d140, -Q->dy0, d140); in PROJECTION()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_igh.c25 static const double d140 = 140 * DEG_TO_RAD; variable
200 SETUP(8, sinu, d140, 0, d140); in PROJECTION()
218 SETUP(12, moll, d140, -Q->dy0, d140); in PROJECTION()
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Digh.cpp46 static const double d140 = 140 * DEG_TO_RAD; variable
223 !setup_zone(P, Q, 8, pj_sinu, d140, 0, d140)) in PROJECTION()
244 !setup_zone(P, Q,12, pj_moll, d140, -Q->dy0, d140)) in PROJECTION()
H A Digh_o.cpp46 static const double d140 = 140 * DEG_TO_RAD; variable
232 if (!setup_zone(P, Q, 4, pj_sinu, -d140, 0, -d140) || in PROJECTION()
244 if (!setup_zone(P, Q, 1, pj_moll, -d140, 0, -d140)) { in PROJECTION()
/dports/news/golded+/golded-plus/golded+/cfgs/charset/
H A D437_u8.chs184 \d226 \d140 \d144 ; REVERSED NOT SIGN
233 \d226 \d148 \d140 ; BOX DRAWINGS LIGHT DOWN AND RIGHT
236 \d226 \d150 \d140 ; LEFT HALF BLOCK
259 \d226 \d140 \d160 ; TOP HALF INTEGRAL
260 \d226 \d140 \d161 ; BOTTOM HALF INTEGRAL
H A D865_u8.chs184 \d226 \d140 \d144 ; REVERSED NOT SIGN
233 \d226 \d148 \d140 ; BOX DRAWINGS LIGHT DOWN AND RIGHT
236 \d226 \d150 \d140 ; LEFT HALF BLOCK
259 \d226 \d140 \d160 ; TOP HALF INTEGRAL
260 \d226 \d140 \d161 ; BOTTOM HALF INTEGRAL
H A Diso_iso.chs46 \0 \d140
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7071_regression_bug3334_ceil.result33770 select 'ceil(d140)', id as id, d140, ceiling(d140) from dtypes;
33771 ceil(d140) id d140 ceiling(d140)
33773 ceil(d140) 2 1.2911 2
33774 ceil(d140) 3 0.8458 1
33775 ceil(d140) 4 0.9000 1
33776 ceil(d140) 5 0.2000 1
33777 ceil(d140) 6 -0.9000 0
33778 ceil(d140) 7 -0.2000 0
33780 ceil(d140) 9 4.8106 5
33872 select 'ceil(d140/3)', id as id, d140/3, ceil(d140/3) as val from dtypes;
[all …]
H A Dmcs7577_dtypes.result3 …125 d126 d127 d128 d129 d130 d131 d132 d133 d134 d135 d136 d137 d138 d139 d140 d141 d142 d143 d144…
H A Dmcs7099_regression_bug3554.result644 select avg(d140), min(d140), max(d140), (100/1000000) * avg(d140) avg2, 0.0001 * min(d140) min2, ma…
645 avg(d140) min(d140) max(d140) avg2 min2 max2
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7071_regression_bug3334_ceil.result33770 select 'ceil(d140)', id as id, d140, ceiling(d140) from dtypes;
33771 ceil(d140) id d140 ceiling(d140)
33773 ceil(d140) 2 1.2911 2
33774 ceil(d140) 3 0.8458 1
33775 ceil(d140) 4 0.9000 1
33776 ceil(d140) 5 0.2000 1
33777 ceil(d140) 6 -0.9000 0
33778 ceil(d140) 7 -0.2000 0
33780 ceil(d140) 9 4.8106 5
33872 select 'ceil(d140/3)', id as id, d140/3, ceil(d140/3) as val from dtypes;
[all …]
H A Dmcs7577_dtypes.result3 …125 d126 d127 d128 d129 d130 d131 d132 d133 d134 d135 d136 d137 d138 d139 d140 d141 d142 d143 d144…
H A Dmcs7099_regression_bug3554.result644 select avg(d140), min(d140), max(d140), (100/1000000) * avg(d140) avg2, 0.0001 * min(d140) min2, ma…
645 avg(d140) min(d140) max(d140) avg2 min2 max2
/dports/sysutils/libcpuid/libcpuid-0.5.1/tests/amd/k10/
H A Dmagny-cours.test39 ext_cpuid[6]=20800000 42004200 02008140 0050d140
/dports/textproc/kmfl-sil-ezra/EzraSIL2.51/mappings/
H A Dunpoint.cct53 d140 > ''
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/t/
H A Dmcs7099_regression_bug3554.test159 select avg(d140), min(d140), max(d140), (100/1000000) * avg(d140) avg2, 0.0001 * min(d140) min2, ma…

1234567891011