Searched refs:MAX_S_WORD (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dec_public.h104 #define MAX_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
115 #define MAX_S_WORD_1_DBL ((double)MAX_S_WORD+1.0)
H A Dbip_shelf.c287 if (pw->val.nint == MAX_S_WORD)
H A Dbip_delay.c914 (void) _collect_vars(vterm, tterm, MAX_S_WORD, 0, 0, 0, 2);
939 (void) _collect_vars(vterm, tterm, MAX_S_WORD, 0, 0, 0, 2);
961 (void) _collect_vars(vterm, tterm, MAX_S_WORD, 0, 0, 0, 1);
H A Demu_export.h1479 #define MAX_INVOC MAX_S_WORD
1480 #define MAX_DEPTH MAX_S_WORD
H A Dbip_store.c409 if (pelem->value.val.nint == MAX_S_WORD)
H A Dlex.c1551 if (iresult <= MAX_S_WORD/10 && ((iresult *= 10) <= MAX_S_WORD - c))
1700 if (!(flags & BIG) && iresult > MAX_S_WORD)
H A Dbip_arith.c139 if (x.nint == MAX_S_WORD) {
1277 Make_Integer(&result, MAX_S_WORD);
H A Dbigrat.c1065 if (in >= MIN_S_WORD && in <= MAX_S_WORD) {
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic.c1732 res.l >= ((double) MAX_S_WORD + 1.0)) {
2114 if (prop->inf_f_idx < MAX_S_WORD) {
2119 prop->inf_f_idx = MAX_S_WORD;
2158 if (prop->inf_e_idx < MAX_S_WORD) {
2163 prop->inf_e_idx = MAX_S_WORD;

Completed in 119 milliseconds