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

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dec_public.h105 #define MIN_S_WORD ((word) SIGN_BIT) macro
110 * as long as MIN_S_WORD is a power of 2 and MAX_S_WORD is one less than a
114 #define MIN_S_WORD_DBL ((double)MIN_S_WORD)
H A Dbigrat.c151 && ((mp_limb_t *) BufferStart(pw))[0] == MIN_S_WORD)
660 if (mpi->_mp_d[0] < MIN_S_WORD) {
667 if (mpi->_mp_d[0] <= MIN_S_WORD) {
691 if (i <= (mp_limb_t) MIN_S_WORD) {
697 if (i < (mp_limb_t) MIN_S_WORD) {
1065 if (in >= MIN_S_WORD && in <= MAX_S_WORD) {
1411 Make_Integer(pres, MIN_S_WORD);
1634 if (v1.nint == MIN_S_WORD)
1637 Push_Big_PosInt(MIN_S_WORD);
H A Dbip_arith.c1033 if (x == MIN_S_WORD) return INTEGER_OVERFLOW;
1269 Make_Integer(&result, MIN_S_WORD);
1634 if (n2 == MIN_S_WORD) {
1649 if (v1.nint == MIN_S_WORD)
H A Demu.c7420 if ((tmp1 = -pw1->val.nint) == MIN_S_WORD) {
7505 if (tmp1 == MIN_S_WORD || /* maybe */
7593 if (pw1->val.nint == MIN_S_WORD && pw2->val.nint == -1)
7624 (/* pw1->val.nint == MIN_S_WORD && */ pw2->val.nint == -1) ? 0 :
7651 if (pw1->val.nint == MIN_S_WORD && pw2->val.nint == -1)
7688 } else if (/* pw1->val.nint == MIN_S_WORD && */ pw2->val.nint == -1) {
H A Dwrite.c1916 if (number == MIN_S_WORD) /* special case -2^(wordsize-1) */
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dic.c1731 if (res.l < (double) MIN_S_WORD ||

Completed in 119 milliseconds