Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/
Dit-IT_cm0_kpdf_phs.utf20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 47 , uint8 ; !specification for phase sub table
2589 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2591 phase = 0 , uint8 ; !specification for phase sub table
2592 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2594 phase = 71 , uint8 ; !specification for phase sub table
2666 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/
Des-ES_zl0_kpdf_phs.utf20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 42 , uint8 ; !specification for phase sub table
2584 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2586 phase = 0 , uint8 ; !specification for phase sub table
2587 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2589 phase = 71 , uint8 ; !specification for phase sub table
2661 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/
Dde-DE_gl0_kpdf_phs.utf20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 61 , uint8 ; !specification for phase sub table
2603 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2605 phase = 0 , uint8 ; !specification for phase sub table
2606 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2608 phase = 71 , uint8 ; !specification for phase sub table
2680 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/
Den-GB_kh0_kpdf_phs.utf20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 71 , uint8 ; !specification for phase sub table
2613 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2615 phase = 71 , uint8 ; !specification for phase sub table
2687 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2689 phase = 0 , uint8 ; !specification for phase sub table
2690 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/fr-FR/
Dfr-FR_nk0_kpdf_phs.utf20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 0 , uint8 ; !specification for phase sub table
2542 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2544 phase = 0 , uint8 ; !specification for phase sub table
2545 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2547 phase = 71 , uint8 ; !specification for phase sub table
2619 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-US/
Den-US_lh0_kpdf_phs.utf20 ! line_section: section definition : 'duration', 'pitch', 'cepstral', 'phase' + '! optional comment'
34 [phase] !phase section opening
38 index = 3200 , uint32 ; !specification for phase indices table
3239 n_comps = 1 , uint8 ; !specification for phase sub table number of components
3241 phase = 0 , uint8 ; !specification for phase sub table
3242 n_comps = 1 , uint8 ; !specification for phase sub table number of components
3244 phase = 71 , uint8 ; !specification for phase sub table
3316 n_comps = 1 , uint8 ; !specification for phase sub table number of components
3318 phase = 61 , uint8 ; !specification for phase sub table
3380 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/skia/src/effects/
DSk1DPathEffect.cpp35 SkScalar phase, Style style) : fPath(path) in SkPath1DPathEffect() argument
40 if (phase < 0) { in SkPath1DPathEffect()
41 phase = -phase; in SkPath1DPathEffect()
42 if (phase > advance) { in SkPath1DPathEffect()
43 phase = SkScalarMod(phase, advance); in SkPath1DPathEffect()
46 if (phase > advance) { in SkPath1DPathEffect()
47 phase = SkScalarMod(phase, advance); in SkPath1DPathEffect()
49 phase = advance - phase; in SkPath1DPathEffect()
52 if (phase >= advance) { in SkPath1DPathEffect()
53 phase = 0; in SkPath1DPathEffect()
[all …]
/external/skia/src/utils/
DSkDashPath.cpp16 static SkScalar find_first_interval(const SkScalar intervals[], SkScalar phase, in find_first_interval() argument
20 if (phase > gap || (phase == gap && gap)) { in find_first_interval()
21 phase -= gap; in find_first_interval()
24 return gap - phase; in find_first_interval()
35 void SkDashPath::CalcDashParameters(SkScalar phase, const SkScalar intervals[], int32_t count, in CalcDashParameters() argument
46 if (phase < 0) { in CalcDashParameters()
47 phase = -phase; in CalcDashParameters()
48 if (phase > len) { in CalcDashParameters()
49 phase = SkScalarMod(phase, len); in CalcDashParameters()
51 phase = len - phase; in CalcDashParameters()
[all …]
/external/tcpdump/tests/
Disakmp4.out3 IP 192.1.2.254.500 > 192.1.2.23.500: isakmp: phase 1 I ident
4 IP 192.1.2.23.500 > 192.1.2.254.500: isakmp: phase 1 R ident
5 IP 192.1.2.254.500 > 192.1.2.23.500: isakmp: phase 1 I ident
6 IP 192.1.2.23.500 > 192.1.2.254.500: isakmp: phase 1 R ident
7 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 1 I ident[E]
8 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 1 R ident[E]
9 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I oakley-quick[E]
10 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R oakley-quick[E]
11 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I oakley-quick[E]
15 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R oakley-quick[E]
[all …]
Disakmp5-v.out2 10.0.0.1.500 > 10.0.0.2.500: isakmp 1.0 msgid 00000000: phase 1 I ident:
10 10.0.0.2.500 > 10.0.0.1.500: isakmp 1.0 msgid 00000000: phase 1 R ident:
16 10.0.0.1.500 > 10.0.0.2.500: isakmp 1.0 msgid 00000000: phase 1 I ident:
26 10.0.0.2.500 > 10.0.0.1.500: isakmp 1.0 msgid 00000000: phase 1 R ident:
36 10.0.0.1.500 > 10.0.0.2.500: isakmp 1.0 msgid 00000000: phase 1 I ident[E]: [encrypted id]
38 10.0.0.2.500 > 10.0.0.1.500: isakmp 1.0 msgid 00000000: phase 1 R ident[E]: [encrypted id]
40 …10.0.0.1.500 > 10.0.0.2.500: isakmp 1.0 msgid 0f2b7862: phase 2/others I oakley-quick[E]: [encrypt…
42 …10.0.0.2.500 > 10.0.0.1.500: isakmp 1.0 msgid 0f2b7862: phase 2/others R oakley-quick[E]: [encrypt…
44 …10.0.0.1.500 > 10.0.0.2.500: isakmp 1.0 msgid 0f2b7862: phase 2/others I oakley-quick[E]: [encrypt…
/external/speex/libspeex/
D_kiss_fft_guts.h133 # define KISS_FFT_COS(phase) floor(MIN(32767,MAX(-32767,.5+32768 * cos (phase)))) argument
134 # define KISS_FFT_SIN(phase) floor(MIN(32767,MAX(-32767,.5+32768 * sin (phase)))) argument
137 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument
138 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument
141 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument
142 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument
146 #define kf_cexp(x,phase) \ argument
148 (x)->r = KISS_FFT_COS(phase);\
149 (x)->i = KISS_FFT_SIN(phase);\
151 #define kf_cexp2(x,phase) \ argument
[all …]
/external/libopus/celt/
D_kiss_fft_guts.h157 # define KISS_FFT_COS(phase) floor(.5+TWID_MAX*cos (phase)) argument
158 # define KISS_FFT_SIN(phase) floor(.5+TWID_MAX*sin (phase)) argument
161 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument
162 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument
165 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument
166 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument
170 #define kf_cexp(x,phase) \ argument
172 (x)->r = KISS_FFT_COS(phase);\
173 (x)->i = KISS_FFT_SIN(phase);\
176 #define kf_cexp2(x,phase) \ argument
[all …]
/external/eigen/unsupported/test/
Dcxx11_non_blocking_thread_pool.cpp35 std::atomic<int> phase(0); in test_parallelism() local
43 while (phase < 1) { in test_parallelism()
51 phase = 1; in test_parallelism()
57 while (phase < 2) { in test_parallelism()
67 while (phase < 3) { in test_parallelism()
74 while (phase < 3) { in test_parallelism()
86 phase = 2; in test_parallelism()
90 while (phase < 3) { in test_parallelism()
97 phase = 3; in test_parallelism()
/external/python/cpython2/Lib/test/
Dtest_cmath.py5 from cmath import phase, polar, rect, pi
398 self.assertAlmostEqual(phase(0), 0.)
399 self.assertAlmostEqual(phase(1.), 0.)
400 self.assertAlmostEqual(phase(-1.), pi)
401 self.assertAlmostEqual(phase(-1.+1E-300j), pi)
402 self.assertAlmostEqual(phase(-1.-1E-300j), -pi)
403 self.assertAlmostEqual(phase(1j), pi/2)
404 self.assertAlmostEqual(phase(-1j), -pi/2)
407 self.assertEqual(phase(complex(0.0, 0.0)), 0.0)
408 self.assertEqual(phase(complex(0.0, -0.0)), -0.0)
[all …]
/external/proguard/src/proguard/gui/splash/
DSawToothTiming.java31 private final long phase; field in SawToothTiming
39 public SawToothTiming(long period, long phase) in SawToothTiming() argument
42 this.phase = phase; in SawToothTiming()
51 return (double)((time + phase) % period) / (double)period; in getTiming()
DSineTiming.java31 private final long phase; field in SineTiming
39 public SineTiming(long period, long phase) in SineTiming() argument
42 this.phase = phase; in SineTiming()
51 return 0.5 + 0.5 * Math.sin(2.0 * Math.PI * (time + phase) / period); in getTiming()
/external/skia/src/core/
DSkATrace.cpp29 SkEventTracer::Handle SkATrace::addTraceEvent(char phase, in addTraceEvent() argument
39 if (TRACE_EVENT_PHASE_COMPLETE == phase || in addTraceEvent()
40 TRACE_EVENT_PHASE_BEGIN == phase || in addTraceEvent()
41 TRACE_EVENT_PHASE_INSTANT == phase) { in addTraceEvent()
45 if (TRACE_EVENT_PHASE_END == phase || in addTraceEvent()
46 TRACE_EVENT_PHASE_INSTANT == phase) { in addTraceEvent()
/external/libchrome/base/trace_event/
Dtrace_event.h252 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ argument
257 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
301 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \ argument
310 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), \
318 #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \ argument
324 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
336 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument
344 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
626 char phase, in AddTraceEventWithThreadIdAndTimestamp() argument
642 phase, category_group_enabled, name, scope, id, bind_id, thread_id, in AddTraceEventWithThreadIdAndTimestamp()
[all …]
/external/skia/gm/
Ddashing.cpp16 SkScalar phase = SkIntToScalar(0), in drawline() argument
25 p.setPathEffect(SkDashPathEffect::Make(intervals, 2, phase)); in drawline()
177 SkScalar phase = vals[0] / 2; in onDraw() local
178 paint.setPathEffect(SkDashPathEffect::Make(vals, count, phase)); in onDraw()
211 SkScalar phase, in drawDashedLines() argument
226 p.setPathEffect(SkDashPathEffect::Make(intervals, 2, phase)); in drawDashedLines()
312 for (int phase = 0; phase <= 3; ++phase) { in onDraw() local
314 canvas->translate(SkIntToScalar(phase*110+2), in onDraw()
316 … this->drawDashedLines(canvas, 100, SkIntToScalar(phase), SkIntToScalar(3), 1, false); in onDraw()
463 int phase = 0; in onDraw() local
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dtransform.c19 double fact, phase; in WebRtcIsac_InitTransform() local
22 phase = 0.0; in WebRtcIsac_InitTransform()
24 tables->costab1[k] = cos(phase); in WebRtcIsac_InitTransform()
25 tables->sintab1[k] = sin(phase); in WebRtcIsac_InitTransform()
26 phase += fact; in WebRtcIsac_InitTransform()
30 phase = 0.5 * fact; in WebRtcIsac_InitTransform()
32 tables->costab2[k] = cos(phase); in WebRtcIsac_InitTransform()
33 tables->sintab2[k] = sin(phase); in WebRtcIsac_InitTransform()
34 phase += fact; in WebRtcIsac_InitTransform()
/external/skia/src/pathops/
DSkPathOpsDebug.h145 int lineNo, SkOpPhase phase, int iteration
156 #define DEBUG_PHASE_ONLY_PARAMS(phase) \ argument
157 __LINE__, SkOpPhase::phase, 0
158 #define DEBUG_PHASE_PARAMS(phase) \ argument
159 , DEBUG_PHASE_ONLY_PARAMS(phase)
161 this->globalState()->debugSetPhase(__func__, lineNo, phase, iteration)
163 obj->globalState()->debugSetPhase(__func__, lineNo, phase, iteration)
166 SkOpPhase phase
177 #define DEBUG_PHASE_ONLY_PARAMS(phase) \ argument
178 SkOpPhase::phase
[all …]
/external/curl/tests/libtest/
Dlib597.c58 int phase; in test() local
72 for(phase = CONNECT_ONLY_PHASE; phase < LAST_PHASE; ++phase) { in test()
80 if(phase == CONNECT_ONLY_PHASE) in test()
84 if(phase == QUIT_PHASE) { in test()
/external/skia/tests/
DAsADashTest.cpp24 const SkScalar phase = 2.0; in DEF_TEST() local
25 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST()
34 const SkScalar phase = 2.0; in DEF_TEST() local
36 sk_sp<SkPathEffect> pe(SkDashPathEffect::Make(inIntervals, 4, phase)); in DEF_TEST()
43 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase); in DEF_TEST()
56 REPORTER_ASSERT(reporter, SkScalarMod(phase, totalIntSum) == info.fPhase); in DEF_TEST()
/external/webrtc/webrtc/base/
Devent_tracer.cc49 void EventTracer::AddTraceEvent(char phase, in AddTraceEvent() argument
59 g_add_trace_event_ptr(phase, in AddTraceEvent()
92 char phase, in AddTraceEvent() argument
98 {name, category_enabled, phase, timestamp, 1, thread_id}); in AddTraceEvent()
129 e.phase, e.timestamp, e.pid, e.tid); in Log()
178 char phase; member
212 void InternalAddTraceEvent(char phase, in InternalAddTraceEvent() argument
225 g_event_logger->AddTraceEvent(name, category_enabled, phase, in InternalAddTraceEvent()
/external/v8/src/compiler/
Dgraph-visualizer.h28 const char* phase,
53 AsC1V(const char* phase, const Schedule* schedule,
59 phase_(phase) {} in schedule_()
68 const char* phase, const RegisterAllocationData* data = nullptr)
69 : phase_(phase), data_(data) {} in phase_()

12345678910>>...15