Searched refs:quotient (Results 1 – 4 of 4) sorted by relevance
51 humanize_number(char *buf, size_t len, int64_t quotient, in humanize_number() argument116 if (quotient < 0) { in humanize_number()118 quotient = -quotient; in humanize_number()147 (quotient >= max || (quotient == max - 1 && in humanize_number()150 remainder = quotient % divisor; in humanize_number()151 quotient /= divisor; in humanize_number()158 remainder = quotient % divisor; in humanize_number()159 quotient /= divisor; in humanize_number()168 if (((quotient == 9 && remainder < divisordeccut) || quotient < 9) && in humanize_number()170 s1 = (int)quotient + ((remainder * 10 + divisor / 2) / in humanize_number()[all …]
15 size_t quotient = div_compute( in TEST_BEGIN() local17 assert_zu_eq(dividend, quotient * divisor, in TEST_BEGIN()19 "got quotient %zu", divisor, dividend, quotient); in TEST_BEGIN()
29 is scaled by the Rout / (R + Rout) quotient.
2553 within the Divide operator for ASL+. For the case where both the quotient 18226 the quotient. This was a longstanding bug and it fixes several