Searched refs:expected (Results 151 - 175 of 199) sorted by relevance

12345678

/barrelfish-2018-10-04/usr/tests/msun/
H A Dnext_test.c232 _testl(const char *exp, int line, long double actual, long double expected, argument
238 if (!fpequal(actual, expected)) {
240 line, exp, actual, expected);
/barrelfish-2018-10-04/usr/tests/sdmatest/
H A Dsdmatest.c73 uint32_t expected = (iterate) ? i : val; local
74 if(fillbuf[i] != expected) {
75 USER_PANIC("Invalid word 0x%08x at offset %zu, expected 0x%08x\n",
76 fillbuf[i], i, expected);
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dread.pl70 syntax_error([operator,expected,after,expression], S).
74 % reads the next token, checking that it is the one expected, and
80 syntax_error([Token,or,operator,expected], S0).
124 syntax_error([expression,expected], []).
198 syntax_error([', or )',expected,in,arguments], S).
212 syntax_error([', | or ]',expected,in,list], S).
H A Ddistfix.pl108 syntax_error([operator,expected,after,expression], S).
112 % reads the next token, checking that it is the one expected, and
118 syntax_error([Token,or,operator,expected], S0).
162 syntax_error([expression,expected], []).
244 syntax_error([', or )',expected,in,arguments], S).
258 syntax_error([', | or ]',expected,in,list], S).
/barrelfish-2018-10-04/lib/mdb/
H A Dmdb_tree.c295 // build expected end root for current node
307 // build expected end for current node. this is complex because the root
511 mdb_level_t expected; local
513 expected = 0;
516 expected = MIN(N(N(node)->left)->level, N(N(node)->right)->level) + 1;
519 if (expected < N(node)->level) {
520 N(node)->level = expected;
521 if (N(node)->right && expected < N(N(node)->right)->level) {
522 N(N(node)->right)->level = expected;
991 // "predecessor" into a O(log(n)) operation, instead of the expected
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumscmdlineopts.tex43 The file name is expected to be in the operating system's syntax.
H A Dumsdynamic.tex167 the system behaves as expected, the existing clauses
H A Dumscompiler.tex852 as its first argument, and is expected to return a replacement goal
977 the compiler is expected to recognise this and generate code
1209 to check if the predicate was compiled as expected.
H A Dumsparallel.tex239 then the other. The order is unspecified. It is however, expected
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dreal.tex347 found. If it is expected that there a finite number of discrete solutions,
350 solutions are expected to lie in a continuous region,
H A Dsetsolver.tex241 In most positions where a set or set variable is expected one can also
H A Dprolog.tex1051 arguments do not conform to the expected pattern. An example is the
1061 The expected usage assumes both \verb'Item' and the list are ground. In
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dsparccpuid.S187 ! applies at least to Linux and FreeBSD... Feedback expected...
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dfdsets.tex205 In most positions where a set or set variable is expected one can also
H A Dmp.tex97 a single message pair exchange), both client and server are expected to
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dflounder-ahci.tex164 When parameter analysis indicates a \acs{dma} transfer is expected, the
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dtest_util.pl96 print a message for every test pattern that does not behave as expected.
H A Dtracer_tty.pl789 % does not print RawNewTerm as expected
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembsumcxx.tex271 expected type, and calls its free-method. After doing that, the
H A Dembtcl.tex677 expected to read and empty the queue.
680 expected to write data into the queue.
H A Dembremote.tex381 The handler is expected to read the data off the queue and process it.
388 case, the handler is expected to generate the data and write the data onto
1205 expected to eventually handed back control implicitly to {\eclipse}, and
H A Dembremoteproto.tex194 \item It is expected that the future versions of the protocol will remain
522 \item any accompanying actions expected with the message. These actions are
530 is expected.
/barrelfish-2018-10-04/doc/009-notifications/
H A DNotify.tex67 which (in the expected case) the receiver is actively polling. The
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_compile.c488 "assertion expected after (?( or (?(?C)\0"
501 "closing ) for (?C expected\0"
529 "subpattern name expected\0"
530 "digit expected after (?+\0"
6874 *errorcodeptr = ERR28; /* Assertion expected */
/barrelfish-2018-10-04/usr/eclipseclp/Mercury/
H A Dm_map.pl948 for lookups, with few or no modifications to be expected.

Completed in 259 milliseconds

12345678