Searched defs:fullstep (Results 1 – 4 of 4) sorted by relevance
310 …for (m_off_t fullstep = offset - current; fullstep > 0; ) // 500G or more and the step doesn't fi… in genfingerprint() local
669 cl_int fullstep = (1 << log_scale); in SampleImageD() local1575 cl_int fullstep = (1 << log_scale); in SampleImageD() local
69 static const u_char fullstep[] = { 0x09, 0x0C, 0x06, 0x03 }; variable
1180 casadi_int Blocksqp::fullstep(BlocksqpMemory* m) const { in fullstep() function in casadi::Blocksqp