Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions-inl.h96 static const double two31 = 2147483648.0; in DoubleToInt32() local
100 return (int32_t) ((x >= two31) ? x - two32 : x); in DoubleToInt32()