Home | History | Annotate | Download | only in performance

Lines Matching refs:n1

6023 	const int				n1			= (int)orderedObservationsA.size();
6025 std::vector<deUint64> allSamples (n1 + n2);
6028 std::copy(orderedObservationsB.begin(), orderedObservationsB.end(), allSamples.begin() + n1);
6034 const float U1 = n1*n2 + n1*(n1 + 1)/2 - R1;
6035 const float U2 = (n1 * n2) - U1;
6040 const float mU = n1*n2 / 2.0f;
6041 const float sigmaU = deFloatSqrt((n1*n2*(n1+n2+1)) / 12.0f);