Home
last modified time | relevance | path

Searched refs:pstep (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Derase_iter.pass.cpp84 int pstep = std::max(N / std::max(std::min(N, 10), 1), 1); in testN() local
85 for (int p = 0; p < N; p += pstep) in testN()
Derase_iter_iter.pass.cpp87 int pstep = std::max(N / std::max(std::min(N, 10), 1), 1); in testN() local
88 for (int p = 0; p <= N; p += pstep) in testN()
/external/lua/src/
Dlvm.c1217 TValue *pstep = ra + 2; in luaV_execute() local
1220 if (ttisinteger(init) && ttisinteger(pstep) && in luaV_execute()
1221 forlimit(plimit, &ilimit, ivalue(pstep), &stopnow)) { in luaV_execute()
1225 setivalue(init, intop(-, initv, ivalue(pstep))); in luaV_execute()
1232 if (!tonumber(pstep, &nstep)) in luaV_execute()
1234 setfltvalue(pstep, nstep); in luaV_execute()