Lines Matching defs:op1r
328 * keywords are: func size op1 op2 result res2 errno op1r op1i op2r op2i resultr resulti
330 * op1 equivalent to op1r, same with op2 and result
335 unsigned op1r[2]; /* real part, also used for non-complex numbers */
362 "errno", "errno_in", "error", "func", "maybeerror", "maybestatus", "op1", "op1i", "op1r", "op2", "op2i", "op2r",
778 n = do_op(q,ret.op1r,"op1r",2,argtype);
1018 DO_DOP(d_arg1,op1r);
1020 s_arg1.i = t.op1r[0]; s_arg2.i = t.op2r[0];
1032 if (is_double_argtype(t.func->argtype) && is_dhard(t.op1r))
1036 if (is_single_argtype(t.func->argtype) && is_shard(t.op1r))
1276 if (t.op1r[0] & 0x80000000) {