Searched refs:two31 (Results 1 – 1 of 1) sorted by relevance
96 static const double two31 = 2147483648.0; in DoubleToInt32() local100 return (int32_t) ((x >= two31) ? x - two32 : x); in DoubleToInt32()