Searched refs:nBits (Results 1 – 7 of 7) sorted by relevance
113 public static float toSignedFloat(int nInput, int nBits, int nDivider) { in toSignedFloat() argument116 value = (float) (nInput - nBits) / nDivider; in toSignedFloat()130 public static int twos_compliment(int nInput, int nBits) { in twos_compliment() argument131 if ((nInput & (1 << (nBits - 1))) != 0) { // if sign bit is set, Eg- nInput=1111, nBits=4 in twos_compliment()132 nInput -= 1 << nBits; // compute negative value ,0b1111-0b10000= -1 in twos_compliment()
6604 int nBits = bits.length() < 31 ? bits.length() : 31; in bitSetToInt()6605 for (int i = 0; i < nBits; i++) { in bitSetToInt()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...