#include <arith.internal.h>
Public Attributes | |
| unsigned int | sign: 1 |
| unsigned int | expo: AR_IEEE64_EXPO_BITS |
| unsigned int | coeff0: AR_IEEE64_C0_BITS |
| unsigned int | coeff1: AR_IEEE64_C1_BITS |
| unsigned int | coeff2: AR_IEEE64_C2_BITS |
| unsigned int | coeff3: AR_IEEE64_C3_BITS |
| unsigned int | signl: 1 |
| unsigned int | expol: AR_IEEE64_EXPO_BITS |
| unsigned int | coeff0l: AR_IEEE64_C0_BITS |
| unsigned int | coeff1l: AR_IEEE64_C1_BITS |
| unsigned int | coeff2l: AR_IEEE64_C2_BITS |
| unsigned int | coeff3l: AR_IEEE64_C3_BITS |
Definition at line 210 of file arith.internal.h.
| unsigned int AR_MIPS_128::coeff0 |
Definition at line 213 of file arith.internal.h.
| unsigned int AR_MIPS_128::coeff0l |
Definition at line 219 of file arith.internal.h.
| unsigned int AR_MIPS_128::coeff1 |
Definition at line 214 of file arith.internal.h.
| unsigned int AR_MIPS_128::coeff1l |
Definition at line 220 of file arith.internal.h.
| unsigned int AR_MIPS_128::coeff2 |
Definition at line 215 of file arith.internal.h.
| unsigned int AR_MIPS_128::coeff2l |
Definition at line 221 of file arith.internal.h.
| unsigned int AR_MIPS_128::coeff3 |
Definition at line 216 of file arith.internal.h.
| unsigned int AR_MIPS_128::coeff3l |
Definition at line 222 of file arith.internal.h.
| unsigned int AR_MIPS_128::expo |
Definition at line 212 of file arith.internal.h.
Referenced by AR_one(), and AR_status().
| unsigned int AR_MIPS_128::expol |
Definition at line 218 of file arith.internal.h.
Referenced by AR_status().
| unsigned int AR_MIPS_128::sign |
Definition at line 211 of file arith.internal.h.
Referenced by AR_abs(), ar_negate_float(), and AR_status().
| unsigned int AR_MIPS_128::signl |
Definition at line 217 of file arith.internal.h.
Referenced by AR_abs(), and ar_negate_float().
1.6.1