Home
last modified time | relevance | path

Searched refs:IsFloat64Constant (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/unittests/compiler/
Dsimplified-operator-reducer-unittest.cc282 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(BitEq(n))); in TEST_F()
292 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(BitEq(nan))); in TEST_F()
Dmachine-operator-reducer-unittest.cc275 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(BitEq<double>(x))); in TEST_F()
339 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(BitEq(FastI2D(x)))); in TEST_F()
368 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(BitEq(FastUI2D(x)))); in TEST_F()
1394 IsFloat64Sub(IsFloat64Constant(BitEq(-0.0)), p0)); in TEST_F()
1401 IsFloat64Sub(IsFloat64Constant(BitEq(-0.0)), p0)); in TEST_F()
1419 IsFloat64Constant(BitEq(bit_cast<double>( in TEST_F()
1438 IsFloat64Constant(BitEq(bit_cast<double>( in TEST_F()
Dnode-test-utils.h79 Matcher<Node*> IsFloat64Constant(const Matcher<double>& value_matcher);
Dnode-test-utils.cc1618 Matcher<Node*> IsFloat64Constant(const Matcher<double>& value_matcher) { in IsFloat64Constant() function