Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/test/
H A Dmathtest.c328 * 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 */ member
362 "errno", "errno_in", "error", "func", "maybeerror", "maybestatus", "op1", "op1i", "op1r", "op2", "op2i", "op2r",
778 n = do_op(q,ret.op1r,"op1r",2,argtype); in parsetest()
1018 DO_DOP(d_arg1,op1r); in runtest()
1020 s_arg1.i = t.op1r[0]; s_arg2.i = t.op2r[0]; in runtest()
1032 if (is_double_argtype(t.func->argtype) && is_dhard(t.op1r)) in runtest()
1036 if (is_single_argtype(t.func->argtype) && is_shard(t.op1r)) in runtest()
[all...]

Completed in 2 milliseconds