Home
last modified time | relevance | path

Searched refs:FastUI2D (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dconversions.h72 inline double FastUI2D(unsigned x) { in FastUI2D() function
Dconversions-inl.h122 value == FastUI2D(FastD2UI(value)); in IsUint32Double()
150 return FastUI2D(result & kBottomBitMask) == value; in DoubleToUint32IfEqualToSelf()
Dfactory.cc1327 return NewHeapNumber(FastUI2D(value), IMMUTABLE, pretenure); in NewNumberFromUint()
Dapi.cc3516 value == i::FastUI2D(i::FastD2UI(value)); in IsUint32()
/external/v8/src/compiler/
Dsimplified-operator-reducer.cc117 if (m.HasValue()) return ReplaceNumber(FastUI2D(m.Value())); in Reduce()
Dmachine-operator-reducer.cc643 if (m.HasValue()) return ReplaceFloat64(FastUI2D(m.Value())); in Reduce()