HomeSort by relevance Sort by last modified time
    Searched refs:GMP_NUMB_MASK (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
39 #define GMP_NUMB_MAX GMP_NUMB_MASK
40 #define GMP_NAIL_MASK (~ GMP_NUMB_MASK)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
39 #define GMP_NUMB_MAX GMP_NUMB_MASK
40 #define GMP_NAIL_MASK (~ GMP_NUMB_MASK)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
39 #define GMP_NUMB_MAX GMP_NUMB_MASK
40 #define GMP_NAIL_MASK (~ GMP_NUMB_MASK)
    [all...]

Completed in 76 milliseconds