Home
last modified time | relevance | path

Searched refs:sin_phase (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/math/special_functions/detail/
Dbessel_jy_derivatives_asym.hpp80 const T sin_phase = sin(phase) * (cx * ci + sx * si) + cos(phase) * (sx * ci - cx * si); in asymptotic_bessel_y_derivative_large_x_2() local
85 return sin_phase * ampl; in asymptotic_bessel_y_derivative_large_x_2()
113 const T sin_phase = cos(phase) * (cx * ci + sx * si) - sin(phase) * (sx * ci - cx * si); in asymptotic_bessel_j_derivative_large_x_2() local
114 BOOST_MATH_INSTRUMENT_VARIABLE(sin_phase); in asymptotic_bessel_j_derivative_large_x_2()
115 return sin_phase * ampl; in asymptotic_bessel_j_derivative_large_x_2()
Dbessel_jy_asym.hpp85 T sin_phase = sin(phase) * (cx * ci + sx * si) + cos(phase) * (sx * ci - cx * si); in asymptotic_bessel_y_large_x_2() local
90 return sin_phase * ampl; in asymptotic_bessel_y_large_x_2()
117 T sin_phase = cos(phase) * (cx * ci + sx * si) - sin(phase) * (sx * ci - cx * si); in asymptotic_bessel_j_large_x_2() local
118 BOOST_MATH_INSTRUMENT_VARIABLE(sin_phase); in asymptotic_bessel_j_large_x_2()
119 return sin_phase * ampl; in asymptotic_bessel_j_large_x_2()