Lines Matching refs:negative
79 * <p>If the first argument is negative, the first element of the
82 * negative, no sign character appears in the result.
122 boolean negative = (i < 0);
124 if (!negative) {
134 if (negative) {
146 * 2<sup>64</sup> if the argument is negative; otherwise, it is
185 * 2<sup>64</sup> if the argument is negative; otherwise, it is
218 * 2<sup>64</sup> if the argument is negative; otherwise, it is
346 * indicate a negative value or an ASCII plus sign {@code '+'}
417 boolean negative = false;
427 negative = true;
455 return negative ? result : -result;
462 * (<code>\u002D'</code>) to indicate a negative value or an
626 boolean negative = false;
634 negative = true;
658 result = negative ? Long.valueOf(-result.longValue()) : result;
663 String constant = negative ? ("-" + nm.substring(index))
1112 * <p>Note that left rotation with a negative distance is equivalent to
1116 * ignored, even if the distance is negative: {@code rotateLeft(val,
1134 * <p>Note that right rotation with a negative distance is equivalent to
1138 * ignored, even if the distance is negative: {@code rotateRight(val,
1172 * return value is -1 if the specified value is negative; 0 if the