Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.h61 inline unsigned int FastD2UI(double x);
Dconversions-inl.h41 inline unsigned int FastD2UI(double x) { in FastD2UI() function
122 value == FastUI2D(FastD2UI(value)); in IsUint32Double()
Delements.cc3734 if (FastI2D(FastD2UI(n)) == n) { in CheckArrayAbuse()
Dapi.cc3516 value == i::FastUI2D(i::FastD2UI(value)); in IsUint32()
/external/v8/src/compiler/
Dmachine-operator-reducer.cc627 if (m.HasValue()) return ReplaceInt32(FastD2UI(m.Value())); in Reduce()