Searched refs:unsignedToSigned (Results 1 – 2 of 2) sorted by relevance
541 return unsignedToSigned(unsignedByteToInt(mValue[offset]), 8); in getIntValue()544 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()548 return unsignedToSigned(unsignedBytesToInt(mValue[offset], in getIntValue()741 int mantissa = unsignedToSigned(unsignedByteToInt(b0) in bytesToFloat()743 int exponent = unsignedToSigned(unsignedByteToInt(b1) >> 4, 4); in bytesToFloat()751 int mantissa = unsignedToSigned(unsignedByteToInt(b0) in bytesToFloat()761 private int unsignedToSigned(int unsigned, int size) { in unsignedToSigned() method in BluetoothGattCharacteristic
10203 Landroid/bluetooth/BluetoothGattCharacteristic;->unsignedToSigned(II)I