Searched refs:v_for_prod (Results 1 – 1 of 1) sorted by relevance
70 …VectorType v_for_prod = VectorType::Ones(size) + Scalar(0.2) * v; // see comment above declaration… in vectorRedux() local79 p *= v_for_prod[j]; in vectorRedux()84 VERIFY_IS_APPROX(p, v_for_prod.head(i).prod()); in vectorRedux()96 p *= v_for_prod[j]; in vectorRedux()101 VERIFY_IS_APPROX(p, v_for_prod.tail(size-i).prod()); in vectorRedux()113 p *= v_for_prod[j]; in vectorRedux()118 VERIFY_IS_APPROX(p, v_for_prod.segment(i, size-2*i).prod()); in vectorRedux()