Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.h81 inline double FastUI2D(unsigned x) { in FastUI2D() function
Dheap-inl.h243 return AllocateHeapNumber(FastUI2D(value), pretenure); in NumberFromUint32()
Dapi.cc2198 return i::FastUI2D(i::FastD2UI(value)) == value; in IsUint32()
/external/chromium_org/v8/src/
Dconversions.h89 inline double FastUI2D(unsigned x) { in FastUI2D() function
Dheap-inl.h284 return AllocateHeapNumber(FastUI2D(value), pretenure); in NumberFromUint32()
Dapi.cc2635 return i::FastUI2D(i::FastD2UI(value)) == value; in IsUint32()
Dobjects.cc209 if (num >= 0 && FastUI2D(FastD2UI(num)) == num) { in ToUint32()