Home
last modified time | relevance | path

Searched refs:rphi (Results 1 – 25 of 130) sorted by relevance

123456

/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/
H A Dellint_1.hpp87 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
88 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
89 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
96 rphi = constants::half_pi<T>() - rphi;
97 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
99 T sinp = sin(rphi);
106 T cosp = cos(rphi);
112 BOOST_ASSERT(rphi != 0); // precondition, can't be true if sin(rphi) != 0.
121 result = s * sin(rphi);
H A Dellint_2.hpp91 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
92 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
98 rphi = constants::half_pi<T>() - rphi;
101 if(boost::math::pow<3>(rphi) * k2 / 6 < tools::epsilon<T>() * fabs(rphi))
104 result = s * rphi;
109 T sinp = sin(rphi);
114 T cosp = cos(rphi);
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/
H A Dellint_1.hpp87 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
88 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
89 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
96 rphi = constants::half_pi<T>() - rphi;
97 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
99 T sinp = sin(rphi);
106 T cosp = cos(rphi);
112 BOOST_ASSERT(rphi != 0); // precondition, can't be true if sin(rphi) != 0.
121 result = s * sin(rphi);
H A Dellint_2.hpp103 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
104 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
110 rphi = constants::half_pi<T>() - rphi;
113 if(boost::math::pow<3>(rphi) * k2 / 6 < tools::epsilon<T>() * fabs(rphi))
116 result = s * rphi;
121 T sinp = sin(rphi);
126 T cosp = cos(rphi);
/dports/devel/R-cran-BH/BH/inst/include/boost/math/special_functions/
H A Dellint_1.hpp87 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
88 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
89 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
96 rphi = constants::half_pi<T>() - rphi;
97 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
99 T sinp = sin(rphi);
106 T cosp = cos(rphi);
112 BOOST_MATH_ASSERT(rphi != 0); // precondition, can't be true if sin(rphi) != 0.
121 result = s * sin(rphi);
H A Dellint_2.hpp103 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
104 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
110 rphi = constants::half_pi<T>() - rphi;
113 if(boost::math::pow<3>(rphi) * k2 / 6 < tools::epsilon<T>() * fabs(rphi))
116 result = s * rphi;
121 T sinp = sin(rphi);
126 T cosp = cos(rphi);
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/special_functions/
H A Dellint_1.hpp93 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
94 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
95 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
102 rphi = constants::half_pi<T>() - rphi;
103 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
105 T sinp = sin(rphi);
107 T cosp = cos(rphi);
118 …result = rphi == 0 ? static_cast<T>(0) : static_cast<T>(s * ellint_rf_imp(T(cosp / sinp), T(c - k …
121 result = s * sin(rphi);
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/
H A Dellint_1.hpp87 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
88 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
89 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
96 rphi = constants::half_pi<T>() - rphi;
97 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
99 T sinp = sin(rphi);
106 T cosp = cos(rphi);
112 BOOST_ASSERT(rphi != 0); // precondition, can't be true if sin(rphi) != 0.
121 result = s * sin(rphi);
H A Dellint_2.hpp103 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
104 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
110 rphi = constants::half_pi<T>() - rphi;
113 if(boost::math::pow<3>(rphi) * k2 / 6 < tools::epsilon<T>() * fabs(rphi))
116 result = s * rphi;
121 T sinp = sin(rphi);
126 T cosp = cos(rphi);
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/
H A Dellint_1.hpp87 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
88 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
89 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
96 rphi = constants::half_pi<T>() - rphi;
97 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
99 T sinp = sin(rphi);
106 T cosp = cos(rphi);
112 BOOST_ASSERT(rphi != 0); // precondition, can't be true if sin(rphi) != 0.
121 result = s * sin(rphi);
H A Dellint_2.hpp103 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
104 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
110 rphi = constants::half_pi<T>() - rphi;
113 if(boost::math::pow<3>(rphi) * k2 / 6 < tools::epsilon<T>() * fabs(rphi))
116 result = s * rphi;
121 T sinp = sin(rphi);
126 T cosp = cos(rphi);
/dports/databases/xtrabackup/boost_1_59_0/boost/math/special_functions/
H A Dellint_1.hpp93 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
94 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
95 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
102 rphi = constants::half_pi<T>() - rphi;
103 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
105 T sinp = sin(rphi);
107 T cosp = cos(rphi);
118 …result = rphi == 0 ? static_cast<T>(0) : static_cast<T>(s * ellint_rf_imp(T(cosp / sinp), T(c - k …
121 result = s * sin(rphi);
/dports/databases/percona57-server/boost_1_59_0/boost/math/special_functions/
H A Dellint_1.hpp93 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
94 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
95 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
102 rphi = constants::half_pi<T>() - rphi;
103 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
105 T sinp = sin(rphi);
107 T cosp = cos(rphi);
118 …result = rphi == 0 ? static_cast<T>(0) : static_cast<T>(s * ellint_rf_imp(T(cosp / sinp), T(c - k …
121 result = s * sin(rphi);
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/special_functions/
H A Dellint_1.hpp93 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
94 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
95 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
102 rphi = constants::half_pi<T>() - rphi;
103 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
105 T sinp = sin(rphi);
107 T cosp = cos(rphi);
118 …result = rphi == 0 ? static_cast<T>(0) : static_cast<T>(s * ellint_rf_imp(T(cosp / sinp), T(c - k …
121 result = s * sin(rphi);
/dports/databases/percona57-client/boost_1_59_0/boost/math/special_functions/
H A Dellint_1.hpp93 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
94 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
95 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
102 rphi = constants::half_pi<T>() - rphi;
103 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
105 T sinp = sin(rphi);
107 T cosp = cos(rphi);
118 …result = rphi == 0 ? static_cast<T>(0) : static_cast<T>(s * ellint_rf_imp(T(cosp / sinp), T(c - k …
121 result = s * sin(rphi);
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/math/special_functions/
H A Dellint_1.hpp93 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
94 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
95 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
102 rphi = constants::half_pi<T>() - rphi;
103 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
105 T sinp = sin(rphi);
107 T cosp = cos(rphi);
118 …result = rphi == 0 ? static_cast<T>(0) : static_cast<T>(s * ellint_rf_imp(T(cosp / sinp), T(c - k …
121 result = s * sin(rphi);
/dports/devel/boost-libs/boost_1_72_0/boost/math/special_functions/
H A Dellint_1.hpp87 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
88 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
89 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
96 rphi = constants::half_pi<T>() - rphi;
97 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
99 T sinp = sin(rphi);
106 T cosp = cos(rphi);
112 BOOST_ASSERT(rphi != 0); // precondition, can't be true if sin(rphi) != 0.
121 result = s * sin(rphi);
H A Dellint_2.hpp91 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
92 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
98 rphi = constants::half_pi<T>() - rphi;
101 if(boost::math::pow<3>(rphi) * k2 / 6 < tools::epsilon<T>() * fabs(rphi))
104 result = s * rphi;
109 T sinp = sin(rphi);
114 T cosp = cos(rphi);
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/
H A Dellint_1.hpp87 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
88 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
89 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
96 rphi = constants::half_pi<T>() - rphi;
97 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
99 T sinp = sin(rphi);
106 T cosp = cos(rphi);
112 BOOST_ASSERT(rphi != 0); // precondition, can't be true if sin(rphi) != 0.
121 result = s * sin(rphi);
H A Dellint_2.hpp91 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
92 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
98 rphi = constants::half_pi<T>() - rphi;
101 if(boost::math::pow<3>(rphi) * k2 / 6 < tools::epsilon<T>() * fabs(rphi))
104 result = s * rphi;
109 T sinp = sin(rphi);
114 T cosp = cos(rphi);
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/math/special_functions/
H A Dellint_1.hpp93 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
94 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
95 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
102 rphi = constants::half_pi<T>() - rphi;
103 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
105 T sinp = sin(rphi);
107 T cosp = cos(rphi);
118 …result = rphi == 0 ? static_cast<T>(0) : static_cast<T>(s * ellint_rf_imp(T(cosp / sinp), T(c - k …
121 result = s * sin(rphi);
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/math/special_functions/
H A Dellint_1.hpp93 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
94 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
95 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
102 rphi = constants::half_pi<T>() - rphi;
103 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
105 T sinp = sin(rphi);
107 T cosp = cos(rphi);
118 …result = rphi == 0 ? static_cast<T>(0) : static_cast<T>(s * ellint_rf_imp(T(cosp / sinp), T(c - k …
121 result = s * sin(rphi);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/math/special_functions/
H A Dellint_1.hpp93 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
94 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
95 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
102 rphi = constants::half_pi<T>() - rphi;
103 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
105 T sinp = sin(rphi);
107 T cosp = cos(rphi);
118 …result = rphi == 0 ? static_cast<T>(0) : static_cast<T>(s * ellint_rf_imp(T(cosp / sinp), T(c - k …
121 result = s * sin(rphi);
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/math/special_functions/
H A Dellint_1.hpp93 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
94 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
95 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
102 rphi = constants::half_pi<T>() - rphi;
103 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
105 T sinp = sin(rphi);
107 T cosp = cos(rphi);
118 …result = rphi == 0 ? static_cast<T>(0) : static_cast<T>(s * ellint_rf_imp(T(cosp / sinp), T(c - k …
121 result = s * sin(rphi);
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/math/special_functions/
H A Dellint_1.hpp93 T rphi = boost::math::tools::fmod_workaround(phi, T(constants::half_pi<T>()));
94 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
95 T m = boost::math::round((phi - rphi) / constants::half_pi<T>());
102 rphi = constants::half_pi<T>() - rphi;
103 BOOST_MATH_INSTRUMENT_VARIABLE(rphi);
105 T sinp = sin(rphi);
107 T cosp = cos(rphi);
118 …result = rphi == 0 ? static_cast<T>(0) : static_cast<T>(s * ellint_rf_imp(T(cosp / sinp), T(c - k …
121 result = s * sin(rphi);

123456