Lines Matching full:col2
58 template <bool col1, bool col2, bool col3, bool col4>
64 (col2 ? 1 : 0) +
69 << col2 << " "
78 CHECK(col1 || col2 || col3 || col4);
140 if (col2) {
172 if (col2) {
195 state_plus_delta[1] = (col2 ? state[1] + delta[delta_index++] : state[1]);
211 template<bool col1, bool col2, bool col3, bool col4>
222 parameters[1] = (col2 ? parameters[1] : 0.0);
226 PowellEvaluator2<col1, col2, col3, col4> powell_evaluator;