Searched refs:x_min (Results 1 – 9 of 9) sorted by relevance
/external/lisa/libs/utils/analysis/ |
D | eas_analysis.py | 119 axes.set_xlim(self._trace.x_min, self._trace.x_max) 136 axes.set_xlim(self._trace.x_min, self._trace.x_max) 151 axes.set_xlim(self._trace.x_min, self._trace.x_max) 162 axes.set_xlim(self._trace.x_min, self._trace.x_max) 256 x_min = df.nrg_diff_pct.min() 260 axes_min = min(x_min, y_min) 384 axes.set_xlim(self._trace.x_min, self._trace.x_max) 393 axes.set_xlim(self._trace.x_min, self._trace.x_max)
|
D | tasks_analysis.py | 415 ax.set_xlim(self._trace.x_min, self._trace.x_max) 483 ax.set_xlim(self._trace.x_min, self._trace.x_max); 492 ax.set_xlim(self._trace.x_min, self._trace.x_max); 511 ax.set_xlim(self._trace.x_min, self._trace.x_max) 523 ax.set_xlim(self._trace.x_min, self._trace.x_max) 602 ax.set_xlim(self._trace.x_min, self._trace.x_max) 611 ax.set_xlim(self._trace.x_min, self._trace.x_max); 686 axes.set_xlim(self._trace.x_min, self._trace.x_max) 723 axes.set_xlim(self._trace.x_min, self._trace.x_max) 750 axes.set_xlim(self._trace.x_min, self._trace.x_max)
|
D | latency_analysis.py | 380 axes.set_xlim(self._trace.x_min, self._trace.x_max) 458 axes.set_xlim(self._trace.x_min, self._trace.x_max) 469 axes.set_xlim(self._trace.x_min, self._trace.x_max) 478 axes.set_xlim(self._trace.x_min, self._trace.x_max) 579 axes.set_xlim(self._trace.x_min, self._trace.x_max) 710 axes.set_xlim(self._trace.x_min, self._trace.x_max)
|
D | status_analysis.py | 98 axes.set_xlim(self._trace.x_min, self._trace.x_max)
|
D | frequency_analysis.py | 185 axes.set_xlim(self._trace.x_min, self._trace.x_max) 205 axes.set_xlim(self._trace.x_min, self._trace.x_max) 316 axes.set_xlim(self._trace.x_min, self._trace.x_max)
|
D | cpus_analysis.py | 158 axes.set_xlim(self._trace.x_min, self._trace.x_max)
|
/external/lisa/libs/utils/ |
D | trace.py | 153 self.x_min = 0 194 self.x_min = 0 196 self.x_min = t_min 202 self.x_min, self.x_max)
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 351 const float32x4_t x_min = vminq_f32(b_log2_a, max_input); in vpowq_f32() local 352 const float32x4_t x_max = vmaxq_f32(x_min, min_input); in vpowq_f32()
|
D | aec_core_sse2.c | 334 const __m128 x_min = _mm_min_ps(b_log2_a, *((__m128*)max_input)); in mm_pow_ps() local 335 const __m128 x_max = _mm_max_ps(x_min, *((__m128*)min_input)); in mm_pow_ps()
|