Home
last modified time | relevance | path

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

12345678910>>...14

/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/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/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/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.cpp36 SkScalar phase, Style style) : fPath(path) in SkPath1DPathEffect() argument
41 if (phase < 0) { in SkPath1DPathEffect()
42 phase = -phase; in SkPath1DPathEffect()
43 if (phase > advance) { in SkPath1DPathEffect()
44 phase = SkScalarMod(phase, advance); in SkPath1DPathEffect()
47 if (phase > advance) { in SkPath1DPathEffect()
48 phase = SkScalarMod(phase, advance); in SkPath1DPathEffect()
50 phase = advance - phase; in SkPath1DPathEffect()
53 if (phase >= advance) { in SkPath1DPathEffect()
54 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
19 if (phase > intervals[i]) { in find_first_interval()
20 phase -= intervals[i]; in find_first_interval()
23 return intervals[i] - phase; in find_first_interval()
34 void SkDashPath::CalcDashParameters(SkScalar phase, const SkScalar intervals[], int32_t count, in CalcDashParameters() argument
44 if ((len > 0) && SkScalarIsFinite(phase) && SkScalarIsFinite(len)) { in CalcDashParameters()
49 if (phase < 0) { in CalcDashParameters()
50 phase = -phase; in CalcDashParameters()
51 if (phase > len) { in CalcDashParameters()
52 phase = SkScalarMod(phase, len); 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.h158 # define KISS_FFT_COS(phase) floor(.5+TWID_MAX*cos (phase)) argument
159 # define KISS_FFT_SIN(phase) floor(.5+TWID_MAX*sin (phase)) argument
162 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) argument
163 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) argument
166 # define KISS_FFT_COS(phase) (kiss_fft_scalar) cos(phase) argument
167 # define KISS_FFT_SIN(phase) (kiss_fft_scalar) sin(phase) argument
171 #define kf_cexp(x,phase) \ argument
173 (x)->r = KISS_FFT_COS(phase);\
174 (x)->i = KISS_FFT_SIN(phase);\
177 #define kf_cexp2(x,phase) \ argument
[all …]
/external/chromium-trace/catapult/telemetry/telemetry/timeline/
Dtrace_event_importer.py218 phase = event.get('ph', None)
219 if phase == 'B' or phase == 'E':
221 elif phase == 'X':
225 elif phase == 'S' or phase == 'F' or phase == 'T':
227 elif phase == 'b' or phase == 'e':
231 elif phase == 'I' or phase == 'i':
233 elif phase == 'P':
235 elif phase == 'C':
237 elif phase == 'M':
239 elif phase == 'N' or phase == 'D' or phase == 'O':
[all …]
/external/skia/gm/
Ddashing.cpp15 SkScalar phase = SkIntToScalar(0), in drawline() argument
24 p.setPathEffect(SkDashPathEffect::Create(intervals, 2, phase))->unref(); in drawline()
176 SkScalar phase = vals[0] / 2; in onDraw() local
177 paint.setPathEffect(SkDashPathEffect::Create(vals, count, phase))->unref(); in onDraw()
210 SkScalar phase, in drawDashedLines() argument
225 p.setPathEffect(SkDashPathEffect::Create(intervals, 2, phase))->unref(); in drawDashedLines()
311 for (int phase = 0; phase <= 3; ++phase) { in onDraw() local
313 canvas->translate(SkIntToScalar(phase*110+2), in onDraw()
315 … this->drawDashedLines(canvas, 100, SkIntToScalar(phase), SkIntToScalar(3), 1, false); in onDraw()
450 int phase = 0; in onDraw() local
[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/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/
Dtests9.dat51 Line: 1 Col: 35 Unexpected start tag token (math) in the select phase. Ignored.
52 Line: 1 Col: 42 Unexpected end tag (math) in the select phase. Ignored.
63 Line: 1 Col: 43 Unexpected start tag token (math) in the select phase. Ignored.
64 Line: 1 Col: 50 Unexpected end tag (math) in the select phase. Ignored.
289 Line: 1 Col: 50 Unexpected start tag token (math) in the select phase. Ignored.
290 Line: 1 Col: 54 Unexpected start tag token (mi) in the select phase. Ignored.
291 Line: 1 Col: 62 Unexpected end tag (mi) in the select phase. Ignored.
292 Line: 1 Col: 66 Unexpected start tag token (mi) in the select phase. Ignored.
293 Line: 1 Col: 74 Unexpected end tag (mi) in the select phase. Ignored.
294 Line: 1 Col: 77 Unexpected start tag token (p) in the select phase. Ignored.
[all …]
/external/libchrome/base/trace_event/
Dtrace_event.h241 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ argument
246 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
289 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \ argument
298 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), \
306 #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \ argument
312 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
323 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument
331 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
544 char phase, in AddTraceEventWithThreadIdAndTimestamp() argument
558 phase, category_group_enabled, name, id, bind_id, thread_id, timestamp, in AddTraceEventWithThreadIdAndTimestamp()
[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/tests/
DAsADashTest.cpp24 const SkScalar phase = 2.0; in DEF_TEST() local
25 SkAutoTUnref<SkPathEffect> pe(SkDashPathEffect::Create(inIntervals, 4, phase)); in DEF_TEST()
34 const SkScalar phase = 2.0; in DEF_TEST() local
36 SkAutoTUnref<SkPathEffect> pe(SkDashPathEffect::Create(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/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/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/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dhtml5parser.py120 self.phase = self.phases["beforeHtml"]
121 self.phase.insertHtmlElement()
125 self.phase = self.phases["initial"]
190 phase = self.phase
192 phase = self.phases["inForeignContent"]
195 new_token = phase.processCharacters(new_token)
197 new_token = phase.processSpaceCharacters(new_token)
199 new_token = phase.processStartTag(new_token)
201 new_token = phase.processEndTag(new_token)
203 new_token = phase.processComment(new_token)
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_swizzles.c49 for(unsigned int phase = 0; phase < split.NumPhases; ++phase) { in rewrite_source() local
57 mov->U.I.DstReg.WriteMask = split.Phase[phase]; in rewrite_source()
63 if (!GET_BIT(split.Phase[phase], chan)) in rewrite_source()
71 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate; in rewrite_source()
74 else if (masked_negate == split.Phase[phase]) in rewrite_source()
/external/v8/test/cctest/
Dtest-trace-event.cc25 char phase; member
31 MockTraceObject(char phase, std::string name, uint64_t id, uint64_t bind_id, in MockTraceObject()
33 : phase(phase), in MockTraceObject()
74 uint64_t AddTraceEvent(char phase, const uint8_t* category_enabled_flag, in AddTraceEvent() argument
79 MockTraceObject* to = new MockTraceObject(phase, std::string(name), id, in AddTraceEvent()
135 CHECK_EQ('B', GET_TRACE_OBJECT(0)->phase); in TEST()
139 CHECK_EQ('E', GET_TRACE_OBJECT(1)->phase); in TEST()
252 CHECK_EQ(TRACE_EVENT_PHASE_ASYNC_BEGIN, GET_TRACE_OBJECT(0)->phase); in TEST()
254 CHECK_EQ(TRACE_EVENT_PHASE_ASYNC_END, GET_TRACE_OBJECT(1)->phase); in TEST()

12345678910>>...14