Lines Matching refs:Size
40 template<int Size>
41 inline Vector<float, Size> computeFloatingPointError (const Vector<float, Size>& value, const Vector<deInt32, Size>& numAccurateBits)
43 Vector<float, Size> res;
44 for (int ndx = 0; ndx < Size; ndx++)
49 template<int Size>
50 inline Vector<float, Size> computeFixedPointError (const Vector<deInt32, Size>& numAccurateBits)
52 Vector<float, Size> res;
53 for (int ndx = 0; ndx < Size; ndx++)
58 template<int Size>
59 inline Vector<float, Size> computeColorBitsError(const Vector<deInt32, Size>& bits, const Vector<deInt32, Size>& numAccurateBits)
61 Vector<float, Size> res;
62 for (int ndx = 0; ndx < Size; ndx++)