Home
last modified time | relevance | path

Searched refs:FastD2UI (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dconversions-inl.h29 inline unsigned int FastD2UI(double x) { in FastD2UI() function
112 value == FastUI2D(FastD2UI(value)); in IsUint32Double()
Dconversions.h45 inline unsigned int FastD2UI(double x);
Delements.cc4453 if (FastI2D(FastD2UI(n)) == n) { in CheckArrayAbuse()
Dapi.cc3496 value == i::FastUI2D(i::FastD2UI(value)); in IsUint32()
/external/v8/src/compiler/
Dmachine-operator-reducer.cc623 if (m.HasValue()) return ReplaceInt32(FastD2UI(m.Value())); in Reduce()