We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb8aa8 commit fd02a05Copy full SHA for fd02a05
libc/test/src/math/smoke/FmaTest.h
@@ -90,8 +90,8 @@ class FmaTestTemplate : public LIBC_NAMESPACE::testing::FEnvSafeTest {
90
// Test overflow.
91
OutType z = out.max_normal;
92
InType in_z = LIBC_NAMESPACE::fputil::cast<InType>(out.max_normal);
93
- EXPECT_FP_EQ_ALL_ROUNDING(OutType(0.75) * z,
94
- func(InType(1.75), in_z, -in_z));
+ EXPECT_FP_EQ_ALL_ROUNDING(OutType(0.75) * z,
+ func(InType(1.75), in_z, -in_z));
95
96
// Exact cancellation.
97
EXPECT_FP_EQ_ROUNDING_NEAREST(
0 commit comments