#include <arith.internal.h>
Public Attributes | |
| unsigned int | ar_high_mode_bits1: 16 |
| unsigned int | ar_high_mode_bits2: 16 |
| unsigned int | ar_unused_mode_bits: 19 |
| unsigned int | ar_truncate_bits: 6 |
| unsigned int | ar_128bit_format: 1 |
| unsigned int | ar_denorms_trap: 1 |
| unsigned int | ar_underflow_mode: 2 |
| unsigned int | ar_rounding_mode: 2 |
| unsigned int | ar_float_format: 1 |
Definition at line 323 of file arith.internal.h.
| unsigned int ar_state_info::ar_128bit_format |
Definition at line 328 of file arith.internal.h.
Referenced by AR_get_128bit_format(), open_arith_file(), and open_intrinsics_file().
| unsigned int ar_state_info::ar_denorms_trap |
Definition at line 329 of file arith.internal.h.
Referenced by ar_i128to64(), ar_i64to32(), ar_ifadd128(), ar_ifadd32(), ar_ifadd64(), ar_ifdiv128(), ar_ifdiv32(), ar_ifdiv64(), ar_ifmul128(), ar_ifmul32(), ar_ifmul64(), ar_isqrt64(), and open_arith_file().
| unsigned int ar_state_info::ar_float_format |
Definition at line 332 of file arith.internal.h.
Referenced by ar_clear_sim_state(), AR_get_floating_point_format(), ar_sim(), open_arith_file(), and open_intrinsics_file().
| unsigned int ar_state_info::ar_high_mode_bits1 |
Definition at line 324 of file arith.internal.h.
| unsigned int ar_state_info::ar_high_mode_bits2 |
Definition at line 325 of file arith.internal.h.
| unsigned int ar_state_info::ar_rounding_mode |
Definition at line 331 of file arith.internal.h.
Referenced by AR_convert_float_to_str(), AR_get_rounding_mode(), AR_set_rounding_mode(), AR_set_state_register(), ar_sim(), open_arith_file(), and open_intrinsics_file().
| unsigned int ar_state_info::ar_truncate_bits |
Definition at line 327 of file arith.internal.h.
Referenced by AR_add(), ar_cfdiv64(), ar_CRAY_64_trunc(), AR_CRAY_64_trunc_bits(), ar_multiply_float(), ar_sim(), and AR_subtract().
| unsigned int ar_state_info::ar_underflow_mode |
Definition at line 330 of file arith.internal.h.
Referenced by AR_get_underflow_mode(), ar_i128norm(), ar_i32norm(), ar_i64norm(), AR_set_state_register(), AR_set_underflow_mode(), open_arith_file(), and open_intrinsics_file().
| unsigned int ar_state_info::ar_unused_mode_bits |
Definition at line 326 of file arith.internal.h.
Referenced by AR_get_state_register(), and AR_set_state_register().
1.6.1