HomeSort by relevance Sort by last modified time
    Searched full:out1 (Results 26 - 50 of 177) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/third_party/smhasher/src/
AvalancheTest.h 139 for(int out1 = 0; out1 < hashbits; out1++)
142 if(out1 == out2) continue;
144 uint32_t b = getbit(d,out1) | (getbit(d,out2) << 1);
146 bins[(out1 * hashbits + out2) * 4 + b]++;
154 for(int out1 = 0; out1 < hashbits; out1++)
158 if(out1 == out2
    [all...]
  /external/llvm/test/Linker/
2003-08-23-GlobalVarLinking.ll 1 ; RUN: llvm-as < %s > %t.out1.bc
4 ; RUN: llvm-link %t.out1.bc %t.out2.bc -S | FileCheck %s
2003-11-18-TypeResolution.ll 8 ; RUN: echo "%%T1 = type opaque @GVar = external global %%T1*" | llvm-as > %t.out1.bc
9 ; RUN: llvm-link %t.out1.bc %t.out2.bc
  /external/chromium_org/google_apis/drive/
test_util.h 129 // void CopyResultCallback1(T1* out1, T1&& in1)
130 // void CopyResultCallback2(T1* out1, T2* out2, T1&& in1, T2&& in2)
181 // Copies the |in1|'s value to |out1|, and |in2|'s to |out2|.
184 T1* out1,
188 *out1 = CopyResultCallbackHelper<T1>::Move(&in1);
192 // Copies the |in1|'s value to |out1|, |in2|'s to |out2|, and |in3|'s to |out3|.
195 T1* out1,
201 *out1 = CopyResultCallbackHelper<T1>::Move(&in1);
210 OutputParams(T1* out1, T2* out2, T3* out3, T4* out4)
211 : out1(out1), out2(out2), out3(out3), out4(out4) {
212 T1* out1; member in struct:google_apis::test_util::internal::OutputParams
    [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/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse.c 38 OMX_F32 *out1 = out0 + n_by_4; local
39 OMX_F32 *out2 = out1 + n_by_4;
50 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Inv_Radix4_fs.c 27 OMX_F32 *out1 = out0 + n_by_4; local
28 OMX_F32 *out2 = out1 + n_by_4;
60 // CSUB_ADD_X out1, t1, t3
61 out1[0] = t1.Re - t3.Im;
62 out1[n] = t1.Im + t3.Re;
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c 40 OMX_F32 *out1 = out0 + n_by_4; local
41 OMX_F32 *out2 = out1 + n_by_4;
72 // CADD_SUB_X out1, t1, t3
73 out1[0] = t1.Re + t3.Im;
74 out1[n] = t1.Im - t3.Re;
98 OMX_F32 *out1 = out0 + n_by_4; local
99 OMX_F32 *out2 = out1 + n_by_4;
138 // CADD_SUB_X out1, t1, t3
139 out1[0] = t1.Re + t3.Im;
140 out1[n] = t1.Im - t3.Re
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_ms.c 40 OMX_F32 *out1 = out0 + n_by_4; local
41 OMX_F32 *out2 = out1 + n_by_4;
68 // CSUB_ADD_X out1, t1, t3
69 out1[0] = t1.Re - t3.Im;
70 out1[n] = t1.Im + t3.Re;
98 OMX_F32 *out1 = out0 + n_by_4; local
99 OMX_F32 *out2 = out1 + n_by_4;
138 // CSUB_ADD_X out1, t1, t3
139 out1[0] = t1.Re - t3.Im;
140 out1[n] = t1.Im + t3.Re
    [all...]
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse.c 39 OMX_F32 *out1 = out0 + n_by_4; local
40 OMX_F32 *out2 = out1 + n_by_4;
51 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c 95 OMX_F32 *out1 = out0 + n_by_4; local
96 OMX_F32 *out2 = out1 + n_by_4;
103 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
152 OMX_F32 *out1 = out0 + n_by_4; local
153 OMX_F32 *out2 = out1 + n_by_4;
159 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
201 OMX_F32 *out1 = out0 + n_by_4; local
202 OMX_F32 *out2 = out1 + n_by_4;
209 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c 95 OMX_F32 *out1 = out0 + n_by_4; local
96 OMX_F32 *out2 = out1 + n_by_4;
103 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
152 OMX_F32 *out1 = out0 + n_by_4; local
153 OMX_F32 *out2 = out1 + n_by_4;
159 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
201 OMX_F32 *out1 = out0 + n_by_4; local
202 OMX_F32 *out2 = out1 + n_by_4;
209 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Fwd_Radix2_ls_sse.c 47 OMX_F32 *out1 = out0 + (n >> 1); local
50 VC_SUB_STORE_SPLIT(out1, &v_t0, &v_temp, n);
x86SP_FFT_CToC_FC32_Inv_Radix2_ls_sse.c 43 OMX_F32 *out1 = out0 + (n >> 1); local
46 VC_SUB_STORE_SPLIT(out1, &v_t0, &v_temp, n);
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c 40 OMX_F32 *out1 = out0 + n_by_4; local
41 OMX_F32 *out2 = out1 + n_by_4;
80 // CADD_SUB_X out1, t1, t3
81 out1[0] = t1.Re + t3.Im;
82 out1[n] = t1.Im - t3.Re;
x86SP_FFT_CToC_FC32_Inv_Radix4_ls.c 40 OMX_F32 *out1 = out0 + n_by_4; local
41 OMX_F32 *out2 = out1 + n_by_4;
80 // CSUB_ADD_X out1, t1, t3
81 out1[0] = t1.Re - t3.Im;
82 out1[n] = t1.Im + t3.Re;
  /external/deqp/data/gles3/shaders/
conditionals.test 31 output float out1 = [ 1.0 | 0.0 | 0.0 ];
41 out1 = 1.0;
45 out1 = 0.0;
58 output float out1 = [ 1.0 | 0.0 | 0.0 ];
68 out1 = 1.0;
70 out0 = 1.0, out1 = 0.0;
82 output float out1 = [ 1.0 | 0.0 | 0.0 ];
92 out1 = 1.0;
94 out0 = 1.0, out1 = 0.0;
106 output float out1 = [ 1.0 | 0.0 | 0.0 ]
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
split-sqlite3c.tcl 17 set out1 [open sqlite3-all.c w]
23 puts $out1 $line
53 puts $::out1 "#include \"sqlite3-$filecnt.c\""
75 puts $out1 $line
81 close $out1
  /libcore/luni/src/test/java/libcore/java/security/
SecureRandomTest.java 75 byte[] out1 = new byte[20];
78 sr.nextBytes(out1);
80 assertFalse(Arrays.equals(out1, out2));
87 sr.nextBytes(out1);
89 assertFalse(Arrays.equals(out1, out2));
92 sr.nextBytes(out1);
94 assertFalse(Arrays.equals(out1, out2));
  /external/llvm/test/CodeGen/Thumb2/
thumb2-ifcvt3.ll 10 define i1 @ab_bb52(i64 %.reload78, i64* %.out, i64* %.out1) nounwind {
16 store i64 %2, i64* %.out1
21 store i64 %2, i64* %.out1
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
token_test.cpp 80 std::stringstream out1; local
81 out1 << token;
82 EXPECT_TRUE(out1.good());
83 EXPECT_EQ("foo", out1.str());
  /external/llvm/test/Transforms/SimplifyCFG/
attr-noduplicate.ll 11 %out1 = getelementptr i32* %out, i32 1
25 store i32 5, i32* %out1
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter_re2.cc 63 string* out1,
67 return regex_function(input, regexp, out1, out2, out3);
70 return regex_function(input, regexp, out1, out2);
72 if (out1) {
73 return regex_function(input, regexp, out1);
  /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...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.c 761 __m128i in0, in1, out0, out1; local
771 out1 = _mm_loadu_si128((const __m128i *)dst + 1);
792 t2 = _mm_unpacklo_epi8(out1, _mm_setzero_si128());
817 __m128i in0, in1, out0, out1; local
874 __m128i in0, in1, out0, out1; local
924 __m128i in0, in1, out0, out1; local
974 __m128i in0, in1, out0, out1; local
1026 __m128i in0, in1, out0, out1; local
1079 __m128i in0, in1, out0, out1; local
1150 __m128i in0, in1, out0, out1; local
1219 __m128i in0, in1, out0, out1; local
1240 __m128i in0, in1, out0, out1; local
1277 __m128i in0, in1, out0, out1; local
1298 __m128i in0, in1, out0, out1; local
    [all...]

Completed in 785 milliseconds

12 3 4 5 6 7 8