Home | History | Annotate | Download | only in test

Lines Matching refs:further_from_one

2953     RawType further_from_one;
2985 values_.further_from_one = Floating::ReinterpretBits(
3061 EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(1.0, values_.further_from_one),
3062 "values_.further_from_one");
3124 // We already tested EXPECT_FLOAT_EQ(1.0, values_.further_from_one).
3125 EXPECT_NONFATAL_FAILURE(EXPECT_FLOAT_EQ(values_.further_from_one, 1.0),
3168 EXPECT_PRED_FORMAT2(FloatLE, values_.further_from_one, 1.0f);
3169 }, "(values_.further_from_one) <= (1.0f)");
3228 EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(1.0, values_.further_from_one),
3229 "values_.further_from_one");
3290 // We already tested EXPECT_DOUBLE_EQ(1.0, values_.further_from_one).
3291 EXPECT_NONFATAL_FAILURE(EXPECT_DOUBLE_EQ(values_.further_from_one, 1.0),
3334 EXPECT_PRED_FORMAT2(DoubleLE, values_.further_from_one, 1.0);
3335 }, "(values_.further_from_one) <= (1.0)");