Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f901b719214d0bd4d42d85e9b5bbbc95d1ee3479
/
llvm
/
unittests
/
ADT
/
APFloatTest.cpp
b361adb
APFloat: Make sure that we get a well-formed x87 NaN when converting from a smaller type.
by Benjamin Kramer
· 13 years ago
4fb504f
Implement APFloat::isDenormal()
by Shuxin Yang
· 13 years ago
130cec2
Sort the #include lines for unittest/...
by Chandler Carruth
· 13 years ago
08be41a
Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmul transform.
by Benjamin Kramer
· 13 years ago
d9f7e25
Implement arithmetic on APFloat with PPCDoubleDouble semantics by
by Ulrich Weigand
· 13 years ago
c38fab2
APFloat::roundToIntegral: Special values don't keep the exponent value up to date, don't rely on it.
by Benjamin Kramer
· 13 years ago
352dfff
Fix another roundToIntegral bug where very large values could become infinity. Problem and solution identified by Steve Canon.
by Owen Anderson
· 13 years ago
1ff74b0
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
· 13 years ago
a84ad7d
Fix APFloat::convert so that it handles narrowing conversions correctly; it
by Eli Friedman
· 14 years ago
212e447
Attempt to fix MSVC build.
by Eli Friedman
· 14 years ago
c532201
Fix APFloat::getLargest so that it actually returns the correct value. Found by accident while reviewing a patch to nearby code.
by Eli Friedman
· 14 years ago
a421ee1
Fix a test that wasn't testing the right thing.
by Matt Beaumont-Gay
· 14 years ago
03b81a2
Add an APFloat::convertToInt(APSInt) function that automatically manages the
by Jeffrey Yasskin
· 14 years ago
af0ed95
Avoid turning a floating point division with a constant power of two into a denormal multiplication.
by Benjamin Kramer
· 15 years ago
03fd672
Add APFloat::getExactInverse.
by Benjamin Kramer
· 15 years ago
b5cd013
Fix death tests in -Asserts builds.
by Jeffrey Yasskin
· 16 years ago
dcb9a7a
Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width
by John McCall
· 16 years ago
b42cc68
Make APFloat's string-parsing routines a bit safer against very large exponents.
by John McCall
· 16 years ago
df951bd
Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits
by John McCall
· 16 years ago
dd5044a
Implement support for converting to string at "natural precision", and fix some
by John McCall
· 16 years ago
29b5c28
Add accessors for the largest-magnitude, smallest-magnitude, and
by John McCall
· 16 years ago
bc52e4f
Add test for PR4873, which works for me.
by Daniel Dunbar
· 16 years ago
da666c8
Add support for including '+' in APFloat strings, more asserts,
by Erick Tryzelaar
· 16 years ago
bf5998e
Fix two APFloat bugs in converting hexadecimal constants.
by Daniel Dunbar
· 16 years ago
927191f
Wrap unit test death tests in GTEST_HAS_DEATH_TEST
by Erick Tryzelaar
· 16 years ago
bc0d749
Change APFloatTest from using ASSERTs to EXPECTs
by Erick Tryzelaar
· 16 years ago
19f63b2
Modify APFloat to take a StringRef instead of a c string.
by Erick Tryzelaar
· 16 years ago