Searched refs:sin_phase (Results 1 – 2 of 2) sorted by relevance
80 const T sin_phase = sin(phase) * (cx * ci + sx * si) + cos(phase) * (sx * ci - cx * si); in asymptotic_bessel_y_derivative_large_x_2() local85 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() local114 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()
85 T sin_phase = sin(phase) * (cx * ci + sx * si) + cos(phase) * (sx * ci - cx * si); in asymptotic_bessel_y_large_x_2() local90 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() local118 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()