Home
last modified time | relevance | path

Searched refs:SIGNIFICAND_BITS (Results 1 – 25 of 79) sorted by relevance

1234

/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/src/float/
H A Dmod.rs44 const SIGNIFICAND_BITS: u32; const
47 const EXPONENT_BITS: u32 = Self::BITS - Self::SIGNIFICAND_BITS - 1;
115 const SIGNIFICAND_BITS: u32 = $significand_bits; const
118 const SIGNIFICAND_MASK: Self::Int = (1 << Self::SIGNIFICAND_BITS) - 1;
119 const IMPLICIT_BIT: Self::Int = 1 << Self::SIGNIFICAND_BITS;
139 ((self.to_bits() & Self::EXPONENT_MASK) >> Self::SIGNIFICAND_BITS) as Self::ExpInt
153 | ((exponent << Self::SIGNIFICAND_BITS) & Self::EXPONENT_MASK)
160 .wrapping_sub((Self::Int::ONE << Self::SIGNIFICAND_BITS).leading_zeros());
H A Dextend.rs18 let src_sign_bits = F::SIGNIFICAND_BITS; in extend()
28 let dst_sign_bits = R::SIGNIFICAND_BITS; in extend()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dreal.c437 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
603 if (dexp >= SIGNIFICAND_BITS) in do_add()
1674 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1920 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2021 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2109 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2605 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2668 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
5023 SIGNIFICAND_BITS - 2,
5024 SIGNIFICAND_BITS - 2,
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dreal.c437 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
603 if (dexp >= SIGNIFICAND_BITS) in do_add()
1674 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1920 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2021 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2109 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2605 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2668 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
5021 SIGNIFICAND_BITS - 2,
5022 SIGNIFICAND_BITS - 2,
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dreal.c437 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
603 if (dexp >= SIGNIFICAND_BITS) in do_add()
1674 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1920 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2021 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2109 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2605 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2668 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
5021 SIGNIFICAND_BITS - 2,
5022 SIGNIFICAND_BITS - 2,
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dreal.c437 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
603 if (dexp >= SIGNIFICAND_BITS) in do_add()
1674 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1920 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2021 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2109 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2605 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2668 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
5021 SIGNIFICAND_BITS - 2,
5022 SIGNIFICAND_BITS - 2,
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dreal.c437 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
603 if (dexp >= SIGNIFICAND_BITS) in do_add()
1674 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1920 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2021 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2109 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2605 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2668 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
5023 SIGNIFICAND_BITS - 2,
5024 SIGNIFICAND_BITS - 2,
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dreal.c437 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
603 if (dexp >= SIGNIFICAND_BITS) in do_add()
1674 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1920 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2021 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2109 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2605 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2668 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
5021 SIGNIFICAND_BITS - 2,
5022 SIGNIFICAND_BITS - 2,
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dreal.c437 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
603 if (dexp >= SIGNIFICAND_BITS) in do_add()
1674 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1920 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2021 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2109 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2605 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2668 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
5021 SIGNIFICAND_BITS - 2,
5022 SIGNIFICAND_BITS - 2,
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreal.h37 #define SIGNIFICAND_BITS (128 + HOST_BITS_PER_LONG) macro
40 #define SIGSZ (SIGNIFICAND_BITS / HOST_BITS_PER_LONG)
62 #define REAL_VALUE_TYPE_SIZE (SIGNIFICAND_BITS + 32)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dreal.h37 #define SIGNIFICAND_BITS (128 + HOST_BITS_PER_LONG) macro
40 #define SIGSZ (SIGNIFICAND_BITS / HOST_BITS_PER_LONG)
62 #define REAL_VALUE_TYPE_SIZE (SIGNIFICAND_BITS + 32)
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dreal.h53 #define SIGNIFICAND_BITS (128 + HOST_BITS_PER_LONG) macro
56 #define SIGSZ (SIGNIFICAND_BITS / HOST_BITS_PER_LONG)
90 #define REAL_VALUE_TYPE_SIZE (SIGNIFICAND_BITS + 32)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dreal.c436 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
594 if (dexp >= SIGNIFICAND_BITS) in do_add()
1607 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1855 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
1956 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2044 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2324 mpfr_init2 (m, SIGNIFICAND_BITS); in dconst_e_ptr()
2493 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2556 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4753 SIGNIFICAND_BITS - 2,
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2106 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2602 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2665 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4881 SIGNIFICAND_BITS - 2,
4882 SIGNIFICAND_BITS - 2,
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2106 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2602 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2665 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4881 SIGNIFICAND_BITS - 2,
4882 SIGNIFICAND_BITS - 2,
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2106 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2602 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2665 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4881 SIGNIFICAND_BITS - 2,
4882 SIGNIFICAND_BITS - 2,
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2106 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2433 mpfr_init2 (m, SIGNIFICAND_BITS); in dconst_e_ptr()
2602 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2665 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4881 SIGNIFICAND_BITS - 2,
[all …]
H A Dreal.h33 #define SIGNIFICAND_BITS (128 + HOST_BITS_PER_LONG) macro
36 #define SIGSZ (SIGNIFICAND_BITS / HOST_BITS_PER_LONG)
67 #define REAL_VALUE_TYPE_SIZE (SIGNIFICAND_BITS + 32)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2106 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2433 mpfr_init2 (m, SIGNIFICAND_BITS); in dconst_e_ptr()
2602 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2665 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4881 SIGNIFICAND_BITS - 2,
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2106 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2433 mpfr_init2 (m, SIGNIFICAND_BITS); in dconst_e_ptr()
2602 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2665 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4857 SIGNIFICAND_BITS - 2,
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2106 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2433 mpfr_init2 (m, SIGNIFICAND_BITS); in dconst_e_ptr()
2602 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2665 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4881 SIGNIFICAND_BITS - 2,
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2106 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2433 mpfr_init2 (m, SIGNIFICAND_BITS); in dconst_e_ptr()
2602 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2665 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4881 SIGNIFICAND_BITS - 2,
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2106 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2433 mpfr_init2 (m, SIGNIFICAND_BITS); in dconst_e_ptr()
2602 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2665 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4881 SIGNIFICAND_BITS - 2,
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2106 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2433 mpfr_init2 (m, SIGNIFICAND_BITS); in dconst_e_ptr()
2602 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2665 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4881 SIGNIFICAND_BITS - 2,
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
2106 mpfr_init2 (m, SIGNIFICAND_BITS); in real_from_string()
2433 mpfr_init2 (m, SIGNIFICAND_BITS); in dconst_e_ptr()
2602 np2 = SIGNIFICAND_BITS - fmt->p; in real_maxval()
2665 np2 = SIGNIFICAND_BITS - p2; in round_for_format()
4857 SIGNIFICAND_BITS - 2,
[all …]

1234