-
As small devices have ADC's and other fixed point devices, being able to sample the data and send to upstream devices.
-
In making `advtraj` work with output fields from the MONC LES model @ReadingClouds has noticed that during forward integration the use of `scipy.optimize.minimize` in https://github.com/ParaConUK/advt…
-
Reported by: **[daschuer](https://github.com/daschuer)**
Date: 2016-11-05T20:11:45Z
Status: Confirmed
Importance: Low
Launchpad Issue: [lp1639499](https://bugs.launchpad.net/bugs/1639499)
Tags: portau…
-
```Java
while (!(Double.doubleToLongBits(existing = keys[slot]) == 0)) {
if ((Double.doubleToLongBits(key) == Double.doubleToLongBits(existing))) {
return true;
}
…
-
#### Steps to reproduce:
1. Create a _Rich Text_ element
2. Set it to _Fixed Width_
3. Left-click (without any modifier keys) on the yellow resize point
4. While keeping the left mouse button pressed,…
-
@AlexeyAB Hey why did you choose integer 8 bit over 8 bit fixed point ?
Also in this cant we quantize 32 bit floating point weights to 8bit before the inference(separately) and store. And use the…
-
RemoteFX uses a particular RGB->YCbCr conversion described in https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdprfx/b550d1b5-f7d9-4a0c-9141-b3dca9d7f525
In particular, the y-bias …
-
When converting floating point types to fixed point types, the casting operations are just blindly scaling the input values and then casting to integer without checking whether the scaled values are t…
-
Needed:
- conversion from integer numbers to Qn.m numbers and back
- conversion from integer floading-point numbers to Qn.m numbers and back
- selectable rounding behavior upon these operations
- auto…
-
https://github.com/ARM-software/CMSIS_5/issues/1275