Home | History | Annotate | Download | only in include

Lines Matching refs:GMP_NAIL_BITS

35 #define GMP_NAIL_BITS                      0
37 #define GMP_NUMB_BITS (GMP_LIMB_BITS - GMP_NAIL_BITS)
38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
1689 #if GMP_NAIL_BITS == 0
1749 #if GMP_NAIL_BITS == 0 || defined (_LONG_LONG_LIMB)
1952 #if GMP_NAIL_BITS == 0
1991 #if GMP_NAIL_BITS >= 1