Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/numbers/
Dconversions-inl.h31 inline unsigned int FastD2UI(double x) { in FastD2UI() function
161 value == FastUI2D(FastD2UI(value)); in IsUint32Double()
Dconversions.h46 inline unsigned int FastD2UI(double x);
/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.cc826 return ReplaceInt32(FastD2UI(m.ResolvedValue())); in Reduce()
/third_party/node/deps/v8/src/api/
Dapi.cc3677 value == i::FastUI2D(i::FastD2UI(value)); in IsUint32()