Home
last modified time | relevance | path

Searched refs:d90 (Results 1 – 25 of 831) sorted by relevance

12345678910>>...34

/dports/graphics/proj/proj-7.2.1/src/projections/
H A Digh_o.cpp43 static const double d90 = 90 * DEG_TO_RAD; variable
74 if (lp.lam <= -d90) z = 1; in igh_o_s_forward()
79 if (lp.lam <= -d90) z = 4; in igh_o_s_forward()
85 else if (lp.lam >= d90) z = 9; in igh_o_s_forward()
90 else if (lp.lam >= d90) z = 12; in igh_o_s_forward()
112 if (xy.x <= -d90) z = 1; in igh_o_s_inverse()
116 if (xy.x <= -d90) z = 4; in igh_o_s_inverse()
121 else if (xy.x >= d90) z = 9; in igh_o_s_inverse()
126 else if (xy.x >= d90) z = 12; in igh_o_s_inverse()
140 case 1: ok = (lp.lam >= -d180-EPSLN && lp.lam <= -d90+EPSLN) || in igh_o_s_inverse()
[all …]
/dports/astro/tclgeomap/tclgeomap-2.11.6/generic/
H A DgeoProj.c540 Angle d90 = AngleFmDeg(90.0); local
546 if (LatCmp(geoPt.lat, d90) == Eq || LatCmp(geoPt.lat, -d90) == Eq) {
803 Angle d90 = AngleFmDeg(90.0); local
904 Angle d90 = AngleFmDeg(90.0); local
959 Angle d90 = AngleFmDeg(90.0); local
967 if (AngleCmp(dist, d90) == 1) {
1052 Angle d90 = AngleFmDeg(90.0); local
1108 Angle d90 = AngleFmDeg(90.0); local
1116 if (AngleCmp(dist, d90) == 1) {
1245 Angle d90 = AngleFmDeg(90.0); local
[all …]
H A DgeoLnArrToMap.c139 Angle d90 = AngleFmDeg(90.0); local
141 geoPt.lat = (LatCmp(geoPt.lat, d90) == Eq) ? nearAng
142 : (LatCmp(geoPt.lat, -d90) == Eq) ? -nearAng : geoPt.lat;
710 Angle d90 = AngleFmDeg(90.0); local
718 ccl0 = GeoStep(refPt, 0, d90);
719 ccl1 = GeoStep(refPt, d90, d90);
754 in1 = (AngleCmp(GeoDistance(refPt, geoPt1), d90) == -1);
801 GeoPt pt = GeoStep(refPt, az, d90 - 100);
807 GeoPt pt = GeoStep(refPt, az, d90 - 100);
839 GeoPt pt = GeoStep(refPt, az, d90 - 100);
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DRaster-Gr-Presentation-Attributes.asn124 d90(1), -- d90
28 One-Of-Two-Angles ::= INTEGER {d90(1), -- d90
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DRaster-Gr-Presentation-Attributes.asn124 d90(1), -- d90
28 One-Of-Two-Angles ::= INTEGER {d90(1), -- d90
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DRaster-Gr-Presentation-Attributes.asn124 d90(1), -- d90
28 One-Of-Two-Angles ::= INTEGER {d90(1), -- d90
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DRaster-Gr-Presentation-Attributes.asn124 d90(1), -- d90
28 One-Of-Two-Angles ::= INTEGER {d90(1), -- d90
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DRaster-Gr-Presentation-Attributes.asn124 d90(1), -- d90
28 One-Of-Two-Angles ::= INTEGER {d90(1), -- d90
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DRaster-Gr-Presentation-Attributes.asn124 d90(1), -- d90
28 One-Of-Two-Angles ::= INTEGER {d90(1), -- d90
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DRaster-Gr-Presentation-Attributes.asn124 d90(1), -- d90
28 One-Of-Two-Angles ::= INTEGER {d90(1), -- d90
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Digh.hpp146 inline T d90() { return T(90) * geometry::math::d2r<T>(); } in d90() function
215 static const T d90 = igh::d90<T>(); in inv() local
256 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
259 (lp_lat >= d50-epsilon && lp_lat <= d90+epsilon)) || in inv()
261 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Digh.hpp146 inline T d90() { return T(90) * geometry::math::d2r<T>(); } in d90() function
215 static const T d90 = igh::d90<T>(); in inv() local
256 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
259 (lp_lat >= d50-epsilon && lp_lat <= d90+epsilon)) || in inv()
261 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/projections/proj/
H A Digh.hpp146 inline T d90() { return T(90) * geometry::math::d2r<T>(); } in d90() function
215 static const T d90 = igh::d90<T>(); in inv() local
256 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
259 (lp_lat >= d50-epsilon && lp_lat <= d90+epsilon)) || in inv()
261 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/srs/projections/proj/
H A Digh.hpp146 inline T d90() { return T(90) * geometry::math::d2r<T>(); } in d90() function
215 static const T d90 = igh::d90<T>(); in inv() local
256 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
259 (lp_lat >= d50-epsilon && lp_lat <= d90+epsilon)) || in inv()
261 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/srs/projections/proj/
H A Digh.hpp146 inline T d90() { return T(90) * geometry::math::d2r<T>(); } in d90() function
215 static const T d90 = igh::d90<T>(); in inv() local
256 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
259 (lp_lat >= d50-epsilon && lp_lat <= d90+epsilon)) || in inv()
261 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/srs/projections/proj/
H A Digh.hpp89 inline T d90() { return T(90) * geometry::math::d2r<T>(); } in d90() function
175 static const T d90 = igh::d90<T>(); in inv() local
216 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
219 (lp_lat >= d50-epsilon && lp_lat <= d90+epsilon)) || in inv()
221 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/srs/projections/proj/
H A Digh.hpp146 inline T d90() { return T(90) * geometry::math::d2r<T>(); } in d90() function
215 static const T d90 = igh::d90<T>(); in inv() local
256 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
259 (lp_lat >= d50-epsilon && lp_lat <= d90+epsilon)) || in inv()
261 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
/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.hpp89 inline T d90() { return T(90) * geometry::math::d2r<T>(); } in d90() function
175 static const T d90 = igh::d90<T>(); in inv() local
216 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
219 (lp_lat >= d50-epsilon && lp_lat <= d90+epsilon)) || in inv()
221 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/projections/proj/
H A Digh.hpp146 inline T d90() { return T(90) * geometry::math::d2r<T>(); } in d90() function
215 static const T d90 = igh::d90<T>(); in inv() local
256 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
259 (lp_lat >= d50-epsilon && lp_lat <= d90+epsilon)) || in inv()
261 … (lp_lat >= d60-epsilon && lp_lat <= d90+epsilon)); break; in inv()
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/ansi-align/
H A DCHANGELOG.md36 * initial commit ([1914d90](https://github.com/nexdrew/ansi-align/commit/1914d90))
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/ansi-align/
H A DCHANGELOG.md36 * initial commit ([1914d90](https://github.com/nexdrew/ansi-align/commit/1914d90))
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/ansi-align/
H A DCHANGELOG.md36 * initial commit ([1914d90](https://github.com/nexdrew/ansi-align/commit/1914d90))
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/ansi-align/
H A DCHANGELOG.md36 * initial commit ([1914d90](https://github.com/nexdrew/ansi-align/commit/1914d90))
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/ansi-align/
H A DCHANGELOG.md36 * initial commit ([1914d90](https://github.com/nexdrew/ansi-align/commit/1914d90))
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/tasty-golden-2.3.4/tests/golden/
H A Dbefore-accept.golden29 100d90
110 100d90

12345678910>>...34