Lines Matching refs:getLowBitMask
127 static inline deUint32 getLowBitMask (int integerLength) in getLowBitMask() function
141 const deUint32 integerMask = getLowBitMask(integerLength); in generateRandomInputData()
375 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
429 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
471 const deUint32 integerMask = getLowBitMask(integerLength); in getInputValues()
523 const deUint32 mask0 = getLowBitMask(integerLength); in compare()
833 const deUint32 cmpMask = getLowBitMask(integerLength); in compare()
893 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare()
942 const deUint32 countMask = getLowBitMask(integerLength); in compare()
1002 const deUint32 mask = getLowBitMask(integerLength); in compare()
1042 return value & getLowBitMask(numIntegerBits); in toPrecision()
1047 return (deInt32)extendSignTo32((deUint32)value & getLowBitMask(numIntegerBits), numIntegerBits); in toPrecision()