Home
last modified time | relevance | path

Searched refs:out3 (Results 1 – 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
Dx86SP_FFT_CToC_FC32_Fwd_Radix4_fs.c33 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Fwd_Radix4_fs() local
49 t2.Re = out1[0] + out3[0]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_fs()
50 t2.Im = out1[n] + out3[n]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_fs()
53 t3.Re = out1[0] - out3[0]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_fs()
54 t3.Im = out1[n] - out3[n]; in x86SP_FFT_CToC_FC32_Fwd_Radix4_fs()
69 out3[0] = t1.Re - t3.Im; in x86SP_FFT_CToC_FC32_Fwd_Radix4_fs()
70 out3[n] = t1.Im + t3.Re; in x86SP_FFT_CToC_FC32_Fwd_Radix4_fs()
Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c42 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms() local
69 out3[0] = t1.Re - t3.Im; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
70 out3[n] = t1.Im + t3.Re; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
100 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms() local
143 out3[0] = t1.Re - t3.Im; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
144 out3[n] = t1.Im + t3.Re; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms()
Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms.c42 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms() local
73 out3[0] = t1.Re + t3.Im; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
74 out3[n] = t1.Im - t3.Re; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
100 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms() local
143 out3[0] = t1.Re + t3.Im; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
144 out3[n] = t1.Im - t3.Re; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms()
Dx86SP_FFT_CToC_FC32_Inv_Radix4_fs.c29 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Inv_Radix4_fs() local
65 out3[0] = t1.Re + t3.Im; in x86SP_FFT_CToC_FC32_Inv_Radix4_fs()
66 out3[n] = t1.Im - t3.Re; in x86SP_FFT_CToC_FC32_Inv_Radix4_fs()
Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c97 OMX_F32 *out3 = out2 + n_by_4; in InternalUnroll2Inv() local
103 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3, in InternalUnroll2Inv()
154 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse() local
159 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3, in x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse()
203 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse() local
209 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3, in x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse()
Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c97 OMX_F32 *out3 = out2 + n_by_4; in InternalUnroll2Fwd() local
103 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3, in InternalUnroll2Fwd()
154 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse() local
159 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3, in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse()
203 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse() local
209 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3, in x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse()
Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c42 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls() local
85 out3[0] = t1.Re - t3.Im; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls()
86 out3[n] = t1.Im + t3.Re; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls()
Dx86SP_FFT_CToC_FC32_Inv_Radix4_ls.c42 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls() local
85 out3[0] = t1.Re + t3.Im; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls()
86 out3[n] = t1.Im - t3.Re; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls()
Dx86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse.c40 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse() local
50 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3, in x86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse()
Dx86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse.c41 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse() local
51 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3, in x86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse()
Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ls_sse.c37 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls_sse() local
76 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3, in x86SP_FFT_CToC_FC32_Fwd_Radix4_ls_sse()
Dx86SP_FFT_CToC_FC32_Inv_Radix4_ls_sse.c37 OMX_F32 *out3 = out2 + n_by_4; in x86SP_FFT_CToC_FC32_Inv_Radix4_ls_sse() local
76 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3, in x86SP_FFT_CToC_FC32_Inv_Radix4_ls_sse()
/external/chromium_org/google_apis/drive/
Dtest_util.h197 T3* out3,
203 *out3 = CopyResultCallbackHelper<T3>::Move(&in3);
210 OutputParams(T1* out1, T2* out2, T3* out3, T4* out4)
211 : out1(out1), out2(out2), out3(out3), out4(out4) {}
214 T3* out3;
229 *output.out3 = CopyResultCallbackHelper<T3>::Move(&in3);
252 CreateCopyResultCallback(T1* out1, T2* out2, T3* out3) {
254 &internal::CopyResultCallback<T1, T2, T3>, out1, out2, out3);
262 CreateCopyResultCallback(T1* out1, T2* out2, T3* out3, T4* out4) {
265 internal::OutputParams<T1, T2, T3, T4>(out1, out2, out3, out4));
/external/chromium_org/ipc/
Dipc_sync_message_unittest.cc36 void On_0_3(bool* out1, int* out2, std::string* out3) { in On_0_3() argument
39 *out3 = "0_3"; in On_0_3()
53 void On_1_3(int in1, std::string* out1, int* out2, bool* out3) { in On_1_3() argument
57 *out3 = false; in On_1_3()
73 void On_2_3(int in1, bool in2, std::string* out1, int* out2, bool* out3) { in On_2_3() argument
78 *out3 = false; in On_2_3()
97 bool* out3) { in On_3_3() argument
103 *out3 = false; in On_3_3()
107 std::string* out3, bool* out4) { in On_3_4() argument
113 *out3 = "3_4"; in On_3_4()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_sco.c88 INT32 out1, out2, out3, out4, out5; \
116 out3 = ((SRC_SAMPLE(7) + SRC_SAMPLE(-7)) * 156) \
120 out3 = out3 / 30000; \
128 out5 = out1 + out2 - out3 - out4; \
142 INT32 out1, out2, out3, out4, out5; \
170 out3 = ((SRC_SAMPLE(7) + SRC_SAMPLE(-7)) * 127) \
175 out3 = out3 / 30000; \
181 out5 = out1 - out2 + out3 - out4; \
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
Dregexp_adapter_re2.cc65 string* out3) { in DispatchRE2Call() argument
66 if (out3) { in DispatchRE2Call()
67 return regex_function(input, regexp, out1, out2, out3); in DispatchRE2Call()
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
Daes-ia64.S306 { .mmi; ld4 out3=[out0],8 // s1
343 ld1 out3=[out4],4 };; // s1
355 dep out3=r20,out3,24,8 }//;;
361 dep out3=r21,out3,16,8 }//;;
367 dep out3=r22,out3,8,8 }//;;
384 { .mii; ADDP out3=3,in1
387 { .mii; st1 [out3]=r16,4
396 { .mmi; st1 [out3]=r20,4
400 { .mmi; st1 [out3]=r24,4
406 { .mmi; st1 [out3]=r28
[all …]
/external/openssl/crypto/aes/asm/
Daes-ia64.S306 { .mmi; ld4 out3=[out0],8 // s1
343 ld1 out3=[out4],4 };; // s1
355 dep out3=r20,out3,24,8 }//;;
361 dep out3=r21,out3,16,8 }//;;
367 dep out3=r22,out3,8,8 }//;;
384 { .mii; ADDP out3=3,in1
387 { .mii; st1 [out3]=r16,4
396 { .mmi; st1 [out3]=r20,4
400 { .mmi; st1 [out3]=r24,4
406 { .mmi; st1 [out3]=r28
[all …]
/external/chromium_org/third_party/sqlite/src/
Dmkopcodeh.awk53 out3[name] = 0
77 out3[name] = 1
138 if( out3[name] ) a6 = 64;
/external/chromium_org/tools/gyp/test/win/vs-macros/
Dvcinstalldir.gyp34 'outputs': ['out3'],
36 'python', 'test_exists.py', '$(VCInstallDir)bin\\cl.exe', 'out3'],
/external/llvm/test/CodeGen/X86/
D2009-05-30-ISelBug.ll3 …2 %c_nblock_used.2.i, i32 %.reload51, i32* %.out, i32* %.out1, i32* %.out2, i32* %.out3) nounwind {
11 store i32 %12, i32* %.out3
/external/clang/test/Analysis/
Ddtor.cpp182 int *out1, *out2, *out3; member in DestructorVirtualCalls::A
205 *out3 = get(); in ~C()
223 obj.out3 = &c; in test()
/external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
Dvec2-spec.js321 var out3;
324 out3 = [0, 0, 0];
325 result = vec2.cross(out3, vecA, vecB);
328 it("should place values into out", function() { expect(out3).toBeEqualish([0, 0, -2]); });
329 it("should return out", function() { expect(result).toBe(out3); });
/external/chromium_org/chrome/test/perf/
Durl_parse_perftest.cc115 std::string out3;
116 url::StdStringCanonOutput output3(&out3);
/external/chromium_org/tools/gyp/test/rules/src/subdir2/
Dnever_used.gyp21 '<(RULE_INPUT_ROOT).out3',

12