Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.h47 static inline unsigned int FastD2UI(double x);
Dconversions-inl.h47 static inline unsigned int FastD2UI(double x) { in FastD2UI() function
Dapi.cc2014 return i::FastUI2D(i::FastD2UI(value)) == value; in IsUint32()