HomeSort by relevance Sort by last modified time
    Searched refs:step3 (Results 1 - 15 of 15) sorted by null

  /external/testng/src/test/java/test/dependent/
SampleDependentMethods4.java 23 public void step3() { method in class:SampleDependentMethods4
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_dct32x32_impl_avx2.h 102 __m256i step3[32]; local
584 step3[0] = _mm256_add_epi16(step2[(8 - 1)], step2[0]);
585 step3[1] = _mm256_add_epi16(step2[(8 - 2)], step2[1]);
586 step3[2] = _mm256_add_epi16(step2[(8 - 3)], step2[2]);
587 step3[3] = _mm256_add_epi16(step2[(8 - 4)], step2[3]);
588 step3[4] = _mm256_sub_epi16(step2[(8 - 5)], step2[4]);
589 step3[5] = _mm256_sub_epi16(step2[(8 - 6)], step2[5]);
590 step3[6] = _mm256_sub_epi16(step2[(8 - 7)], step2[6]);
591 step3[7] = _mm256_sub_epi16(step2[(8 - 8)], step2[7]);
    [all...]
fwd_dct32x32_impl_sse2.h 115 __m128i step3[32]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 97 tran_high_t step3[8]; // canbe16 local
184 step3[0] = step1[0] + step2[3];
185 step3[1] = step1[1] + step2[2];
186 step3[2] = step1[1] - step2[2];
187 step3[3] = step1[0] - step2[3];
188 step3[4] = step1[7] - step2[4];
189 step3[5] = step1[6] - step2[5];
190 step3[6] = step1[6] + step2[5];
191 step3[7] = step1[7] + step2[4];
194 temp1 = step3[1] * -cospi_8_64 + step3[6] * cospi_24_64
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 199 tran_high_t step3[8]; // canbe16 local
309 step3[0] = step1[0] + step2[3];
310 step3[1] = step1[1] + step2[2];
311 step3[2] = step1[1] - step2[2];
312 step3[3] = step1[0] - step2[3];
313 step3[4] = step1[7] - step2[4];
314 step3[5] = step1[6] - step2[5];
315 step3[6] = step1[6] + step2[5];
316 step3[7] = step1[7] + step2[4];
318 temp1 = step3[1] * -cospi_8_64 + step3[6] * cospi_24_64
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dllwrap.c 1135 dyn_string_t step3 = dyn_string_new (driver_cmdline->length local
1139 dyn_string_append_cstr (step3, "-Wl,--base-file,");
1142 dyn_string_append_cstr (step3,
1144 dyn_string_append_cstr (step3, base_file_name);
1145 dyn_string_append_cstr (step3,
1150 dyn_string_append_cstr (step3,
1152 dyn_string_append_cstr (step3, exp_file_name);
1153 dyn_string_append_cstr (step3,
1158 dyn_string_append_cstr (step3, " ");
1159 dyn_string_append_cstr (step3, driver_cmdline->s)
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_opt_algebraic.py 468 step3 = ('ior', ('ishl', ('iand', step2, 0x0f0f0f0f), 4), ('ushr', ('iand', step2, 0xf0f0f0f0), 4))
469 step4 = ('ior', ('ishl', ('iand', step3, 0x33333333), 2), ('ushr', ('iand', step3, 0xcccccccc), 2))
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 181 final SetupStep step3 = new SetupStep(STEP_3, applicationName, local
186 step3.setAction(new Runnable() {
192 mSetupStepGroup.addStep(step3);
  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_dct32x32_msa.c 17 v8i16 step0, step1, step2, step3; local
31 step3, in4, in5, in6, in7);
34 ST_SH4(step0, step1, step2, step3, temp_buff, 8);
49 step3, in4, in5, in6, in7);
52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8);
257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; local
266 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5,
268 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8);
279 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5,
281 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
inv_txfm_vsx.c 223 step3 = in6; \
230 STEP8_0(step1, step3, in2, in3, cospi24_v, cospi8_v); \
240 step3 = vec_sub(in0, in3); \
249 in3 = vec_add(step3, step4); \
250 in4 = vec_sub(step3, step4); \
269 int16x8_t step0, step1, step2, step3, step4, step5, step6, step7; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
dom.go 163 // step3 in TOPLAS paper
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
dom.go 163 // step3 in TOPLAS paper
  /external/opencv/cxcore/src/
cxcmp.cpp 123 const arrtype* src3, int step3, \
127 step3 /= sizeof(src3[0]); step /= sizeof(dst[0]); \
130 src3 += step3, dst += step ) \
    [all...]
cxmatmul.cpp     [all...]
  /external/opencv/cxcore/include/
cxmisc.h     [all...]

Completed in 661 milliseconds