[roll] Roll fuchsia [ulib][ffl] Fix convergent rounding.

Fix a bug in convergent rounding that only shows up in cases with three
or more fractional bits. The original tests only covered cases with one
or two fractional bits. The new tests cover cases with one and three
fractional bits, which extends to all other cases.

Verified that the new tests fail on the original rounding code in the
expected cases and pass with the rounding fix applied.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/722831
Original-Revision: 23d3ff3917a12fb3a00169b9315e3ddf87296749
GitOrigin-RevId: 5069d6d4f305624f4e6da293a5ea0b303cec712d
Change-Id: Ib49fef04af7d66bd0cdf94c0affa93611fe2ff5d
1 file changed
tree: 8440795e5e2ca403a6485f0b5b8f0b560cd98c3f
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.