HomeSort by relevance Sort by last modified time
    Searched refs:phase (Results 176 - 200 of 774) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/python/cpython2/Lib/test/
lock_tests.py 159 phase = []
162 phase.append(None)
164 phase.append(None)
166 while len(phase) == 0:
169 self.assertEqual(len(phase), 1)
171 while len(phase) == 1:
173 self.assertEqual(len(phase), 2)
  /external/speex/libspeex/
kiss_fft.c 483 spx_word32_t phase = i; local
485 phase = -phase;
486 kf_cexp2(st->twiddles+i, DIV32(SHL32(phase,17),nfft));
491 double phase = ( -2*pi /nfft ) * i; local
493 phase *= -1;
494 kf_cexp(st->twiddles+i, phase );
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
lock_tests.py 155 phase = []
158 phase.append(None)
160 phase.append(None)
162 while len(phase) == 0:
165 self.assertEqual(len(phase), 1)
167 while len(phase) == 1:
169 self.assertEqual(len(phase), 2)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
lock_tests.py 155 phase = []
158 phase.append(None)
160 phase.append(None)
162 while len(phase) == 0:
165 self.assertEqual(len(phase), 1)
167 while len(phase) == 1:
169 self.assertEqual(len(phase), 2)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
lock_tests.py 155 phase = []
158 phase.append(None)
160 phase.append(None)
162 while len(phase) == 0:
165 self.assertEqual(len(phase), 1)
167 while len(phase) == 1:
169 self.assertEqual(len(phase), 2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
lock_tests.py 155 phase = []
158 phase.append(None)
160 phase.append(None)
162 while len(phase) == 0:
165 self.assertEqual(len(phase), 1)
167 while len(phase) == 1:
169 self.assertEqual(len(phase), 2)
  /external/freetype/src/cff/
cffparse.c 169 FT_UInt phase; local
189 phase = 4;
193 /* If we entered this iteration with phase == 4, we need to */
195 if ( phase )
205 nib = (FT_Int)( p[0] >> phase ) & 0xF;
206 phase = 4 - phase;
230 /* If we entered this iteration with phase == 4, we need */
232 if ( phase )
242 nib = ( p[0] >> phase ) & 0xF
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_mp42_parser.c 480 uint32 data_left = 0, phase = 0, ret = 0; local
484 phase = *sc_phase;
488 while ((data_left > 0) && (phase < 3)) {
489 /* Check if we are byte aligned & phase=0, if thats the case we can check
491 if (((((uint32) ptr) & 0x3) == 0) && (phase == 0)) {
515 /* At this point either data is not on a word boundary or phase > 0 or On a word boundary but we detected
518 if (*ptr == FIRST_STARTCODE_BYTE) {/* Phase can be 3 only if third start code byte is found */
519 phase++;
523 if (phase > 2) {
524 phase = 2
    [all...]
vbp_utils.c 339 cxt->getbits.phase = 0;
429 pcontext->parser_cxt->parse_cubby.phase = 0;
505 pcontext->parser_cxt->parse_cubby.phase = 0;
  /external/webrtc/webrtc/base/
trace_event.h 365 // An asynchronous operation can consist of multiple phases. The first phase is
399 // async event. This should be called at the beginning of the next phase of an
459 // to ASYNC, a FLOW can consist of multiple phases. The first phase is defined
491 // async event. This should be called at the beginning of the next phase of an
555 // char phase,
588 #define INTERNAL_TRACE_EVENT_ADD(phase, category, name, flags, ...) \
593 phase, INTERNAL_TRACE_EVENT_UID(catstatic), name, \
617 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category, name, id, flags, \
626 phase, INTERNAL_TRACE_EVENT_UID(catstatic), \
637 // Phase indicates the nature of an event entry. E.g. part of a begin/end pair
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
503 for phase, msg in enumerate(messages):
  /external/python/cpython2/Lib/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
503 for phase, msg in enumerate(messages):
  /external/svox/pico/lib/
picotrns.c 137 picoos_uint16 phase; /* transduction phase: member in struct:picotrns_transductionState
437 (*transductionState).phase = 0;
474 switch ((*transductionState).phase) {
489 (*transductionState).phase = 1;
495 (*transductionState).phase = 2;
548 (*transductionState).phase = 3;
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
503 for phase, msg in enumerate(messages):
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
503 for phase, msg in enumerate(messages):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
503 for phase, msg in enumerate(messages):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 475 if phase == 0:
479 if phase == 1:
485 if phase == 2:
489 if phase == 3:
492 if phase == 4:
503 for phase, msg in enumerate(messages):
  /external/lisa/tests/eas/
generic.py 145 for phase in params['phases']:
146 util = (phase.duty_cycle_pct * util_scale / 100.)
148 time += phase.duration_s
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppressor.cc 377 const float phase = 2 * ts::kPi * WebRtcSpl_RandU(&seed_) /
382 scaled_mean * cosf(phase);
384 scaled_mean * sinf(phase);
  /external/libjpeg-turbo/simd/
jidctint-sse2-64.asm 388 movdqa xmm6,xmm5 ; transpose coefficients(phase 1)
391 movdqa xmm1,xmm7 ; transpose coefficients(phase 1)
455 movdqa xmm4,xmm3 ; transpose coefficients(phase 1)
458 movdqa xmm6,xmm0 ; transpose coefficients(phase 1)
462 movdqa xmm1,xmm7 ; transpose coefficients(phase 2)
465 movdqa xmm5,xmm2 ; transpose coefficients(phase 2)
475 movdqa xmm2,xmm0 ; transpose coefficients(phase 2)
478 movdqa xmm5,xmm6 ; transpose coefficients(phase 2)
482 movdqa xmm3,xmm7 ; transpose coefficients(phase 3)
485 movdqa xmm4,xmm1 ; transpose coefficients(phase 3
    [all...]
jidctint-sse2.asm 395 movdqa xmm6,xmm5 ; transpose coefficients(phase 1)
398 movdqa xmm1,xmm7 ; transpose coefficients(phase 1)
462 movdqa xmm4,xmm3 ; transpose coefficients(phase 1)
465 movdqa xmm6,xmm0 ; transpose coefficients(phase 1)
469 movdqa xmm1,xmm7 ; transpose coefficients(phase 2)
472 movdqa xmm5,xmm2 ; transpose coefficients(phase 2)
482 movdqa xmm2,xmm0 ; transpose coefficients(phase 2)
485 movdqa xmm5,xmm6 ; transpose coefficients(phase 2)
489 movdqa xmm3,xmm7 ; transpose coefficients(phase 3)
492 movdqa xmm4,xmm1 ; transpose coefficients(phase 3
    [all...]
  /external/autotest/client/cros/audio/
audio_quality_measurement_unittest.py 31 phase = 2.0 * math.pi * frequency * float(index) / float(rate)
32 sine_wave = math.sin(phase)
73 phase = 2.0 * math.pi * self.freq * float(index) / float(self.rate)
74 sine_wave = math.sin(phase)
  /external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h 46 static IndexType run( _MKL_DSS_HANDLE_t pt, IndexType maxfct, IndexType mnum, IndexType type, IndexType phase, IndexType n, void *a,
50 ::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
58 static IndexType run( _MKL_DSS_HANDLE_t pt, IndexType maxfct, IndexType mnum, IndexType type, IndexType phase, IndexType n, void *a,
62 ::pardiso_64(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 109 int32_t phase; member in class:Normalizer2DataBuilder
  /external/skia/src/gpu/
GrTestUtils.cpp 263 SkScalar phase = random->nextRangeScalar(0, sum); local
264 pe = TestDashPathEffect::Make(intervals.get(), cnt, phase);
269 TestDashPathEffect::TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase) {
273 SkDashPath::CalcDashParameters(phase, intervals, count, &fInitialDashLength,

Completed in 1964 milliseconds

1 2 3 4 5 6 78 91011>>