HomeSort by: relevance | last modified time | path
    Searched refs:MP_DIGIT_MAX (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/isl/dist/imath/
imath.h 49 # define MP_DIGIT_MAX (UINT16_MAX * 1UL)
54 # define MP_DIGIT_MAX (UINT32_MAX * UINT64_C(1))
imath.c 1847 w = ((mp_word)MP_DIGIT_MAX + 1 + /* MP_RADIX */
1857 w = ((mp_word)MP_DIGIT_MAX + 1 + /* MP_RADIX */
2054 w += MP_DIGIT_MAX; /* MP_RADIX */
2270 w = ((mp_word)MP_DIGIT_MAX + 1) - w - (mp_word)*zp;
2276 w = ((mp_word)MP_DIGIT_MAX + 1 + hi) - w - (mp_word)*zp;
2595 if (qhat > MP_DIGIT_MAX) qhat = MP_DIGIT_MAX;
2644 warning, qhat has been clamped to MP_DIGIT_MAX
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
tommath.h 134 #define MP_DIGIT_MAX MP_MASK
  /src/external/mit/isl/dist/
isl_int_sioimath.h 521 result = result * (double) ((uintmax_t) MP_DIGIT_MAX + 1) +

Completed in 27 milliseconds