mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
operation (by subtracting the absolute result from 0), don't test for overflow. This avoids an arithmetic exception when dividing LONG_MIN by 1: This is the only case that causes overflow, and the resulting value is correct under 2's compliment arithmetic. PR: 72024 Approved by: dwmalone@ Obtained from: NetBSD MFC after: 4 days |
||
|---|---|---|
| .. | ||
| _ctx_start.S | ||
| _set_tp.c | ||
| _setjmp.S | ||
| divrem.m4 | ||
| fabs.S | ||
| flt_rounds.c | ||
| fpgetmask.c | ||
| fpgetround.c | ||
| fpgetsticky.c | ||
| fpsetmask.c | ||
| fpsetround.c | ||
| fpsetsticky.c | ||
| infinity.c | ||
| ldexp.c | ||
| makecontext.c | ||
| Makefile.inc | ||
| modf.c | ||
| rfork_thread.S | ||
| setjmp.S | ||
| signalcontext.c | ||
| sigsetjmp.S | ||