HomeSort by relevance Sort by last modified time
    Searched refs:FastUI2D (Results 1 - 9 of 9) sorted by null

  /external/v8/src/
conversions.h 71 inline double FastUI2D(unsigned x) {
conversions-inl.h 115 value == FastUI2D(FastD2UI(value));
factory.cc     [all...]
api.cc     [all...]
objects.cc     [all...]
  /external/v8/src/compiler/
simplified-operator-reducer.cc 89 if (m.HasValue()) return ReplaceNumber(FastUI2D(m.Value()));
machine-operator-reducer.cc 414 if (m.HasValue()) return ReplaceFloat64(FastUI2D(m.Value()));
    [all...]
  /external/v8/test/unittests/compiler/
simplified-operator-reducer-unittest.cc 400 EXPECT_THAT(reduction.replacement(), IsNumberConstant(BitEq(FastUI2D(n))));
machine-operator-reducer-unittest.cc 323 machine()->ChangeFloat64ToUint32(), Float64Constant(FastUI2D(x))));
368 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(BitEq(FastUI2D(x))));
    [all...]

Completed in 128 milliseconds