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

  /external/chromium_org/v8/src/
conversions.h 72 inline double FastUI2D(unsigned x) {
184 value == FastUI2D(FastD2UI(value));
factory.cc     [all...]
api.cc     [all...]
objects.cc 201 if (num >= 0 && FastUI2D(FastD2UI(num)) == num) {
    [all...]
  /external/chromium_org/v8/src/compiler/
simplified-operator-reducer.cc 95 if (m.HasValue()) return ReplaceNumber(FastUI2D(m.Value()));
machine-operator-reducer-unittest.cc 302 machine()->ChangeFloat64ToUint32(), Float64Constant(FastUI2D(x))));
347 EXPECT_THAT(reduction.replacement(), IsFloat64Constant(FastUI2D(x)));
machine-operator-reducer.cc 420 if (m.HasValue()) return ReplaceFloat64(FastUI2D(m.Value()));
simplified-operator-reducer-unittest.cc 477 EXPECT_THAT(reduction.replacement(), IsNumberConstant(FastUI2D(n)));

Completed in 105 milliseconds