Lines Matching refs:negative
93 * <p>If the first argument is negative, the first element of the
96 * negative, no sign character appears in the result.
140 boolean negative = (i < 0);
143 if (!negative) {
153 if (negative) {
165 * if the argument is negative; otherwise, it is equal to the
203 * if the argument is negative; otherwise, it is equal to the
235 * if the argument is negative; otherwise it is equal to the
396 * indicate a negative value or an ASCII plus sign {@code '+'}
468 boolean negative = false;
478 negative = true;
506 return negative ? result : -result;
513 * (<code>'\u002D'</code>) to indicate a negative value or an
945 boolean negative = false;
953 negative = true;
977 result = negative ? Integer.valueOf(-result.intValue()) : result;
982 String constant = negative ? ("-" + nm.substring(index))
1157 * <p>Note that left rotation with a negative distance is equivalent to
1161 * ignored, even if the distance is negative: {@code rotateLeft(val,
1179 * <p>Note that right rotation with a negative distance is equivalent to
1183 * ignored, even if the distance is negative: {@code rotateRight(val,
1216 * return value is -1 if the specified value is negative; 0 if the