Lines Matching refs:ndx
44 for (int ndx = 0; ndx < Size; ndx++)
45 res[ndx] = computeFloatingPointError(value[ndx], numAccurateBits[ndx]);
53 for (int ndx = 0; ndx < Size; ndx++)
54 res[ndx] = computeFixedPointError(numAccurateBits[ndx]);
62 for (int ndx = 0; ndx < Size; ndx++)
63 res[ndx] = computeColorBitsError(bits[ndx], numAccurateBits[ndx]);