HomeSort by relevance Sort by last modified time
    Searched refs:out2 (Results 76 - 100 of 163) sorted by null

1 2 34 5 6 7

  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 213 final float out2 = cycleInterpolator.getInterpolation(0.125f); local
221 final float delta1 = out2 - out1;
222 final float delta2 = out3 - out2;
  /external/eigen/unsupported/test/
FFTW.cpp 216 VectorXcf out1,out2; local
222 out2 = fft.fwd(in);
223 VERIFY( (out1-out2).norm() < test_precision<float>() );
  /external/libjpeg-turbo/simd/
jdcolext-altivec.c 40 __vector unsigned char edgel, edgeh, edges, out0, out1, out2, out3; local
227 out2 = vec_perm(rgb1, rgb2, unaligned_shift_index);
238 vec_st(out2, 32, outptr);
jfdctint-altivec.c 72 out2 = vec_pack(out2l, out2h); \
193 out0, out1, out2, out3, out4, out5, out6, out7; local
256 vec_st(out2, 32, data);
jdmrgext-altivec.c 41 __vector unsigned char edgel, edgeh, edges, out0, out1, out2, out3; local
252 out2 = vec_perm(rgb1, rgb2, unaligned_shift_index);
263 vec_st(out2, 32, outptr);
  /external/libvpx/libvpx/vpx_dsp/mips/
vpx_convolve8_msa.c 33 v8i16 hz_out7, hz_out8, hz_out9, tmp0, tmp1, out0, out1, out2, out3, out4; local
65 out2 = (v8i16)__msa_ilvev_b((v16i8)hz_out5, (v16i8)hz_out4);
76 tmp0 = FILT_8TAP_DPADD_S_H(out0, out1, out2, out3, filt_vt0, filt_vt1,
83 tmp1 = FILT_8TAP_DPADD_S_H(out1, out2, out3, out4, filt_vt0, filt_vt1,
92 out0 = out2;
94 out2 = out4;
109 v8i16 out0, out1, out2, out3, out4, out5, out6, out7, out8, out9; local
145 ILVEV_B2_SH(hz_out4, hz_out5, hz_out1, hz_out2, out2, out4);
157 tmp0 = FILT_8TAP_DPADD_S_H(out0, out1, out2, out3, filt_vt0, filt_vt1,
169 tmp2 = FILT_8TAP_DPADD_S_H(out1, out2, out3, out8, filt_vt0, filt_vt1
    [all...]
txfm_macros_msa.h 83 out2, out3) \
99 PCKEV_H2_SH(m5_m, m4_m, tmp3_m, tmp2_m, out2, out3); \
vpx_convolve_msa.h 70 out0, out1, out2, out3) \
92 res7_m, out0, out1, out2, out3); \
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
palproc.S 144 mov out2 = in3
  /external/webrtc/webrtc/common_audio/signal_processing/
resample.c 314 int32_t* out2)
354 *out2 = tmp2 + coef * in2[-8];
360 int16_t* out2)
414 *out2 = (int16_t)tmp2;
resample_fractional.c 149 int32_t *out2)
189 *out2 = tmp2 + coef * in2[-8];
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
AsmFuncs.s 177 mov out2=0x40;; // out2 = number of bundles to copy... save entire IDT entry
183 mov out2=PATCH_CODE_SIZE;;
184 shr out2=out2, 4;; // out2 = number of bundles to copy
192 mov out2=1;; // out2 = copy 1 bundle
199 mov out2=out0;; // out2 = IP address of new location
    [all...]
  /external/elfutils/tests/
run-unstrip-n.sh 65 outfile2=test-core.out2
  /external/libyuv/files/include/libyuv/
macros_msa.h 163 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) \
166 LD_B2(RTYPE, (psrc) + 2 * stride, stride, out2, out3); \
  /external/selinux/libsemanage/tests/
test_semanage_store.c 330 goto out2;
372 out2:
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Quaternion.java 40 double out2 = a[0] * b[1] - b[0] * a[1]; local
41 return new double[]{out0, out1, out2};
  /external/ipsec-tools/src/racoon/
admin.c 197 goto out2;
200 goto out2;
205 out2:
  /external/openssh/regress/
Makefile 114 t6.out1 t6.out2 t7.out t7.out.pub t8.out t8.out.pub \
152 ${TEST_SSH_SSHKEYGEN} -if ${.CURDIR}/dsa_ssh2.pub > $(OBJ)/t6.out2
154 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
AsmPalCall.s 139 mov out2 = in3
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
AsmPalCall.s 139 mov out2 = in3
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.h 50 out2, out3, out4, out5, out6, out7) \
72 out2 = _mm_unpacklo_epi64(tr1_2, tr1_6); \
219 #define TRANSPOSE_4X8_10(tmp0, tmp1, tmp2, tmp3, out0, out1, out2, out3) \
233 out2 = _mm_unpacklo_epi64(tr1_2, tr1_6); \
avg_ssse3_x86_64.asm 43 punpcklqdq m%9, m%2 ; out2
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 62 static double out2;// y[n-2] variable
98 out2 = 0.0f;
107 out0 = (m_fa*x0) + (m_fb*x1) + (m_fc*x2) + (m_fd*out1) + (m_fe*out2);
112 out2 = out1;
  /external/webp/src/dsp/
upsampling_msa.c 30 #define ILVRL_UW4(in, out0, out1, out2, out3) do { \
34 ILVRL_H2_UW(zero, t1, out2, out3); \
162 v16u8 out0, out1, out2, tmp0, tmp1, tmp2; \
168 out2 = VSHF_UB(tmp2, a2, mask2); \
171 ST_UB(out2, dst + 32); \
190 v16u8 out0, out1, out2, out3; \
194 ILVRL_H2_UB(tmp3, tmp1, out2, out3); \
197 ST_UB(out2, dst + 32); \
  /external/libvpx/libvpx/vp8/common/mips/msa/
idct_msa.c 18 #define TRANSPOSE_TWO_4x4_H(in0, in1, in2, in3, out0, out1, out2, out3) \
23 ILVR_D2_SH(s6_m, s4_m, s7_m, s5_m, out0, out2); \
45 #define VP8_IDCT_1D_H(in0, in1, in2, in3, out0, out1, out2, out3) \
64 BUTTERFLY_4(a1_m, b1_m, c1_m, d1_m, out0, out1, out2, out3); \
67 #define VP8_IDCT_1D_W(in0, in1, in2, in3, out0, out1, out2, out3) \
83 BUTTERFLY_4(a1_m, b1_m, c1_m, d1_m, out0, out1, out2, out3); \

Completed in 304 milliseconds

1 2 34 5 6 7