Home
last modified time | relevance | path

Searched refs:swap_point (Results 1 – 12 of 12) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/boost/geometry/formulas/
H A Dkarney_inverse.hpp188 int swap_point = std::abs(lat1) < std::abs(lat2) ? -1 : 1; in apply() local
190 if (swap_point < 0) in apply()
446 if (swap_point < 0) in apply()
453 sin_alpha1 *= swap_point * lon12_sign; in apply()
454 cos_alpha1 *= swap_point * lat_sign; in apply()
456 sin_alpha2 *= swap_point * lon12_sign; in apply()
457 cos_alpha2 *= swap_point * lat_sign; in apply()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/formulas/
H A Dkarney_inverse.hpp188 int swap_point = std::abs(lat1) < std::abs(lat2) ? -1 : 1; in apply() local
190 if (swap_point < 0) in apply()
446 if (swap_point < 0) in apply()
453 sin_alpha1 *= swap_point * lon12_sign; in apply()
454 cos_alpha1 *= swap_point * lat_sign; in apply()
456 sin_alpha2 *= swap_point * lon12_sign; in apply()
457 cos_alpha2 *= swap_point * lat_sign; in apply()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/formulas/
H A Dkarney_inverse.hpp188 int swap_point = std::abs(lat1) < std::abs(lat2) ? -1 : 1; in apply() local
190 if (swap_point < 0) in apply()
448 if (swap_point < 0) in apply()
455 sin_alpha1 *= swap_point * lon12_sign; in apply()
456 cos_alpha1 *= swap_point * lat_sign; in apply()
458 sin_alpha2 *= swap_point * lon12_sign; in apply()
459 cos_alpha2 *= swap_point * lat_sign; in apply()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/formulas/
H A Dkarney_inverse.hpp188 int swap_point = std::abs(lat1) < std::abs(lat2) ? -1 : 1; in apply() local
190 if (swap_point < 0) in apply()
446 if (swap_point < 0) in apply()
453 sin_alpha1 *= swap_point * lon12_sign; in apply()
454 cos_alpha1 *= swap_point * lat_sign; in apply()
456 sin_alpha2 *= swap_point * lon12_sign; in apply()
457 cos_alpha2 *= swap_point * lat_sign; in apply()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/formulas/
H A Dkarney_inverse.hpp188 int swap_point = std::abs(lat1) < std::abs(lat2) ? -1 : 1; in apply() local
190 if (swap_point < 0) in apply()
446 if (swap_point < 0) in apply()
453 sin_alpha1 *= swap_point * lon12_sign; in apply()
454 cos_alpha1 *= swap_point * lat_sign; in apply()
456 sin_alpha2 *= swap_point * lon12_sign; in apply()
457 cos_alpha2 *= swap_point * lat_sign; in apply()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/formulas/
H A Dkarney_inverse.hpp188 int swap_point = std::abs(lat1) < std::abs(lat2) ? -1 : 1; in apply() local
190 if (swap_point < 0) in apply()
446 if (swap_point < 0) in apply()
453 sin_alpha1 *= swap_point * lon12_sign; in apply()
454 cos_alpha1 *= swap_point * lat_sign; in apply()
456 sin_alpha2 *= swap_point * lon12_sign; in apply()
457 cos_alpha2 *= swap_point * lat_sign; in apply()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/formulas/
H A Dkarney_inverse.hpp188 int swap_point = std::abs(lat1) < std::abs(lat2) ? -1 : 1; in apply() local
190 if (swap_point < 0) in apply()
446 if (swap_point < 0) in apply()
453 sin_alpha1 *= swap_point * lon12_sign; in apply()
454 cos_alpha1 *= swap_point * lat_sign; in apply()
456 sin_alpha2 *= swap_point * lon12_sign; in apply()
457 cos_alpha2 *= swap_point * lat_sign; in apply()
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/sep/
H A Doverlap.h196 static void swap_point(point *a, point *b) in swap_point() function
497 swap_point(&pt1, &pt2); in triangle_unitcircle_overlap()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/sep/
H A Doverlap.h204 static INLINE void swap_point(point *a, point *b) in swap_point() function
505 swap_point(&pt1, &pt2); in triangle_unitcircle_overlap()
/dports/math/py-sympy/sympy-1.9/sympy/physics/quantum/
H A Dcircuitplot.py270 def swap_point(self, gate_idx, wire_idx): member in CircuitPlot
H A Dgate.py990 circ_plot.swap_point(gate_idx, min_wire)
991 circ_plot.swap_point(gate_idx, max_wire)
/dports/editors/zile/zile-2.4.14/
H A DChangeLog3554 Remove defunct swap_point’s prototype.
3556 …Simplify count_lines considerably and since swap_point is now only called once fold it into its ca…