Lines Matching refs:iout
168 integer ipit, iout, i__, icorf, index, ivoic, ixcor, i1, i2, i4; in decode_() local
385 ham84_(&index, &iout, &errcnt); in decode_()
387 if (iout >= 0) { in decode_()
388 drms[1] = (iout << 1) + lsb; in decode_()
399 ham84_(&index, &iout, &errcnt); in decode_()
400 if (iout >= 0) { in decode_()
401 iout = (iout << 1) + lsb; in decode_()
402 if ((iout & 16) == 16) { in decode_()
403 iout += -32; in decode_()
406 iout = drc[(5 - i__) * 3 - 1]; in decode_()
408 drc[(5 - i__) * 3 - 2] = iout; in decode_()