HomeSort by relevance Sort by last modified time
    Searched refs:R_2 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/calib3d/src/
polynom_solver.cpp 144 double b_4 = 0.25 * b, R_2 = 0.5 * R;
149 x0 = R_2 + D_2 - b_4;
158 x0 = - R_2 + E_2 - b_4;
163 x2 = - R_2 + E_2 - b_4;
  /toolchain/binutils/binutils-2.25/include/opcode/
i960.h 77 #define R_2(opc) ( REG_OPC(opc) | M3 ) /* 2 ops: src1/src2 */
309 { R_2(0x5a0), "cmpo", I_BASE, REG, 2, { RSL,RSL, 0 } },
310 { R_2(0x5a1), "cmpi", I_BASE, REG, 2, { RSL,RSL, 0 } },
311 { R_2(0x5a2), "concmpo", I_BASE, REG, 2, { RSL,RSL, 0 } },
312 { R_2(0x5a3), "concmpi", I_BASE, REG, 2, { RSL,RSL, 0 } },
317 { R_2(0x5ac), "scanbyte", I_BASE, REG, 2, { RSL,RSL, 0 } },
318 { R_2(0x5ae), "chkbit", I_BASE, REG, 2, { RSL,RSL, 0 } },
360 { R_2(0x684), "cmpor", I_FP, REG, 2, { FL, FL, 0 } },
361 { R_2(0x685), "cmpr", I_FP, REG, 2, { FL, FL, 0 } },
374 { R_2(0x694), "cmporl", I_FP, REG, 2, { FL2,FL2, 0 } }
    [all...]

Completed in 148 milliseconds