Lines Matching refs:integer
2638 // We have a fast integer-only case here to avoid a conversion to double in
4185 // a small integer.
4547 // Extract the integer values from the Smis.
4556 // If one of the integers are zero the normal integer order is the
4753 // integer. Uses binary decomposition to limit the number of
4829 double integer = ceil(x);
4830 if (integer - x > 0.5) { integer -= 1.0; }
4831 return Heap::NumberFromDouble(integer);
5728 * length overflows 32-bit non-negative integer.
5995 * If the result array index overflows 32-bit unsigned integer, the rounded