Lines Matching refs:sign

96  *   // parentheses rather than a minus sign.  Group separators are
558 * <td> The result will always include a sign
863 * after the sign character, if any, and before the first non-zero digit, until
899 * the zero padding will occur after the sign.
920 * with leading zeros to the field width following any indication of sign.
942 * the field width with leading zeros after the radix indicator or sign (if
966 * before the sign.
975 * <td> Requires the output to include a positive sign for all positive
977 * include a sign.
994 * width following any sign or radix indicator except when converting NaN
1025 * <li> Positive numbers and zero do not include a sign or extra leading
1077 * with leading zeros to the field width following any indication of sign.
1100 * the field width with leading zeros after the radix indicator or sign (if
1123 * zero padding will occur after the sign.
1126 * before the sign.
1160 * <p> Otherwise, the result is a string that represents the sign and
1161 * magnitude (absolute value) of the argument. The formatting of the sign
1173 * (<tt>'&#92;u0065'</tt>), followed by the sign of the exponent, followed
1233 * <p> The result is a string that represents the sign and magnitude
1234 * (absolute value) of the argument. The formatting of the sign is
1264 * <p> The result is a string that represents the sign and magnitude
1330 * <li> Positive numbers and positive zero do not include a sign or extra
1383 * <p> Otherwise, the result is a string that represents the sign and
1384 * magnitude (absolute value) of the argument. The formatting of the sign
1396 * (<tt>'&#92;u0065'</tt>), followed by the sign of the exponent, followed
1454 * <p> The result is a string that represents the sign and magnitude
1455 * (absolute value) of the argument. The formatting of the sign is
1845 // 1 (sign) + 19 (max # sig digits) + 1 ('.') + 1 ('e') + 1 (sign)
3050 // leading sign indicator
3056 // trailing sign indicator
3123 // leading sign indicator
3167 // trailing sign indicator
3185 // leading sign indicator
3195 // trailing sign indicator
3240 char sign = exp[0];
3241 assert(sign == '+' || sign == '-');
3242 sb.append(sign);
3314 char sign = exp[0];
3315 assert(sign == '+' || sign == '-');
3316 sb.append(sign);
3506 // leading sign indicator
3512 // trailing sign indicator
3571 char sign = exp[0];
3572 assert(sign == '+' || sign == '-');
3689 // The exponent will be formatted as a sign ('+' or '-') followed
3773 // require sign