Lines Matching refs:getBits
114 static inline deUint32 getBits (deUint32 src, int low, int high) in getBits() function
126 return getBits(v, 10, 14) == 31; in isFloat16InfOrNan()
240 const deUint32 actualBits = getBits(bits, 0, numBitsToDst-1); in setNext()
697 bitParts[i] = getBits(nonBlockInput[i], 0, numBits-1); in encodeISETritBlock()
715 dst.setNext(2, getBits(T, 0, 1)); in encodeISETritBlock()
717 dst.setNext(2, getBits(T, 2, 3)); in encodeISETritBlock()
721 dst.setNext(2, getBits(T, 5, 6)); in encodeISETritBlock()
754 bitParts[i] = getBits(nonBlockInput[i], 0, numBits-1); in encodeISEQuintBlock()
770 dst.setNext(3, getBits(Q, 0, 2)); in encodeISEQuintBlock()
772 dst.setNext(2, getBits(Q, 3, 4)); in encodeISEQuintBlock()
774 dst.setNext(2, getBits(Q, 5, 6)); in encodeISEQuintBlock()