Home
last modified time | relevance | path

Searched refs:quotient (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/libutil/
H A Dhumanize_number.c51 humanize_number(char *buf, size_t len, int64_t quotient, in humanize_number() argument
116 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 …]
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Ddiv.c15 size_t quotient = div_compute( in TEST_BEGIN() local
17 assert_zu_eq(dividend, quotient * divisor, in TEST_BEGIN()
19 "got quotient %zu", divisor, dividend, quotient); in TEST_BEGIN()
/f-stack/freebsd/contrib/device-tree/Bindings/iio/afe/
H A Dvoltage-divider.txt29 is scaled by the Rout / (R + Rout) quotient.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt2553 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