Lines Matching +full:12 +full:- +full:byte
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*---------------------------------------------------------------------------+
5 | Header file for the FPU-emu poly*.c source files. |
9 | Australia. E-mail billm@melbpc.org.au |
11 | Declarations and definitions for functions operating on Xsig (12-byte |
12 | extended-significand) quantities. |
14 +---------------------------------------------------------------------------*/
19 /* This 12-byte structure is used to improve the accuracy of computation
21 Intended to be used to get results better than 8-byte computation
22 allows. 9-byte would probably be sufficient.
55 actually be in-line.
58 /* Multiply two fixed-point 32 bit numbers, producing a 32 bit result.
73 /* Add the 12 byte Xsig x2 to Xsig dest, with no checks for overflow. */
84 /* Add the 12 byte Xsig x2 to Xsig dest, adjust exp if overflow occurs. */
103 /* Negate (subtract from 1.0) the 12 byte Xsig */