Home | History | Annotate | Download | only in functional

Lines Matching refs:toPrecision

1040 static deUint32 toPrecision (deUint32 value, int numIntegerBits)
1045 static deInt32 toPrecision (deInt32 value, int numIntegerBits)
1086 const int minRef = isSigned ? findMSB(toPrecision(deInt32(value), integerLength)) : findMSB(toPrecision(value, integerLength));