Lines Matching refs:one
657 ir_constant *one = new(ir) ir_constant(1.0, op2->type->vector_elements);
672 ir->operands[2] = mul(sub(one, op2->clone(ir, NULL)), op0);
687 ir_constant *one = new(ir) ir_constant(1.0, ir->operands[0]->type->vector_elements);
697 ir->operands[1] = csel(nequal(frtemp, zero), one, zero->clone(ir, NULL));
737 ir_constant *one = new(ir) ir_constant(1.0, ir->operands[0]->type->vector_elements);
756 sub(t2, one));
774 ir_constant *one = new(ir) ir_constant(1.0, arg->type->vector_elements);
792 one));
806 ir_constant *one = new(ir) ir_constant(1.0, arg->type->vector_elements);
815 one,
1219 * For a value of zero or negative one, -1 will be returned.