HomeSort by relevance Sort by last modified time
    Searched refs:in1 (Results 26 - 50 of 192) sorted by null

12 3 4 5 6 7 8

  /frameworks/compile/slang/tests/P_reduce_general_examples_explicit/
ScriptC_reduce_general_examples_explicit.java.expect 164 // in1 = "val"
165 public result_int reduce_addint_init(int[] in1) {
166 // Verify that "in1" is non-null.
167 if (in1 == null) {
168 throw new RSIllegalArgumentException("Array \"in1\" is null!");
170 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
172 ain1.copyFrom(in1);
197 // in1 = "val"
198 public result_int reduce_addint_comb(int[] in1) {
199 // Verify that "in1" is non-null
    [all...]
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 58 android::sp<Buffer> in1(new Buffer(8, 8, false));
59 char* data1 = in1->getData();
60 for (size_t i = 0; i < in1->getSize(); i++) {
65 void* inputs[4] = { &in0, &in1, &in2, &in3 };
85 ASSERT_TRUE(*(in1.get()) == *(out1.get()));
98 TaskCase::Value in1((int64_t)100);
99 void* inputs[2] = { &in0, &in1 };
107 ASSERT_TRUE(out0.getInt64() == (in0.getInt64() + in1.getInt64()));
123 TaskCase::Value in1((int64_t)100);
124 void* inputs[2] = { &in0, &in1 };
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
verify.rs 32 static bool verify_float4(rs_allocation in1, rs_allocation in2) {
33 uint32_t w = rsAllocationGetDimX(in1);
34 uint32_t h = rsAllocationGetDimY(in1);
37 float4 pref = rsGetElementAt_float4(in1, x, y);
53 static bool verify_float3(rs_allocation in1, rs_allocation in2) {
54 uint32_t w = rsAllocationGetDimX(in1);
55 uint32_t h = rsAllocationGetDimY(in1);
58 float3 pref = rsGetElementAt_float3(in1, x, y);
73 static bool verify_float2(rs_allocation in1, rs_allocation in2) {
74 uint32_t w = rsAllocationGetDimX(in1);
    [all...]
single_source_script.rs 39 void testMultiInput(rs_allocation in1, rs_allocation in2, rs_allocation out) {
40 rsForEach(goo, in1, in2, out);
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
verify.rs 37 static bool verify_float4(rs_allocation in1, rs_allocation in2)
39 uint32_t w = rsAllocationGetDimX(in1);
40 uint32_t h = rsAllocationGetDimY(in1);
43 float4 pref = rsGetElementAt_float4(in1, x, y);
59 static bool verify_float3(rs_allocation in1, rs_allocation in2)
61 uint32_t w = rsAllocationGetDimX(in1);
62 uint32_t h = rsAllocationGetDimY(in1);
65 float3 pref = rsGetElementAt_float3(in1, x, y);
80 static bool verify_float2(rs_allocation in1, rs_allocation in2)
82 uint32_t w = rsAllocationGetDimX(in1);
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_duplicate_array/
ScriptC_reduce_general_duplicate_array.java.expect 81 // in1 = "val"
82 public resultArray4_int reduce_sumDec(int[] in1) {
83 // Verify that "in1" is non-null.
84 if (in1 == null) {
85 throw new RSIllegalArgumentException("Array \"in1\" is null!");
87 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
89 ain1.copyFrom(in1);
114 // in1 = "val"
115 public resultArray4_int reduce_sumInc(int[] in1) {
116 // Verify that "in1" is non-null
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_examples_halter/
ScriptC_reduce_general_examples_halter.java.expect 119 // in1 = "inVal"
120 public result_int reduce_fz(int[] in1) {
121 // Verify that "in1" is non-null.
122 if (in1 == null) {
123 throw new RSIllegalArgumentException("Array \"in1\" is null!");
125 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length);
127 ain1.copyFrom(in1);
152 // in1 = "inVal"
153 public result_int2 reduce_fz2(int[] in1) {
154 // Verify that "in1" is non-null
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptC_reduce_general_result.java.expect     [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filters_mips.c 139 int16_t* in1 = (int16_t*)x + i; local
152 "ulw %[r1], 0(%[in1]) \n\t"
154 "ulw %[r3], 4(%[in1]) \n\t"
157 "lh %[r1], 0(%[in1]) \n\t"
159 "lh %[r3], 2(%[in1]) \n\t"
161 "lh %[r5], 4(%[in1]) \n\t"
163 "lh %[r7], 6(%[in1]) \n\t"
177 " addiu %[in1], %[in1], 8 \n\t"
184 "lh %[r1], 0(%[in1]) \n\t
208 int16_t* in1 = (int16_t*)x + i; local
281 int16_t* in1 = (int16_t*)x + i; local
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
verify.rs 77 static bool verify_CMatrix(rs_allocation in1, rs_allocation in2, double l2Norm, bool isUpperMatrix) {
78 uint32_t w = rsAllocationGetDimX(in1);
79 uint32_t h = rsAllocationGetDimY(in1);
87 float2 pref = rsGetElementAt_float2(in1, x, y);
101 static bool verify_SMatrix(rs_allocation in1, rs_allocation in2, double l2Norm, bool isUpperMatrix) {
102 uint32_t w = rsAllocationGetDimX(in1);
103 uint32_t h = rsAllocationGetDimY(in1);
111 float pref = rsGetElementAt_float(in1, x, y);
125 static bool verify_ZMatrix(rs_allocation in1, rs_allocation in2, double l2Norm, bool isUpperMatrix) {
126 uint32_t w = rsAllocationGetDimX(in1);
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
resample.c 312 static void WebRtcSpl_DotProdIntToInt(const int32_t* in1, const int32_t* in2,
321 tmp1 += coef * in1[0];
325 tmp1 += coef * in1[1];
329 tmp1 += coef * in1[2];
333 tmp1 += coef * in1[3];
337 tmp1 += coef * in1[4];
341 tmp1 += coef * in1[5];
345 tmp1 += coef * in1[6];
349 tmp1 += coef * in1[7];
353 *out1 = tmp1 + coef * in1[8]
    [all...]
resample_fractional.c 147 static void WebRtcSpl_ResampDotProduct(const int32_t *in1, const int32_t *in2,
156 tmp1 += coef * in1[0];
160 tmp1 += coef * in1[1];
164 tmp1 += coef * in1[2];
168 tmp1 += coef * in1[3];
172 tmp1 += coef * in1[4];
176 tmp1 += coef * in1[5];
180 tmp1 += coef * in1[6];
184 tmp1 += coef * in1[7];
188 *out1 = tmp1 + coef * in1[8]
    [all...]
ilbc_specific_functions.c 53 void WebRtcSpl_AddVectorsAndShift(int16_t *out, const int16_t *in1,
59 const int16_t *in1ptr = in1;
  /toolchain/binutils/binutils-2.25/opcodes/
cgen.sh 94 rm -f ${tmp}-ibld.c ${tmp}-ibld.in1
95 rm -f ${tmp}-asm.c ${tmp}-asm.in1
96 rm -f ${tmp}-dis.c ${tmp}-dis.in1
110 -L ${tmp}-ibld.in1 \
111 -A ${tmp}-asm.in1 \
112 -D ${tmp}-dis.in1 \
138 cat ${srcdir}/cgen-ibld.in ${tmp}-ibld.in1 | \
143 sed -e "/ -- assembler routines/ r ${tmp}-asm.in1" ${srcdir}/cgen-asm.in \
148 sed -e "/ -- disassembler routines/ r ${tmp}-dis.in1" ${srcdir}/cgen-dis.in \
157 rm -f ${tmp}-ibld.h1 ${tmp}-ibld.in1
    [all...]
d30v-dis.c 326 unsigned long in1, in2; local
342 in1 = bfd_getb32 (buffer);
348 if (!(result = lookup_opcode (&insn, in1, 0)))
349 (*info->fprintf_func) (info->stream, ".long\t0x%lx", in1); local
351 print_insn (info, memaddr, (long long) in1, &insn, 0, result);
356 if (in1 & in2 & FM01)
359 if (!(result = lookup_opcode (&insn, in1, 1)))
361 (*info->fprintf_func) (info->stream, ".long\t0x%lx,0x%lx", in1, in2);
364 num = (long long) in1 << 32 | in2;
369 num = in1;
371 (*info->fprintf_func) (info->stream, ".long\\t0x%lx", in1); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-d30v.c 41 bfd_vma in1, in2, num; local
101 in1 = bfd_get_32 (abfd, (bfd_byte *) data + addr);
107 | ((in1 & 0x3F) << 26));
108 in1 &= 0xFFFFFFC0;
125 in1 |= (relocation >> 26) & 0x3F; /* Top 6 bits. */
132 in1 |= 0x00100000;
134 bfd_put_32 (abfd, in1, (bfd_byte *) data + addr);
150 bfd_vma in1, num; local
210 in1 = bfd_get_32 (abfd, (bfd_byte *) data + addr);
218 num = in1 & mask; /* 18 bits. *
    [all...]
  /external/boringssl/src/crypto/aes/asm/
aesv8-armx.pl 69 my ($zero,$rcon,$mask,$in0,$in1,$tmp,$key)=
170 vld1.8 {$in1},[$inp],#8
176 vtbl.8 $key,{$in1},$mask
178 vst1.32 {$in1},[$out],#8
189 veor $tmp,$tmp,$in1
191 vext.8 $in1,$zero,$in1,#12
193 veor $in1,$in1,$tmp
195 veor $in1,$in1,$ke
    [all...]
  /external/libunwind/src/ia64/
sigsetjmp.S 47 cmp.ne p6, p0 = in1, r0
58 st8 [r16] = in1 // sigjmp_buf[JB_MASK_SAVED] = savemask
  /system/bt/embdrv/sbc/decoder/srce/
synthesis-dct8.c 92 double in0,in1,in2,in3; local
96 in1 = FLOAT_SCALE(in[1], DCTII_8_SHIFT_IN); OI_ASSERT(VALID_INT32(in1));
105 L01 = (in1 + in6); OI_ASSERT(VALID_INT32(L01));
111 L06 = (in1 - in6); OI_ASSERT(VALID_INT32(L06));
217 OI_INT32 in0,in1,in2,in3; local
222 in1 = SCALE(in[1], DCTII_8_SHIFT_IN);
231 in1 = in[1];
241 L01 = in1 + in6;
247 L06 = in1 - in6
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_dct32x32_msa.c 16 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; local
22 LD_SH4(input, src_stride, in0, in1, in2, in3);
26 SLLI_4V(in0, in1, in2, in3, 2);
30 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7,
40 LD_SH4(input + (8 * src_stride), src_stride, in0, in1, in2, in3);
44 SLLI_4V(in0, in1, in2, in3, 2);
48 BUTTERFLY_8(in0, in1, in2, in3, in4, in5, in6, in7,
59 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; local
65 LD_SH4(input, 8, in0, in1, in2, in3);
67 BUTTERFLY_8(in0, in1, in2, in3, in12, in13, in14, in15
255 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; local
290 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; local
395 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; local
600 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; local
700 v8i16 in0, in1, in2, in3, in4, in5, in6, in7; local
    [all...]
vpx_convolve_msa.h 93 #define PCKEV_XORI128_AVG_ST_UB(in0, in1, dst, pdst) { \
96 tmp_m = PCKEV_XORI128_UB(in1, in0); \
101 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) { \
104 tmp_m = (v16u8)__msa_pckev_b((v16i8)in0, (v16i8)in1); \
109 #define PCKEV_AVG_ST8x4_UB(in1, dst0, in2, dst1, in3, dst2, in4, dst3, \
114 PCKEV_B2_UB(in2, in1, in4, in3, tmp0_m, tmp1_m); \
  /external/llvm/examples/BrainF/
BrainF.h 36 /// This is the main method. It parses BrainF from in1
42 Module *parse(std::istream *in1, int mem, CompileFlags cf,
  /external/libvpx/libvpx/vp8/common/mips/msa/
idct_msa.c 18 #define TRANSPOSE_TWO_4x4_H(in0, in1, in2, in3, out0, out1, out2, out3) \
22 TRANSPOSE8X4_SH_SH(in0, in1, in2, in3, s4_m, s5_m, s6_m, s7_m); \
45 #define VP8_IDCT_1D_H(in0, in1, in2, in3, out0, out1, out2, out3) \
54 c_tmp1_m = EXPAND_TO_H_MULTIPLY_SINPI8SQRT2_PCK_TO_W(in1); \
59 d_tmp1_m = __msa_mul_q_h(in1, const_cospi8sqrt2minus1_m); \
61 d_tmp1_m = in1 + d_tmp1_m; \
67 #define VP8_IDCT_1D_W(in0, in1, in2, in3, out0, out1, out2, out3) \
77 c_tmp1_m = (in1 * sinpi8_sqrt2_m) >> 16; \
80 d_tmp1_m = in1 + ((in1 * const_cospi8sqrt2minus1_m) >> 16);
91 v4i32 in0, in1, in2, in3, hz0, hz1, hz2, hz3, vt0, vt1, vt2, vt3; local
148 v4i32 in0, in1, in2, in3, a1, b1, c1, d1; local
183 v8i16 in0, in1, in2, in3; local
225 v8i16 in0, in1, in2, in3; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct_msa.h 18 #define VP9_ADST8(in0, in1, in2, in3, in4, in5, in6, in7, \
48 ILVRL_H2_SH(in6, in1, vec3_m, vec2_m); \
52 in6, in1); \
64 ILVRL_H2_SH(in6, in1, vec3_m, vec2_m); \
84 #define VP9_FADST4(in0, in1, in2, in3, out0, out1, out2, out3) { \
89 UNPCK_R_SH_SW(in1, in1_r_m); \
  /frameworks/rs/
rsCppUtils.h 204 T rsMin(T in1, T in2)
206 if (in1 > in2) {
209 return in1;
213 T rsMax(T in1, T in2) {
214 if (in1 < in2) {
217 return in1;

Completed in 1344 milliseconds

12 3 4 5 6 7 8