Home
last modified time | relevance | path

Searched defs: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
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
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
117 T sin_phase = cos(phase) * (cx * ci + sx * si) - sin(phase) * (sx * ci - cx * si); in asymptotic_bessel_j_large_x_2() local