Home | History | Annotate | Download | only in functional

Lines Matching refs:numBitsLostInOp

99 inline int numBitsLostInOp (float input, float output)
796 const int bitsLost = precision != glu::PRECISION_HIGHP ? numBitsLostInOp(in0, refOut0) : 0;
1634 const int bitsLost = numBitsLostInOp(in0, ref);