Home
last modified time | relevance | path

Searched defs:phase (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/cronet/base/trace_event/
Dtyped_macros_internal.h29 #define TRACING_INTERNAL_ADD_TRACE_EVENT(phase, category, name, ...) \ argument
119 inline void AddTypedTraceEventImpl(char phase, in AddTypedTraceEventImpl()
155 inline void AddTypedTraceEvent(char phase, in AddTypedTraceEvent()
170 inline void AddTypedTraceEvent(char phase, in AddTypedTraceEvent()
181 inline void AddTypedTraceEvent(char phase, in AddTypedTraceEvent()
191 inline void AddTypedTraceEvent(char phase, in AddTypedTraceEvent()
Dtrace_event.h242 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ argument
309 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \ argument
326 #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \ argument
343 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument
362 phase, category_group, name, id, thread_id, timestamp, thread_timestamp, \ argument
590 char phase, in AddTraceEventWithThreadIdAndTimestamp()
611 char phase, in AddTraceEventWithThreadIdAndTimestamp()
634 char phase, in AddTraceEventWithThreadIdAndTimestamp()
649 char phase, in AddTraceEvent()
664 char phase, in AddTraceEvent()
[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
176 #define kf_cexp2(x,phase) \ argument
/external/speex/libspeexdsp/
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
151 #define kf_cexp2(x,phase) \ argument
/external/rnnoise/src/
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
176 #define kf_cexp2(x,phase) \ argument
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_op_rewrite_registry.h82 EagerRewriteRegistration(EagerOpRewriteRegistry::Phase phase, int32_t ordinal, in EagerRewriteRegistration()
90 #define REGISTER_REWRITE(phase, ordinal, rewrite) \ argument
94 #define REGISTER_REWRITE_UNIQ_HELPER(ctr, file, line, phase, ordinal, rewrite) \ argument
97 #define REGISTER_REWRITE_UNIQ(ctr, file, line, phase, ordinal, rewrite) \ argument
Deager_op_rewrite_registry.cc25 void EagerOpRewriteRegistry::Register(Phase phase, int32_t ordinal, in Register()
45 Phase phase, EagerOperation* orig_op, in RunRewrite()
/external/cronet/net/test/url_request/
Durl_request_failed_job.cc49 URLRequestFailedJob::FailurePhase phase = in MaybeInterceptRequest() local
67 URLRequestFailedJob::FailurePhase phase, in GetMockUrl()
79 FailurePhase phase, in URLRequestFailedJob()
154 GURL URLRequestFailedJob::GetMockHttpUrlWithFailurePhase(FailurePhase phase, in GetMockHttpUrlWithFailurePhase()
/external/cronet/net/log/
Dnet_log.cc50 NetLogEventPhase phase, in AddEntryAtTimeWithMaterializedParams()
69 NetLogEventPhase phase) { in AddEntry()
215 const char* NetLog::EventPhaseToString(NetLogEventPhase phase) { in EventPhaseToString()
237 NetLogEventPhase phase, in AddEntryInternal()
260 NetLogEventPhase phase, in AddEntryWithMaterializedParams()
268 NetLogEventPhase phase, in AddEntryAtTimeWithMaterializedParams()
/external/proguard/src/proguard/gui/splash/
DSineTiming.java31 private final long phase; field in SineTiming
39 public SineTiming(long period, long phase) in SineTiming()
DSawToothTiming.java31 private final long phase; field in SawToothTiming
39 public SawToothTiming(long period, long phase) in SawToothTiming()
/external/arm-trusted-firmware/plat/mediatek/mt8192/drivers/spm/
Dmt_spm_pmic_wrap.c41 enum pmic_wrap_phase_id phase; member
100 void mt_spm_pmic_wrap_set_phase(enum pmic_wrap_phase_id phase) in mt_spm_pmic_wrap_set_phase()
126 void mt_spm_pmic_wrap_set_cmd(enum pmic_wrap_phase_id phase, uint32_t idx, in mt_spm_pmic_wrap_set_cmd()
148 uint64_t mt_spm_pmic_wrap_get_cmd(enum pmic_wrap_phase_id phase, uint32_t idx) in mt_spm_pmic_wrap_get_cmd()
/external/arm-trusted-firmware/plat/mediatek/mt8195/drivers/spm/
Dmt_spm_pmic_wrap.c41 enum pmic_wrap_phase_id phase; member
100 void mt_spm_pmic_wrap_set_phase(enum pmic_wrap_phase_id phase) in mt_spm_pmic_wrap_set_phase()
126 void mt_spm_pmic_wrap_set_cmd(enum pmic_wrap_phase_id phase, uint32_t idx, in mt_spm_pmic_wrap_set_cmd()
148 uint64_t mt_spm_pmic_wrap_get_cmd(enum pmic_wrap_phase_id phase, uint32_t idx) in mt_spm_pmic_wrap_get_cmd()
/external/cronet/net/disk_cache/
Dnet_log_parameters.cc72 net::NetLogEventPhase phase, in NetLogReadWriteData()
84 net::NetLogEventPhase phase, in NetLogReadWriteComplete()
92 net::NetLogEventPhase phase, in NetLogSparseOperation()
102 net::NetLogEventPhase phase, in NetLogSparseReadWrite()
/external/tensorflow/tensorflow/core/common_runtime/
Doptimization_registry.cc31 Grouping grouping, int phase, std::unique_ptr<GraphOptimizationPass> pass) { in Register()
65 for (auto& phase : group->second) { in RunGrouping() local
99 for (auto& phase : group->second) { in LogGrouping() local
Doptimization_registry.h143 int phase, in OptimizationPassRegistration()
154 #define REGISTER_OPTIMIZATION(grouping, phase, optimization) \ argument
157 #define REGISTER_OPTIMIZATION_UNIQ_HELPER(ctr, grouping, phase, optimization) \ argument
160 #define REGISTER_OPTIMIZATION_UNIQ(ctr, grouping, phase, optimization) \ argument
/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/spm/
Dspm_pmic_wrap.c44 enum pmic_wrap_phase_id phase; member
115 void mt_spm_pmic_wrap_set_phase(enum pmic_wrap_phase_id phase) in mt_spm_pmic_wrap_set_phase()
139 void mt_spm_pmic_wrap_set_cmd(enum pmic_wrap_phase_id phase, uint32_t idx, in mt_spm_pmic_wrap_set_cmd()
160 uint64_t mt_spm_pmic_wrap_get_cmd(enum pmic_wrap_phase_id phase, uint32_t idx) in mt_spm_pmic_wrap_get_cmd()
/external/igt-gpu-tools/tests/amdgpu/
Damd_cs_nop.c198 const struct phase { struct
201 } phase[] = { variable
/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DRoundedManchesterEncoder.h40 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local
52 float phase = (rampIndex + 1) * M_PI / rampSize; in RoundedManchesterEncoder() local
/external/cronet/net/disk_cache/simple/
Dsimple_net_log_parameters.cc45 net::NetLogEventPhase phase, in NetLogSimpleEntryConstruction()
54 net::NetLogEventPhase phase, in NetLogSimpleEntryCreation()
/external/skia/tests/
DAsADashTest.cpp28 const SkScalar phase = 2.0; in DEF_TEST() local
38 const SkScalar phase = 2.0; in DEF_TEST() local
/external/pdfium/core/fxge/
Dcfx_graphstate.cpp23 float phase, in SetLineDash()
32 void CFX_GraphState::SetLineDashPhase(float phase) { in SetLineDashPhase()
/external/pffft/
Dbench_mixers.c132 float phase = 0.0F; in bench_shift_math_cc() local
168 float phase = 0.0F; in bench_shift_table_cc() local
205 float phase = 0.0F; in bench_shift_addfast() local
241 float phase = 0.0F; in bench_shift_addfast_inp() local
276 float phase = 0.0F; in bench_shift_unroll_oop() local
311 float phase = 0.0F; in bench_shift_unroll_inp() local
523 float phase = 0.0F; in bench_shift_rec_osc_cc_oop() local
561 float phase = 0.0F; in bench_shift_rec_osc_cc_inp() local
595 float phase = 0.0F; in bench_shift_rec_osc_sse_c_inp() local
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer_shared_objects.cc53 std::string ToString(FrameDropPhase phase) { in ToString()
70 std::ostream& operator<<(std::ostream& os, FrameDropPhase phase) { in operator <<()
73 rtc::StringBuilder& operator<<(rtc::StringBuilder& sb, FrameDropPhase phase) { in operator <<()
/external/libchrome/base/trace_event/
Dtrace_event.h309 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \ argument
358 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \ argument
375 #define INTERNAL_TRACE_EVENT_ADD_WITH_TIMESTAMP(phase, category_group, name, \ argument
392 phase, category_group, name, id, thread_id, timestamp, flags, ...) \ argument
799 char phase, in AddTraceEventWithThreadIdAndTimestamp()
823 char phase, in AddTraceEventWithThreadIdAndTimestamp()
854 char phase, in AddTraceEventWithThreadIdAndTimestamp()
886 char phase, in AddTraceEventWithThreadIdAndTimestamp()
913 char phase, in AddTraceEventWithThreadIdAndTimestamp()
928 char phase, in AddTraceEvent()
[all …]

12345678910