Searched refs:excess (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/bench/rcce/bt/
H A Dmake_set.c25 int p, i, j, c, dir, size, excess, ierr,ierrcode; local
105 excess = mod(grid_points(dir),p);
107 if (cell_coord(dir,c) <= excess) {
113 cell_low(dir,c) = excess*(size+1)+
114 (cell_coord(dir,c)-excess-1)*size;
/barrelfish-master/lib/acpica/source/tools/acpisrc/
H A Dasconvrt.c633 * DESCRIPTION: Remove "excess" blank lines - any more than 2 blank lines.
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic_probe_search.pl152 resource excess is greatest. Each such bottleneck has an associated
H A Dprobe_search.pl153 resource excess is greatest. Each such bottleneck has an associated
/barrelfish-master/lib/tommath/
H A Dtommath.tex233 no precision is lost while representing the result of an operation which requires excess precision. For example,
236 would truncate excess bits to maintain a fixed level of precision.
1055 there would be an excess high order zero digit.
1072 \textbf{Output}. Any excess leading zero digits of $a$ are removed \\
1167 algorithm. The digits of $a$ are copied over the digits of $b$ and any excess digits of $b$ are set to zero (step two
1195 After the aliases are established the digits from $a$ are copied into $b$ (lines 49 to 51) and then the excess
1197 fact the alias for $b$ is carried through into the second ``for'' loop to clear the excess digits. This optimization
1468 3. Clamp excess used digits (\textit{mp\_clamp}) \\
1494 as well as the call to mp\_clamp() on line 41. Both functions will clamp excess leading digits which keeps
1687 11. Clamp excess digit
[all...]
H A Dbn.tex548 When an mp\_int is in a state where it won't be changed again\footnote{A Diffie-Hellman modulus for instance.} excess
556 This will remove excess digits of the mp\_int $a$. If the operation fails the mp\_int should be intact without the
557 excess digits being removed. Note that you can use a shrunk mp\_int in further computations, however, such operations
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dprolog.tex1118 Another way to remove excess choice points is the conditional:

Completed in 67 milliseconds