Searched refs:BITS_PER_PART (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gmp/
H A Dextract-dbl.c41 #define BITS_PER_PART 64 /* somewhat bogus */ macro
44 #define BITS_PER_PART GMP_LIMB_BITS macro
73 #if BITS_PER_PART == 64 /* generalize this to BITS_PER_PART > BITS_IN_MANTISSA */
89 #if BITS_PER_PART == 32
106 #if BITS_PER_PART != 32 && BITS_PER_PART != 64
144 d *= (4.0 * ((unsigned long int) 1 << (BITS_PER_PART - 2)));
145 #if BITS_PER_PART == 64
148 #if BITS_PER_PART
[all...]

Completed in 32 milliseconds