[libc][NFC] Make conversion from FPBits to the float point type explicit.
authorSiva Chandra Reddy <sivachandra@google.com>
Wed, 14 Apr 2021 06:04:11 +0000 (06:04 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Sat, 17 Apr 2021 05:22:20 +0000 (05:22 +0000)
commitfb706e086c70de9dd24852f1ef1d0f411bd501a1
tree84a9d26ea6e8ba1ec8a50c44843b6fa311bdd2d8
parentfb69b92c7b33b6a9b9be4278cd1e2d580f48ce8a
[libc][NFC] Make conversion from FPBits to the float point type explicit.

This will help us catch errors like the ones fixed by the commit
31ed45d9cfd5da2bf4f1d7ddba54122df6fc91fa
19 files changed:
libc/test/src/math/FDimTest.h
libc/test/src/math/FmaTest.h
libc/test/src/math/HypotTest.h
libc/test/src/math/ILogbTest.h
libc/test/src/math/LdExpTest.h
libc/test/src/math/NextAfterTest.h
libc/test/src/math/RIntTest.h
libc/test/src/math/RemQuoTest.h
libc/test/src/math/RoundToIntegerTest.h
libc/test/src/math/SqrtTest.h
libc/test/src/math/frexp_test.cpp
libc/test/src/math/frexpf_test.cpp
libc/test/src/math/frexpl_test.cpp
libc/utils/FPUtil/FPBits.h
libc/utils/FPUtil/Hypot.h
libc/utils/FPUtil/ManipulationFunctions.h
libc/utils/FPUtil/NearestIntegerOperations.h
libc/utils/FPUtil/NormalFloat.h
libc/utils/FPUtil/TestHelpers.h