Searched refs:v_for_prod (Results 1 – 1 of 1) sorted by relevance
88 …VectorType v_for_prod = VectorType::Ones(size) + Scalar(0.2) * v; // see comment above declaration… in vectorRedux() local97 p *= v_for_prod[j]; in vectorRedux()102 VERIFY_IS_APPROX(p, v_for_prod.head(i).prod()); in vectorRedux()114 p *= v_for_prod[j]; in vectorRedux()119 VERIFY_IS_APPROX(p, v_for_prod.tail(size-i).prod()); in vectorRedux()131 p *= v_for_prod[j]; in vectorRedux()136 VERIFY_IS_APPROX(p, v_for_prod.segment(i, size-2*i).prod()); in vectorRedux()