Home
last modified time | relevance | path

Searched refs:FastUI2D (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dconversions.h71 inline double FastUI2D(unsigned x) { in FastUI2D() function
Dconversions-inl.h115 value == FastUI2D(FastD2UI(value)); in IsUint32Double()
Dfactory.cc1101 return NewHeapNumber(FastUI2D(value), IMMUTABLE, pretenure); in NewNumberFromUint()
Dapi.cc2830 value == i::FastUI2D(i::FastD2UI(value)); in IsUint32()
Dobjects.cc979 if (FastUI2D(uint_value) == num) { in ToUint32()
/external/v8/src/compiler/
Dsimplified-operator-reducer.cc89 if (m.HasValue()) return ReplaceNumber(FastUI2D(m.Value())); in Reduce()
Dmachine-operator-reducer.cc414 if (m.HasValue()) return ReplaceFloat64(FastUI2D(m.Value())); in Reduce()
/external/v8/test/unittests/compiler/
Dsimplified-operator-reducer-unittest.cc400 EXPECT_THAT(reduction.replacement(), IsNumberConstant(BitEq(FastUI2D(n)))); in TEST_F()
Dmachine-operator-reducer-unittest.cc323 machine()->ChangeFloat64ToUint32(), Float64Constant(FastUI2D(x)))); in TEST_F()
368 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(BitEq(FastUI2D(x)))); in TEST_F()