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

  /external/v8/src/
conversions.h 60 inline unsigned int FastD2UI(double x);
conversions-inl.h 41 inline unsigned int FastD2UI(double x) {
115 value == FastUI2D(FastD2UI(value));
elements.cc     [all...]
objects-inl.h 1019 uint32_t uint_value = FastD2UI(num);
    [all...]
api.cc     [all...]
  /external/v8/src/compiler/
machine-operator-reducer.cc 443 if (m.HasValue()) return ReplaceInt32(FastD2UI(m.Value()));
    [all...]
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 294 double e = static_cast<double>(is_signed ? FastD2I(v) : FastD2UI(v));
    [all...]

Completed in 632 milliseconds