mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
Our dc(1) has never correctly calculated remainders with fractional inputs. Both bmod and bdivmod seem to have copy/pasted code from bdiv, which results in the remainder having the wrong output scale. PR: 162495 Reported by: anonymous Reviewed by: pfg Differential Revision: https://reviews.freebsd.org/D13390 |
||
|---|---|---|
| .. | ||
| tests | ||
| bcode.c | ||
| bcode.h | ||
| dc.1 | ||
| dc.c | ||
| extern.h | ||
| inout.c | ||
| Makefile | ||
| Makefile.depend | ||
| mem.c | ||
| stack.c | ||