Searched defs:further_from_one_ (Results 1 - 1 of 1) sorted by relevance

/external/gtest/test/
H A Dgtest_unittest.cc2144 further_from_one_ = Floating::ReinterpretBits(one_bits + max_ulps + 1);
2173 static RawType further_from_one_; member in class:__anon1237::FloatingPointTest
2196 RawType FloatingPointTest<RawType>::further_from_one_; member in class:__anon1237::FloatingPointTest
2248 EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(1.0, further_from_one_),
2249 "further_from_one_");
2305 // We already tested EXPECT_FLOAT_EQ(1.0, further_from_one_).
2306 EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(further_from_one_, 1.0),
2351 EXPECT_PRED_FORMAT2(FloatLE, further_from_one_, 1.0f);
2352 }, "(further_from_one_) <= (1.0f)");
2405 EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(1.0, further_from_one_),
[all...]

Completed in 22 milliseconds