Lines Matching defs:truncated
10828 // - On partial success (e.g. the input file was truncated but we are still
12467 // wuffs_base__private_implementation__powers_of_10 contains truncated
13272 // truncated is whether there are more than
13282 bool truncated;
13338 h->truncated = false;
13353 h->truncated = false;
13439 // Long-tail non-zeroes set the truncated bit.
13440 h->truncated = true;
13485 // Long-tail non-zeroes set the truncated bit.
13486 h->truncated = true;
13641 // We are exactly halfway. If we're truncated, round up, otherwise round
13643 round_up = h->truncated || //
13700 h->truncated = true;
13714 h->truncated = true;
13761 h->truncated = false;
13780 h->truncated = true;
13870 up = h->truncated || //
14072 // Look up the (possibly truncated) base-2 representation of (10 ** exp10).
14112 // entry was possibly truncated. We have so far only calculated a lower bound