HomeSort by relevance Sort by last modified time
    Searched refs:iteration (Results 1 - 25 of 542) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jemalloc/include/jemalloc/internal/
spin.h 11 unsigned iteration; member in struct:spin_s
32 spin->iteration = 0;
40 for (i = 0; i < (KQU(1) << spin->iteration); i++)
43 if (spin->iteration < 63)
44 spin->iteration++;
  /external/jemalloc_new/include/jemalloc/internal/
spin.h 7 unsigned iteration; member in struct:__anon25143
24 if (spin->iteration < 5) {
25 for (i = 0; i < (1U << spin->iteration); i++) {
28 spin->iteration++;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
RealConvergenceChecker.java 41 * This method may be called several time from the same algorithm iteration with
42 * different points. This can be detected by checking the iteration number at each
44 * correspond to points with the same role at each iteration, so they can be
48 * @param iteration index of current iteration
49 * @param previous point from previous iteration
50 * @param current point from current iteration
53 boolean converged(int iteration, RealPointValuePair previous, RealPointValuePair current);
VectorialConvergenceChecker.java 41 * This method may be called several time from the same algorithm iteration with
42 * different points. This can be detected by checking the iteration number at each
44 * correspond to points with the same role at each iteration, so they can be
48 * @param iteration index of current iteration
49 * @param previous point from previous iteration
50 * @param current point from current iteration
53 boolean converged(int iteration, VectorialPointValuePair previous, VectorialPointValuePair current);
  /external/autotest/client/site_tests/cellular_GobiUncleanDisconnect/
cellular_GobiUncleanDisconnect.py 13 def unclean_disconnect(self, iteration):
15 print 'Iteration %d: %d' % (iteration, rv)
22 for iteration in xrange(iterations):
23 self.unclean_disconnect(iteration)
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
div_s.cpp 103 Word16 iteration;
125 for (iteration = 15; iteration > 0; iteration--)
216 Word16 iteration; local
238 for (iteration = 5; iteration > 0; iteration--)
  /external/libhevc/common/arm/
ihevc_weighted_pred_uni.s 166 vld1.s16 {d2},[r5],r2 @load and increment the pi2_src_tmp ii iteration
170 vld1.s16 {d8},[r5],r2 @load and increment the pi2_src iii iteration
172 vmull.s16 q3,d2,d0[0] @vmull_n_s16(pi2_src_val2, (int16_t) wgt0) ii iteration
173 vld1.s16 {d9},[r5],r2 @load and increment the pi2_src_tmp iv iteration
176 vadd.i32 q3,q3,q15 @vaddq_s32(i4_tmp2_t, tmp_lvl_shift_t) ii iteration
178 vmull.s16 q5,d8,d0[0] @vmull_n_s16(pi2_src_val1, (int16_t) wgt0) iii iteration
181 vadd.i32 q5,q5,q15 @vaddq_s32(i4_tmp1_t, tmp_lvl_shift_t) iii iteration
184 vshl.s32 q3,q3,q14 @vshlq_s32(i4_tmp2_t, tmp_shift_t) ii iteration
186 vmull.s16 q6,d9,d0[0] @vmull_n_s16(pi2_src_val2, (int16_t) wgt0) iv iteration
189 vshl.s32 q5,q5,q14 @vshlq_s32(i4_tmp1_t, tmp_shift_t) iii iteration
    [all...]
ihevc_weighted_pred_bi.s 205 vld1.s16 {d2},[r6],r3 @load and increment the pi2_src_tmp1 ii iteration
207 vld1.s16 {d3},[r8],r4 @load and increment the pi2_src_tmp1 ii iteration
210 vld1.s16 {d0},[r6],r3 @load and increment the pi2_src1 iii iteration
211 vmull.s16 q5,d2,d7[0] @vmull_n_s16(pi2_src1_val2, (int16_t) wgt0) ii iteration
213 vld1.s16 {d1},[r8],r4 @load and increment the pi2_src2 iii iteration
215 vmull.s16 q7,d0,d7[0] @vmull_n_s16(pi2_src1_val1, (int16_t) wgt0) iii iteration
217 vld1.s16 {d2},[r6],r3 @load and increment the pi2_src_tmp1 iv iteration
218 vmull.s16 q6,d3,d7[1] @vmull_n_s16(pi2_src2_val2, (int16_t) wgt1) ii iteration
221 vld1.s16 {d3},[r8],r4 @load and increment the pi2_src_tmp1 iv iteration
222 vadd.s32 q5,q5,q6 @vaddq_s32(i4_tmp2_t1, i4_tmp2_t2) ii iteration
    [all...]
ihevc_weighted_pred_bi_default.s 193 vld1.s16 {d8},[r11],r3 @load and increment the pi2_src1 ii iteration
196 vld1.s16 {d9},[r12],r4 @load and increment the pi2_src2 ii iteration
200 vld1.s16 {d22},[r11],r3 @load and increment the pi2_src1 iii iteration
201 vld1.s16 {d23},[r12],r4 @load and increment the pi2_src2 iii iteration
203 vqadd.s16 d30,d30,d0 @vaddq_s32(i4_tmp1_t1, tmp_lvl_shift_t) iii iteration
204 vld1.s16 {d24},[r11],r3 @load and increment the pi2_src1 iv iteration
205 vld1.s16 {d25},[r12],r4 @load and increment the pi2_src2 iv iteration
206 vqadd.s16 d18,d24,d25 @vaddq_s32(i4_tmp2_t1, i4_tmp2_t2) iv iteration
208 vst1.32 {d20[0]},[r2]! @store pu1_dst i iteration
209 vst1.32 {d20[1]},[r14],r5 @store pu1_dst ii iteration
    [all...]
  /external/autotest/client/site_tests/kernel_TPMStress/
kernel_TPMStress.py 27 # iteration is 74ms.
31 for iteration in range(n_iterations):
35 "iteration %d of %d") %
36 (iteration, n_iterations))
  /external/v8/tools/
fuzz-harness.sh 79 iteration = 0
81 + while iteration < 100:
82 iteration += 1
83 logfilename = "w%d" % iteration
  /external/v8/tools/jsfunfuzz/
fuzz-harness.sh 57 iteration = 0
59 + while iteration < 100:
60 iteration += 1
61 logfilename = "w%d" % iteration
  /external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
main-feed-switching.js 31 this.iteration = 0;
62 this.iteration++;
80 if (this.iteration == 0) {
93 return `running, iteration: ${this.iteration}`;
  /external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
resolution-switching.js 34 this.iteration = 0;
59 this.iteration++;
76 if (this.iteration == 0) {
88 return `running, iteration: ${this.iteration}`;
  /external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
pause-play.js 18 this.iteration = 0;
50 this.iteration++;
71 if (this.iteration == 0) {
83 return `running, iteration: ${this.iteration}`;
  /external/iproute2/tipc/
nametable.c 28 int *iteration = data; local
48 if (!*iteration)
52 (*iteration)++;
75 int iteration = 0; local
88 return msg_dumpit(nlh, nametable_show_cb, &iteration);
  /external/libtextclassifier/utils/testing/
logging_event_listener.h 33 int iteration) override;
55 int iteration) override;
  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_latency_check_task.c 74 int count, i = 0, iteration = 0; local
111 perror("In Iteration no 1 \n");
117 perror("In Iteration no 1 \n");
128 iteration = i;
134 verbose("Iteration %d: Exp(us) =%u, Actual =%u delta = %u\n",
140 printf("Max latency observed = %u in Iteration %d\n",
141 delta_max, iteration);
145 printf("Max latency observed = %u microsec in Iteration %d\n",
146 delta_max, iteration);
  /external/autotest/client/site_tests/power_CheckAfterSuspend/
power_CheckAfterSuspend.py 42 Handles iterations by adding tags with the iteration#.
49 if self.iteration is not None and self.iteration > 1:
50 test_tag = '%03d' % self.iteration
  /external/autotest/server/site_tests/firmware_Cr50USB/
firmware_Cr50USB.py 20 The iteration should be specified by the parameter -a "num_iterations=10".
52 for iteration in xrange(num_iterations):
53 if iteration:
56 i = iteration + 1
  /external/deqp/external/openglcts/modules/gl/
gl3cCommonBugsTests.cpp 201 /** Executes test iteration.
299 /** Retrieves a literal corresponding to the test iteration enum.
301 * @param iteration Enum to retrieve the string for.
305 std::string InputVariablesCannotBeModifiedTest::getIterationName(_test_iteration iteration) const
309 switch (iteration)
370 TCU_FAIL("Unrecognized test iteration type.");
371 } /* switch (iteration) */
376 /** Retrieves a vertex shader body for the user-specified iteration enum.
378 * @param iteration Iteration to retrieve the shader body for
    [all...]
  /external/tensorflow/tensorflow/contrib/constrained_optimization/python/
swap_regret_optimizer.py 92 def while_loop_condition(iteration, eigenvector, old_eigenvector):
94 not_done = (iteration < maximum_iterations)
98 def while_loop_body(iteration, eigenvector, old_eigenvector):
99 """Performs one iteration of the power method."""
101 iteration += 1
108 return (iteration, new_eigenvector, eigenvector)
110 iteration = standard_ops.constant(0)
116 iteration, eigenvector, old_eigenvector = while_loop_body(
117 iteration, eigenvector, eigenvector)
118 iteration, eigenvector, old_eigenvector = control_flow_ops.while_loop
    [all...]
  /art/test/074-gc-thrash/src/
Main.java 266 private String dive(int depth, int iteration) {
277 switch (iteration % 8) {
279 funStr = str0 = makeString(iteration);
282 funStr = str1 = makeString(iteration);
285 funStr = str2 = makeString(iteration);
288 funStr = str3 = makeString(iteration);
291 funStr = str4 = makeString(iteration);
294 funStr = str5 = makeString(iteration);
297 funStr = str6 = makeString(iteration);
300 funStr = str7 = makeString(iteration);
    [all...]
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
tDomain_Configuration_Selection.py 126 for iteration in range (self.crit_change_iteration+1):
129 # No criteria are set at the first iteration for testing default configurations
130 if iteration != 0:
131 log.I("Setting criterion %s to %s" % ("Crit_0", str(self.criterion_setup[iteration-1][0])))
132 state = str(self.criterion_setup[iteration-1][0])
135 log.I("Setting criterion %s to %s" % ("Crit_1", str(self.criterion_setup[iteration-1][1])))
136 state = str(self.criterion_setup[iteration-1][1])
159 config = str(self.expected_result[iteration][domain])
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp 714 const std::string iterationDesc = "Iteration " + de::toString(m_iterationNdx+1) + (iterationConfig.description.empty() ? ("") : (" - " + iterationConfig.description));
715 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Iteration", iterationDesc);
    [all...]

Completed in 1002 milliseconds

1 2 3 4 5 6 7 8 91011>>