Home | History | Annotate | Download | only in src

Lines Matching refs:negative

177   bool negative = false;
179 // We must not negate the most negative int.
181 negative = true;
191 if (negative) buffer[--i] = '-';
203 bool negative = false;
207 negative = true;
256 if (negative) builder.AddCharacter('-');
269 bool negative,
283 if (negative) builder.AddCharacter('-');
304 bool negative = false;
307 negative = true;
338 CreateExponentialRepresentation(decimal_rep, exponent, negative, f+1);
350 bool negative = false;
353 negative = true;
375 CreateExponentialRepresentation(decimal_rep, exponent, negative, p);
386 if (negative) builder.AddCharacter('-');
398 const int extra = negative ? 2 : 1;