Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDreal.c434 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
600 if (dexp >= SIGNIFICAND_BITS) in do_add()
1005 else if (REAL_EXP (r) < SIGNIFICAND_BITS) in do_fix_trunc()
1006 clear_significand_below (r, SIGNIFICAND_BITS - REAL_EXP (r)); in do_fix_trunc()
1611 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1646 SET_REAL_EXP (&u, SIGNIFICAND_BITS - 1); in real_to_decimal_for_mode()
1671 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1917 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
1991 int pos = SIGNIFICAND_BITS - 4, d; in real_from_string()
2018 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
[all …]
HDreal.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)
/dragonfly/contrib/gcc-4.7/gcc/
HDreal.c445 int i, bit = SIGNIFICAND_BITS - 1; in div_significands()
603 if (dexp >= SIGNIFICAND_BITS) in do_add()
988 else if (REAL_EXP (r) < SIGNIFICAND_BITS) in do_fix_trunc()
989 clear_significand_below (r, SIGNIFICAND_BITS - REAL_EXP (r)); in do_fix_trunc()
1555 max_digits = SIGNIFICAND_BITS * M_LOG10_2; in real_to_decimal_for_mode()
1590 SET_REAL_EXP (&u, SIGNIFICAND_BITS - 1); in real_to_decimal_for_mode()
1615 - (SIGNIFICAND_BITS - 1)); in real_to_decimal_for_mode()
1863 digits = SIGNIFICAND_BITS / 4; in real_to_hexadecimal()
1937 int pos = SIGNIFICAND_BITS - 4, d; in real_from_string()
1964 if (pos == SIGNIFICAND_BITS - 4) in real_from_string()
[all …]
HDreal.h37 #define SIGNIFICAND_BITS (128 + HOST_BITS_PER_LONG) macro
40 #define SIGSZ (SIGNIFICAND_BITS / HOST_BITS_PER_LONG)
71 #define REAL_VALUE_TYPE_SIZE (SIGNIFICAND_BITS + 32)