Searched refs:middle (Results 1 - 20 of 20) sorted by relevance

/barrelfish-master/usr/drivers/lpc_kbd/
H A Dlpc_kbd.h25 bool left, bool middle, bool right);
H A Dmain.c40 bool left, bool middle, bool right)
45 left, middle, right);
39 mouse_event(int32_t xdelta, int32_t ydelta, bool left, bool middle, bool right) argument
/barrelfish-master/usr/bench/tenaciousd_bench/
H A Dtenaciousd_bench.c48 uint64_t middle = rdtsc(); local
49 durations[i][0] = middle - start;
55 durations[i][1] = end - middle;
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dmenu.tcl359 frame .workers.middle
361 pack .workers.middle -side top -expand yes -pady .5c
369 pack .workers.label -in .workers.middle -side top -anchor w
370 pack .workers.down -in .workers.middle -side left -padx .25c
371 pack .workers.scale -in .workers.middle -side left
372 pack .workers.up -in .workers.middle -side left -padx .25c
H A Dbranch_and_bound.pl502 % Gap size between Delta and 2*Delta: split in the middle,
/barrelfish-master/usr/eclipseclp/ecrc_solvers/propia/
H A Dzebra.pl19 Milk is drunk in the middle house.
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dsearch.tex483 Chess players know that pieces in the middle of the board are more
485 placing queens in the middle of the board to reduce the number of
487 variables such that the middle ones are first in the list:
495 The implementation of middle\_first/2 requries a bit of list manipulation
496 \index{middle-first}
511 When we pre-order the variables such that the middle ones are first,
513 the delete/5 predicate will prefer middle variables when several
528 We start placing queens in the middle columns, but not on the middle rows.
530 ie.\ setting the variables to values in the middle o
[all...]
H A Dtkdebug.tex217 the middle of the tool are for debugger commands. Try pressing
/barrelfish-master/usr/eclipseclp/documents/search/
H A Dsearch.tex478 Chess players know that pieces in the middle of the board are more
480 placing queens in the middle of the board to reduce the number of
482 variables such that the middle ones are first in the list:
490 The implementation of middle\_first/2 requries a bit of list manipulation
505 When we pre-order the variables such that the middle ones are first,
506 the deleteff/3 predicate will prefer middle variables when several
521 We start placing queens in the middle columns, but not on the middle rows.
523 ie.\ setting the variables to values in the middle of their domain.
524 We therefore invent a variant of indomain/1 called middle\_firs
[all...]
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dxml_utilities.pl347 "middot"-[183], % middle dot = Georgian comma
/barrelfish-master/doc/026-device-queues/
H A Ddevif.tex72 nobreak=true% prevent page breaks in the middle of mystyle
679 If the buffer is in the middle of the chunk, we split the memory chunk
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dic.tex1048 If it is set to {\em lin} then the split is in the arithmetic middle.
1353 from the middle of a domain. Such removals only happen for integer
H A Dextfd.tex1586 Milk is drunk in the middle house.
H A Dobsman.tex1692 Milk is drunk in the middle house.
/barrelfish-master/lib/tommath/
H A Dtommath.tex1247 finally the carries are propagated. In this example the middle column production phase will typically be nested as it
2941 By adding the first and last equation to the equation in the middle the term $w_1$ can be isolated and all three coefficients solved for. The simplicity
2970 Calculate the middle term. \\
3457 Compute the middle term. \\
3478 The radix point for squaring is simply placed exactly in the middle of the digits when the input has an odd number of digits, otherwise it is
3479 placed just below the middle. Step 3, 4 and 5 compute the two halves required using $B$
3482 By expanding $\left (x1 + x0 \right )^2$, the $x1^2$ and $x0^2$ terms in the middle disappear, that is $(x0 - x1)^2 - (x1^2 + x0^2) = 2 \cdot x0 \cdot x1$.
3502 This results in a cutoff point around $n = 2$. As a consequence it is actually faster to compute the middle term the ``long way'' on processors
5156 \item When $mode = 2$ the algorithm is in the middle of forming a window and new bits are appended to the window from the most significant bit
H A Dbn.tex252 function per source file and often I use a ``middle-road'' approach where I don't cut corners for an extra 2\% speed
/barrelfish-master/doc/008-tracing/
H A DTracing.tex418 arise come from the fact that it is possible that Bfscope flushes in the middle
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsdebug.tex612 switch on the debugger in the middle of a program. They execute their
632 It is also possible to enable the debugger in the middle of execution
/barrelfish-master/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex1261 middle of a program, as shown by query 5.
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex619 If we miss an argument on one of the clauses in the middle, the compiler will create an error message about {\it non consecutive clauses}\index{non consecutive clauses}. But if we miss an argument for either the first or the last clause, the compiler will just treat this as another predicate definition with the same name, but a different arity. Errors of this form are very hard to spot.

Completed in 151 milliseconds