Searched refs:temp_rhs (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DAPFloat.cpp1409 APFloat temp_rhs(rhs);
1413 reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan;
1416 lost_fraction = temp_rhs.shiftSignificandRight(bits - 1);
1421 temp_rhs.shiftSignificandLeft(1);
1426 carry = temp_rhs.subtractSignificand
1428 copySignificand(temp_rhs);
1432 (temp_rhs, lost_fraction != lfExactlyZero);
1448 APFloat temp_rhs(rhs);
1450 lost_fraction = temp_rhs.shiftSignificandRight(bits);
1451 carry = addSignificand(temp_rhs);
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_to_hir.cpp1309 ir_rvalue *temp_rhs = new(ctx) ir_expression(operations[this->oper], type, local
1314 op[0]->clone(ctx, NULL), temp_rhs, false,
1334 ir_rvalue *temp_rhs; local
1335 temp_rhs = new(ctx) ir_expression(operations[this->oper], type,
1340 op[0]->clone(ctx, NULL), temp_rhs, false,
1352 ir_rvalue *temp_rhs = new(ctx) ir_expression(operations[this->oper], local
1356 op[0]->clone(ctx, NULL), temp_rhs, false,
1369 ir_rvalue *temp_rhs = new(ctx) ir_expression(operations[this->oper], local
1373 op[0]->clone(ctx, NULL), temp_rhs, false,
1478 ir_rvalue *temp_rhs; local
1501 ir_rvalue *temp_rhs; local
[all...]
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp1309 ir_rvalue *temp_rhs = new(ctx) ir_expression(operations[this->oper], type, local
1314 op[0]->clone(ctx, NULL), temp_rhs, false,
1334 ir_rvalue *temp_rhs; local
1335 temp_rhs = new(ctx) ir_expression(operations[this->oper], type,
1340 op[0]->clone(ctx, NULL), temp_rhs, false,
1352 ir_rvalue *temp_rhs = new(ctx) ir_expression(operations[this->oper], local
1356 op[0]->clone(ctx, NULL), temp_rhs, false,
1369 ir_rvalue *temp_rhs = new(ctx) ir_expression(operations[this->oper], local
1373 op[0]->clone(ctx, NULL), temp_rhs, false,
1478 ir_rvalue *temp_rhs; local
1501 ir_rvalue *temp_rhs; local
[all...]

Completed in 225 milliseconds