Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
8e635dbc78996bc18cf13b4806706cf3529ea646
/
unittests
/
ADT
/
APFloatTest.cpp
3e7735f
APFloat::roundToIntegral: Special values don't keep the exponent value up to date, don't rely on it.
by Benjamin Kramer
· 12 years ago
c82cc58
Fix another roundToIntegral bug where very large values could become infinity. Problem and solution identified by Steve Canon.
by Owen Anderson
· 12 years ago
f7a5dfc
Fix a problem with APFloat::roundToIntegral where it would return incorrect results for negative inputs to trunc. Add unit tests to verify this behavior.
by Owen Anderson
· 12 years ago
4455142
Fix APFloat::convert so that it handles narrowing conversions correctly; it
by Eli Friedman
· 13 years ago
a3a1635
Attempt to fix MSVC build.
by Eli Friedman
· 13 years ago
7247a5f
Fix APFloat::getLargest so that it actually returns the correct value. Found by accident while reviewing a patch to nearby code.
by Eli Friedman
· 13 years ago
9d74909
Fix a test that wasn't testing the right thing.
by Matt Beaumont-Gay
· 13 years ago
3d42bfb
Add an APFloat::convertToInt(APSInt) function that automatically manages the
by Jeffrey Yasskin
· 13 years ago
8398512
Avoid turning a floating point division with a constant power of two into a denormal multiplication.
by Benjamin Kramer
· 14 years ago
2746000
Add APFloat::getExactInverse.
by Benjamin Kramer
· 14 years ago
b5f59f5
Fix death tests in -Asserts builds.
by Jeffrey Yasskin
· 15 years ago
e12b738
Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width
by John McCall
· 15 years ago
8b3f330
Make APFloat's string-parsing routines a bit safer against very large exponents.
by John McCall
· 15 years ago
281d051
Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits
by John McCall
· 15 years ago
6a09aff
Implement support for converting to string at "natural precision", and fix some
by John McCall
· 15 years ago
00e65de
Add accessors for the largest-magnitude, smallest-magnitude, and
by John McCall
· 15 years ago
83fecfa
Add test for PR4873, which works for me.
by Daniel Dunbar
· 15 years ago
c78b33b
Add support for including '+' in APFloat strings, more asserts,
by Erick Tryzelaar
· 15 years ago
cdd93d8
Fix two APFloat bugs in converting hexadecimal constants.
by Daniel Dunbar
· 15 years ago
2ad40a3
Wrap unit test death tests in GTEST_HAS_DEATH_TEST
by Erick Tryzelaar
· 15 years ago
33d7dd6
Change APFloatTest from using ASSERTs to EXPECTs
by Erick Tryzelaar
· 15 years ago
a15d890
Modify APFloat to take a StringRef instead of a c string.
by Erick Tryzelaar
· 15 years ago