Searched refs:WORD_MIN (Results 1 – 4 of 4) sorted by relevance
368 #define WORD_MIN LONG_MIN macro372 #define WORD_MIN INT_MIN macro
83 #define WORD_MIN(a, b) ((a) > (b) ? (b) : (a)) macro
668 qh = WORD_MIN(qh, HWORD_MASK); in _word_divrem()689 ql = WORD_MIN(ql, HWORD_MASK); in _word_divrem()
355 for (; cnt < WORD_MIN(WORD_BITS, exp); cnt = (bitcnt_t)(cnt << 1)) { in nn_modinv_2exp()