Lines Matching refs:left
672 "bad assignment: left side must be scale, ibase, "
707 "POSIX requires the left brace be on the same line as the function header",
1290 return bc_vm_verr(BC_ERROR_MATH_OVERFLOW, "shifted left too far");
3140 uchar left = BC_PARSE_OP_LEFT(type);
3148 if (l >= r && (l != r || !left)) break;
5007 BcResult *left, *right, res;
5011 s = bc_program_assignPrep(p, &left, &l, &right, &r);
5014 ib = (left->t == BC_RESULT_IBASE);
5015 sc = (left->t == BC_RESULT_SCALE);
5023 if (ib || sc || left->t == BC_RESULT_OBASE) {
5031 e = left->t - BC_RESULT_IBASE + BC_ERROR_EXEC_IBASE;