HomeSort by relevance Sort by last modified time
    Searched refs:out1 (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/caliper/caliper/src/main/java/com/google/caliper/util/
LinearTranslation.java 31 * Constructs a linear translation for which {@code translate(in1) == out1}
36 public LinearTranslation(double in1, double out1, double in2, double out2) {
41 this.m = (out1 - out2) / divisor;
42 this.b = (in1 * out2 - in2 * out1) / divisor;
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 233 Outputs - out0, out1, out2, out3
235 Load word in 'out1' from (psrc + stride)
239 #define LW4(psrc, stride, out0, out1, out2, out3) { \
241 out1 = LW((psrc) + stride); \
248 Outputs - out0, out1
250 Load double word in 'out1' from (psrc + stride)
252 #define LD2(psrc, stride, out0, out1) { \
254 out1 = LD((psrc) + stride); \
256 #define LD4(psrc, stride, out0, out1, out2, out3) { \
257 LD2((psrc), stride, out0, out1); \
    [all...]
vpx_convolve8_horiz_msa.c 20 v8i16 filt, out0, out1; local
36 filt0, filt1, filt2, filt3, out0, out1);
37 SRARI_H2_SH(out0, out1, FILTER_BITS);
38 SAT_SH2_SH(out0, out1, 7);
39 out = PCKEV_XORI128_UB(out0, out1);
49 v8i16 filt, out0, out1, out2, out3; local
66 filt0, filt1, filt2, filt3, out0, out1);
71 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS);
72 SAT_SH4_SH(out0, out1, out2, out3, 7);
73 out = PCKEV_XORI128_UB(out0, out1);
95 v8i16 filt, out0, out1, out2, out3; local
126 v8i16 filt, out0, out1, out2, out3; local
171 v8i16 filt, out0, out1, out2, out3; local
209 v8i16 filt, out0, out1, out2, out3; local
267 v8i16 filt, out0, out1, out2, out3; local
402 v16i8 src0, src1, src2, src3, mask, out0, out1; local
477 v8u16 out0, out1, out2, out3, out4, out5, out6, out7, filt; local
542 v8u16 out0, out1, out2, out3, out4, out5, out6, out7, filt; local
587 v8u16 out0, out1, out2, out3, out4, out5, out6, out7, filt; local
    [all...]
vpx_convolve_copy_msa.c 17 uint64_t out0, out1, out2, out3, out4, out5, out6, out7; local
26 out1 = __msa_copy_u_d((v2i64)src1, 0);
34 SD4(out0, out1, out2, out3, dst, dst_stride);
43 out1 = __msa_copy_u_d((v2i64)src1, 0);
46 SD4(out0, out1, out2, out3, dst, dst_stride);
55 out1 = __msa_copy_u_d((v2i64)src1, 0);
63 SD4(out0, out1, out2, out3, dst, dst_stride);
73 out1 = __msa_copy_u_d((v2i64)src1, 0);
77 SD4(out0, out1, out2, out3, dst, dst_stride);
85 out1 = __msa_copy_u_d((v2i64)src1, 0)
    [all...]
  /external/webrtc/webrtc/base/
optionsfile_unittest.cc 59 std::string out1, out2; local
60 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1));
68 EXPECT_TRUE(store_->GetStringValue(kTestOptionA, &out1));
70 EXPECT_EQ(kTestString1, out1);
78 EXPECT_FALSE(store_->GetStringValue(kTestOptionA, &out1));
85 int out1, out2; local
86 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1));
94 EXPECT_TRUE(store_->GetIntValue(kTestOptionA, &out1));
96 EXPECT_EQ(kTestInt1, out1);
104 EXPECT_FALSE(store_->GetIntValue(kTestOptionA, &out1));
124 std::string out1; local
    [all...]
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 491 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
493 PrintStream out2= new PrintStream(out1);
497 Assert.assertEquals(out1.toString(), "");
506 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
508 PrintStream out2= new PrintStream(out1);
513 Assert.assertTrue(out1.toString().startsWith("[log4testng][debug]"));
522 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
524 PrintStream out2= new PrintStream(out1);
529 Assert.assertEquals(out1.toString(), "");
538 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
563 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
596 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
617 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
639 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
669 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
691 ByteArrayOutputStream out1= new ByteArrayOutputStream(); local
    [all...]
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
SeedTest.java 25 String out1 = mDevice.executeShellCommand(cmd1); local
27 assertOutputs(out1, out2);
35 private void assertOutputs(String out1, String out2) {
36 Scanner s1 = new Scanner(out1);
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 218 Outputs - out0, out1, out2, out3
220 Load word in 'out1' from (psrc + stride)
224 #define LW4(psrc, stride, out0, out1, out2, out3) \
227 out1 = LW((psrc) + stride); \
234 Outputs - out0, out1
236 Load double word in 'out1' from (psrc + stride)
238 #define LD2(psrc, stride, out0, out1) \
241 out1 = LD((psrc) + stride); \
243 #define LD4(psrc, stride, out0, out1, out2, out3) \
245 LD2((psrc), stride, out0, out1); \
    [all...]
sixtap_filter_msa.c 57 out0, out1) \
62 DOTP_SB2_SH(vec0_m, vec1_m, filt0, filt0, out0, out1); \
64 DPADD_SB2_SH(vec2_m, vec3_m, filt1, filt1, out0, out1); \
66 DPADD_SB2_SH(vec4_m, vec5_m, filt2, filt2, out0, out1); \
72 out0, out1, out2, out3) \
79 out0, out1, out2, out3); \
85 out0, out1, out2, out3); \
87 out0, out1, out2, out3); \
116 out0, out1) \
121 DOTP_SB2_SH(vec0_m, vec1_m, filt0, filt0, out0, out1); \
148 v8i16 filt, out0, out1; local
175 v8i16 filt, out0, out1, out2, out3; local
225 v8i16 filt, out0, out1, out2, out3; local
271 v8i16 filt, out0, out1, out2, out3, out4, out5, out6, out7; local
487 v8i16 hz_out7, filt, filt_vt0, filt_vt1, filt_vt2, out0, out1, out2, out3; local
561 v8i16 hz_out7, hz_out8, out0, out1, out2, out3, out4, out5, out6, out7; local
656 v8i16 filt, out0, out1; local
683 v8i16 filt, out0, out1, out2, out3; local
733 v8i16 filt, out0, out1, out2, out3; local
767 v8i16 filt, out0, out1, out2, out3, out4, out5, out6, out7; local
1027 v16u8 mask0, mask1, out0, out1; local
1178 v16u8 out0, out1; local
1267 v8i16 hz_out7, tmp0, tmp1, out0, out1, out2, out3; local
1331 v8i16 hz_out7, hz_out8, out0, out1, out2, out3, out4, out5, out6, out7; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
dct_msa.c 14 #define TRANSPOSE4x4_H(in0, in1, in2, in3, out0, out1, out2, out3) \
23 PCKOD_D2_SH(tp2_m, tp0_m, tp3_m, tp1_m, out1, out3); \
75 v4i32 out0, out1, out2, out3; local
90 out1 = __msa_splati_w((v4i32)coeff, 0);
91 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1);
93 out1 >>= 12;
94 PCKEV_H2_SH(out0, out0, out1, out1, in1, in3);
105 SPLATI_W2_SW(coeff, 2, out3, out1);
106 out3 += out1;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
tls.s 42 addl out1 = @ltoff(@dtprel(z)), gp;;
44 ld8 out1 = [out1]
49 addl out1 = @dtprel(a), r0;;
55 mov out1 = r0;;
  /libcore/luni/src/test/java/libcore/java/security/
SecureRandomTest.java 78 byte[] out1 = new byte[20];
81 sr.nextBytes(out1);
83 assertFalse(Arrays.equals(out1, out2));
90 sr.nextBytes(out1);
92 assertFalse(Arrays.equals(out1, out2));
95 sr.nextBytes(out1);
97 assertFalse(Arrays.equals(out1, out2));
  /external/valgrind/none/tests/mips32/
vfp.c 52 int out1; \
61 : "=&f" (out), "=&r" (out1), "=&r" (out2) \
66 instruction, out1, out2); \
72 int out1; \
81 : "=&f" (out), "=&r" (out1), "=&r" (out2) \
86 instruction, out1, out2); \
94 int out1; \
101 : "=&f" (out), "=&r" (out1) \
106 instruction, out1); \
130 int out1; \
    [all...]
MoveIns.c 28 int out1; \
35 : "=&f" (out), "=&r" (out1) \
40 instruction, out, out1); \
47 int out1; \
54 : "=&f" (out), "=&r" (out1) \
59 instruction, out, out1); \
66 int out1; \
73 : "=&f" (out), "=&r" (out1) \
78 instruction, out, out1); \
85 int out1; \
    [all...]
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 72 android::sp<Buffer> out1(new Buffer(8, 8, false));
73 char* outdata1 = out1->getData();
74 for (size_t i = 0; i < out1->getSize(); i++) {
79 void *outputs[4] = { &out0, &out1, &out2, &out3 };
85 ASSERT_TRUE(*(in1.get()) == *(out1.get()));
180 android::sp<Buffer> out1(new Buffer(8, 8, false));
181 char* outdata1 = out1->getData();
182 for (size_t i = 0; i < out1->getSize(); i++) {
187 void *outputs[4] = { &out0, &out1, &out2, &out3 };
193 ASSERT_TRUE(*(in2.get()) == *(out1.get()))
    [all...]
  /bionic/tests/
math_data_test.h 216 RT1 out1; local
218 f(data[i].input, &out1, &out2);
219 EXPECT_PRED_FORMAT2(predicate1, data[i].expected1, out1) << "Failed on element " << i;
233 RT1 out1; local
235 out1 = f(data[i].input, &out2);
236 EXPECT_PRED_FORMAT2(predicate1, data[i].expected1, out1) << "Failed on element " << i;
249 RT1 out1; local
251 out1 = f(data[i].input, &out2);
252 EXPECT_PRED_FORMAT2(predicate1, data[i].expected1, out1) << "Failed on element " << i;
265 RT1 out1; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
tlsbinpic.s 55 ld8 out1 = [r15]
64 ld8 out1 = [r15]
70 addl out1 = @dtprel(sl1#) + 1, r0
78 mov out1 = r0
tlspic1.s 53 ld8 out1 = [r15]
62 ld8 out1 = [r15]
68 addl out1 = @dtprel(sl1#) + 1, r0
76 mov out1 = r0
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
VectorUtil.java 45 double out1 = a[2] * b[0] - b[2] * a[0]; local
48 out[1] = out1;
  /external/elfutils/tests/
run-strip-reloc.sh 23 tempfiles readelf.out readelf.out1 readelf.out2
59 | grep -v ^DWARF\ section > readelf.out1 ||
66 testrun_compare cat readelf.out1 < readelf.out2 ||
  /system/bt/bta/dm/
bta_dm_sco.c 88 INT32 out1, out2, out3, out4, out5; \
103 out1 = (SRC_SAMPLE(0) * 1587) \
108 out1 = out1 / 30000; \
128 out5 = out1 + out2 - out3 - out4; \
142 INT32 out1, out2, out3, out4, out5; \
157 out1 = (SRC_SAMPLE(0) * 2993) \
162 out1 = out1 / 30000; \
181 out5 = out1 - out2 + out3 - out4;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct_msa.h 19 out0, out1, out2, out3, out4, out5, out6, out7) { \
66 cnst2_m, cnst3_m, cnst1_m, out1, out6, \
79 out1 = -out1; \
84 #define VP9_FADST4(in0, in1, in2, in3, out0, out1, out2, out3) { \
115 s3_m, s3_m, out0, out1, out2, out3); \
  /external/regex-re2/re2/
prog.cc 17 void Prog::Inst::InitAlt(uint32 out, uint32 out1) {
20 out1_ = out1;
143 AddToQueue(q, ip->out1());
194 j = ip->out1();
199 AddToQueue(&q, ip->out1());
217 AddToQueue(&q, ip->out1());
221 Inst* k = inst(ip->out1());
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 762 __m128i in0, in1, out0, out1; local
772 out1 = _mm_loadu_si128((const __m128i *)dst + 1);
818 __m128i in0, in1, out0, out1; local
875 __m128i in0, in1, out0, out1; local
925 __m128i in0, in1, out0, out1; local
975 __m128i in0, in1, out0, out1; local
1027 __m128i in0, in1, out0, out1; local
1080 __m128i in0, in1, out0, out1; local
1151 __m128i in0, in1, out0, out1; local
1220 __m128i in0, in1, out0, out1; local
1241 __m128i in0, in1, out0, out1; local
1278 __m128i in0, in1, out0, out1; local
1299 __m128i in0, in1, out0, out1; local
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 60 AString out1, out2;
61 encodeBase64(kSPS, sizeof(kSPS), &out1);
63 printf("params=%s,%s\n", out1.c_str(), out2.c_str());

Completed in 1283 milliseconds

1 2 3 4 5