Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
libcxx
/
test
/
std
/
numerics
/
numeric.ops
/
numeric.ops.midpoint
/
midpoint.float.pass.cpp
b2e3c83
[libc++][test] Miscellaneous MSVC cleanups
by Casey Carter
· 6 years ago
2184374
Disable the 'nextafter' portions of these tests on PPC when using 128-bit doubles because the 'nextafter' call doesn't work right. Reviewed as https://reviews.llvm.org/D62384. Thanks to Xing Xue for the patch, and Hubert for the explanation.
by Marshall Clow
· 6 years ago
8dc6840
Fix the floating point version of midpoint. It wasn't constexpr, among other things. Add more tests. As a drive-by, the LCD implementation had a class named '__abs' which did a 'absolute value to a common-type' conversion. Rename that to be '__ct_abs'.
by Marshall Clow
· 6 years ago
87ae6bf
[libc++] [test] Use std::nextafter() instead of std::nexttoward()
by Michal Gorny
· 6 years ago
d3d0ecb
Implement midpoint for floating point types. Reviewed as https://reviews.llvm.org/D61014.
by Marshall Clow
· 7 years ago