Home | History | Annotate | Download | only in functional

Lines Matching refs:numBitsLostInOp

98 inline int numBitsLostInOp (float input, float output)
765 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0;
1598 const int bitsLost = numBitsLostInOp(in0, ref);