Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.h71 inline double FastUI2D(unsigned x) { in FastUI2D() function
Dconversions-inl.h122 value == FastUI2D(FastD2UI(value)); in IsUint32Double()
Dfactory.cc1265 return NewHeapNumber(FastUI2D(value), IMMUTABLE, pretenure); in NewNumberFromUint()
Dobjects-inl.h1056 if (FastUI2D(uint_value) == num) { in ToUint32()
Dapi.cc3354 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.cc623 if (m.HasValue()) return ReplaceFloat64(FastUI2D(m.Value())); in Reduce()