Home
last modified time | relevance | path

Searched refs:nBits (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/util/
DUwbUtil.java113 public static float toSignedFloat(int nInput, int nBits, int nDivider) { in toSignedFloat() argument
116 value = (float) (nInput - nBits) / nDivider; in toSignedFloat()
130 public static int twos_compliment(int nInput, int nBits) { in twos_compliment() argument
131 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()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMetrics.java6604 int nBits = bits.length() < 31 ? bits.length() : 31; in bitSetToInt()
6605 for (int i = 0; i < nBits; i++) { in bitSetToInt()
/packages/apps/TV/libs/m2/
Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/packages/apps/ManagedProvisioning/studio-dev/StubGenerator/
DStubGenerator.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...