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

/netbsd-current/external/lgpl3/gmp/dist/
H A Dextract-dbl.c49 #define BITS_PER_PART 64 /* somewhat bogus */ macro
52 #define BITS_PER_PART GMP_LIMB_BITS macro
81 #if BITS_PER_PART == 64 /* generalize this to BITS_PER_PART > BITS_IN_MANTISSA */
97 #if BITS_PER_PART == 32
114 #if BITS_PER_PART != 32 && BITS_PER_PART != 64
152 d *= (4.0 * ((unsigned long int) 1 << (BITS_PER_PART - 2)));
153 #if BITS_PER_PART == 64
156 #if BITS_PER_PART
[all...]

Completed in 134 milliseconds