Skip to content
Snippets Groups Projects
  1. Feb 11, 2018
  2. Sep 15, 2017
  3. Sep 14, 2017
  4. Sep 12, 2017
  5. Sep 10, 2017
  6. Sep 08, 2017
  7. Sep 07, 2017
  8. Sep 06, 2017
  9. Sep 05, 2017
  10. Aug 07, 2017
  11. Aug 05, 2017
  12. Mar 06, 2017
    • Florian Loitsch's avatar
      Avoid negative shift. (#42) · 4abe3267
      Florian Loitsch authored
      * Avoid negative shift.
      
      When filling in fractional digits in a fixed representation we
      might use all existing digits. When this happens, we can not look
      at the next digit to see if we should round up.
      
      Before this fix, we tried to shift by a negative amount to see if the
      (non-existing) next bit was set to 1 (requiring the number to be rounded up).
      
      Fixes #41.
      4abe3267
  13. Mar 04, 2017
    • Florian Loitsch's avatar
      Add assert and test. · 78cd7b13
      Florian Loitsch authored
      78cd7b13
    • Florian Loitsch's avatar
      Avoid negative shift. · 1921cb37
      Florian Loitsch authored
      When filling in fractional digits in a fixed representation we
      might use all existing digits. When this happens, we can not look
      at the next digit to see if we should round up.
      
      Before this fix, we tried to shift by a negative amount to see if the
      (non-existing) next bit was set to 1 (requiring the number to be rounded up).
      
      Fixes #41.
      1921cb37
  14. Nov 23, 2016
  15. Nov 18, 2016
  16. Nov 17, 2016
  17. Oct 04, 2016
  18. Sep 16, 2016
  19. Sep 14, 2016
  20. Sep 10, 2016
  21. Jul 27, 2016
  22. Jul 18, 2016
  23. Jul 11, 2016
  24. Jun 14, 2016
  25. Jun 09, 2016
  26. Jun 07, 2016
Loading