/src/usr.bin/make/unit-tests/ |
cond-cmp-string.exp | 5 make: cond-cmp-string.mk:118: Comparison with "<" requires both operands "string" and "string" to be numeric 6 make: cond-cmp-string.mk:126: Comparison with "<=" requires both operands "string" and "string" to be numeric 7 make: cond-cmp-string.mk:134: Comparison with ">" requires both operands "string" and "string" to be numeric 8 make: cond-cmp-string.mk:142: Comparison with ">=" requires both operands "string" and "string" to be numeric
|
cond-cmp-numeric.exp | 2 make: cond-cmp-numeric.mk:15: Comparison with ">" requires both operands "INF" and "1e100" to be numeric 4 make: cond-cmp-numeric.mk:21: Comparison with ">" requires both operands "NaN" and "NaN" to be numeric 12 make: cond-cmp-numeric.mk:54: Comparison with "<" requires both operands "123 " and "124" to be numeric
|
cond-cmp-numeric.mk | 14 # expect+1: Comparison with ">" requires both operands "INF" and "1e100" to be numeric 20 # expect+1: Comparison with ">" requires both operands "NaN" and "NaN" to be numeric 25 # Since NaN is not parsed as a number, both operands are interpreted 53 # expect+1: Comparison with "<" requires both operands "123 " and "124" to be numeric
|
cond-op-parentheses.exp | 1 make: cond-op-parentheses.mk:22: Comparison with ">" requires both operands "3" and "(2" to be numeric
|
cond-short.exp | 10 make: cond-short.mk:231: Comparison with "<" requires both operands "" and "42" to be numeric
|
cond-op-and.mk | 28 # of its operands is evaluated. 32 # Test combinations of outer '||' with inner '&&', to ensure that the operands
|
cond-op-or.mk | 28 # of its operands is evaluated. 32 # Test combinations of outer '&&' with inner '||', to ensure that the operands
|
cond-cmp-string.mk | 117 # expect+1: Comparison with "<" requires both operands "string" and "string" to be numeric 125 # expect+1: Comparison with "<=" requires both operands "string" and "string" to be numeric 133 # expect+1: Comparison with ">" requires both operands "string" and "string" to be numeric 141 # expect+1: Comparison with ">=" requires both operands "string" and "string" to be numeric
|
cond-op-parentheses.mk | 21 # expect+1: Comparison with ">" requires both operands "3" and "(2" to be numeric
|
varmod-ifelse.exp | 20 make: varmod-ifelse.mk:162: Comparison with ">=" requires both operands "no" and "10" to be numeric
|
cond-short.mk | 230 # expect+1: Comparison with "<" requires both operands "" and "42" to be numeric
|
varmod-ifelse.mk | 160 # expect+2: Comparison with ">=" requires both operands "no" and "10" to be numeric
|
/src/usr.sbin/gspa/gspa/ |
gsp_gram.y | 73 %type <y_opnd> operand, operands, ea 78 line : label ID operands { statement($2, $3); } 79 | ID operands { statement($1, $2); } 90 operands : /* empty */ { $$ = NULL; } label 92 | operands ',' operand { $$ = add_operand($1, $3); }
|
gsp_ass.h | 149 void pseudo(int code, operand operands); 160 void statement(char *opcode, operand operands);
|
gsp_inst.c | 62 #define NOP 0 /* no operands */ 258 void do_statement(char *opcode, operand operands); 263 statement(char *opcode, operand operands) 265 do_statement(opcode, operands); 266 free_operands(operands); 270 do_statement(char *opcode, operand operands) 292 pseudo(ip->opcode, operands); 296 /* Check correspondence of operands with instruction requirements */ 299 for( op = operands; op != NULL; op = op->next ){ 319 perr("Insufficient operands"); [all...] |
/src/regress/lib/libc/ieeefp/testfloat/ |
testfloat.c | 90 int8 operands, roundingPrecision, roundingMode; local in function:main 105 operands = 0; 247 operands = 1; 252 operands = 2; 257 operands = 0; 296 if ( operands == 1 ) { 308 else if ( operands == 2 ) {
|
/src/lib/libintl/ |
plural_parser.c | 370 struct parser_element *operands[MAX_NUM_OPERANDS]; member in struct:parser_op 417 pe->u.parser_op.operands[i] = NULL; 429 if (pe->u.parser_op.operands[i]) 431 pe->u.parser_op.operands[i]); 527 pelem->u.parser_op.operands[0] = dup_parser_element(&pe0); 570 peop.u.parser_op.operands[0] = dup_parser_element(&pe0); 572 peop.u.parser_op.operands[1] = dup_parser_element(&pe1); 627 pelem->u.parser_op.operands[0] = dup_parser_element(&pe0); 628 pelem->u.parser_op.operands[1] = dup_parser_element(&pe1); 629 pelem->u.parser_op.operands[2] = dup_parser_element(&pe2) [all...] |
/src/lib/libc/softfloat/ |
timesoftfloat.c | 2486 int8 operands, roundingPrecision, roundingMode, tininessMode; local in function:main 2491 operands = 0; 2577 operands = 1; 2582 operands = 2; 2587 operands = 0; 2611 else if ( operands == 1 ) { 2621 else if ( operands == 2 ) {
|
/src/sys/arch/m68k/060sp/dist/ |
isp.s | 893 # uses byte-sized operands, only handle word and long operations. # 1870 # _dmem_read_long(): read operands # 1871 # _dmem_read_word(): read operands # 1886 # word, or longword sized operands. Then, in the interest of # 1887 # simplicity, all operands are converted to longword size whether the # 2074 # If the operands are signed, make them unsigned and save the # 2512 # If the operands are signed, make them unsigned and save the # 2553 # if the operation is to be signed, then the operands are converted 2591 # load temp registers with operands 2660 # one or both of the operands is zero so the result is also zero [all...] |
fplsp.doc | 109 addq.l &0x8,%sp # clear operands from stack 111 Again, the result is returned in fp0. Note that BOTH operands
|
ilsp.s | 94 # If the operands are signed, make them unsigned and save the # 555 # load temp registers with operands 613 # one or both of the operands is zero so the result is also zero. 681 # load temp registers with operands 750 # one or both of the operands is zero so the result is also zero. 787 # In the interest of simplicity, all operands are converted to #
|
/src/sys/arch/vax/vax/ |
emulate.S | 381 cmpl %r0,%r2 # if signs of operands are not equal 384 subl2 %r1,%r9 # %r9 = "addition" of operands high nibble 488 Laddp4_same: # operands are of the same sign
|
unimpl_emul.S | 37 # Defines to fetch register operands
|
/src/usr.bin/xlint/lint1/ |
README.md | 84 (`op_t`) and their operands (`tnode_t`).
|
/src/sys/arch/mips/mips/ |
bds_emul.S | 545 bal bcemul_special_2src_prologue # grab operands and do it.
|