Searched refs:q_max (Results 1 – 1 of 1) sorted by relevance
79 double q_max = 0; in ExpectArraysCloseUptoScale() local88 if (std::abs(q[i]) > q_max) { in ExpectArraysCloseUptoScale()89 q_max = std::abs(q[i]); in ExpectArraysCloseUptoScale()98 CHECK_NE(q_max, 0.0); in ExpectArraysCloseUptoScale()