Lines Matching refs:integer
3985 // Detect integer overflow.
4567 // We have a fast integer-only case here to avoid a conversion to double in
6236 // Fast case: short integer or some sorts of junk values.
7005 // a small integer.
7619 // If one of the integers is zero the normal integer order is the
7647 // lexicographic order. If one integer has fewer digits, it is scaled
7649 // integer. If the scaled integers are equal it means the shorter
7650 // integer comes first in the lexicographic order.
7668 // drop one digit from the longer integer since the final digit is
7669 // past the length of the shorter integer.
7772 uint64_t integer = double_to_uint64(x);
7773 integer = (integer >> 32) & 0xFFFFFFFFu;
7774 return *isolate->factory()->NewNumber(static_cast<int32_t>(integer));
7867 // Fast version of Math.pow if we know that y is not an integer and y is not
10003 * length overflows 32-bit non-negative integer.
10137 // a 32-bit signed integer.
10149 // a 32-bit signed integer.