Searched refs:distp (Results 1 – 2 of 2) sorted by relevance
366 const triangular_distribution<RealType>* distp = &triang; in test_spots() local367 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(*distp, 1.)), static_cast<RealType>(-1), tol5eps); in test_spots()684 const triangular_distribution<double>* distp = &tristd; in BOOST_AUTO_TEST_CASE() local685 BOOST_CHECK_CLOSE_FRACTION(quantile(complement(*distp, 1.)), 0., tol5eps); in BOOST_AUTO_TEST_CASE()
540 cavs_vector *src, int distp) in scale_mv() argument543 *d_x = (src->x * distp * den + 256 + FF_SIGNBIT(src->x)) >> 9; in scale_mv()544 *d_y = (src->y * distp * den + 256 + FF_SIGNBIT(src->y)) >> 9; in scale_mv()