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

1 2

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs.c 33 OMX_F32 *out3 = out2 + n_by_4; local
48 // CADD t2, out1, out3
49 t2.Re = out1[0] + out3[0];
50 t2.Im = out1[n] + out3[n];
52 // CSUB t3, out1, out3
53 t3.Re = out1[0] - out3[0];
54 t3.Im = out1[n] - out3[n];
68 // CSUB_ADD_X out3, t1, t3
69 out3[0] = t1.Re - t3.Im;
70 out3[n] = t1.Im + t3.Re
    [all...]
x86SP_FFT_CToC_FC32_Inv_Radix4_fs.c 29 OMX_F32 *out3 = out2 + n_by_4; local
64 // CADD_SUB_X out3, t1, t3
65 out3[0] = t1.Re + t3.Im;
66 out3[n] = t1.Im - t3.Re;
x86SP_FFT_CToC_FC32_Fwd_Radix4_fs_sse.c 41 OMX_F32 *out3 = out2 + n_by_4; local
51 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Inv_Radix4_fs_sse.c 40 OMX_F32 *out3 = out2 + n_by_4; local
50 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls.c 42 OMX_F32 *out3 = out2 + n_by_4; local
84 // CSUB_ADD_X out3, t1, t3
85 out3[0] = t1.Re - t3.Im;
86 out3[n] = t1.Im + t3.Re;
x86SP_FFT_CToC_FC32_Inv_Radix4_ls.c 42 OMX_F32 *out3 = out2 + n_by_4; local
84 // CADD_SUB_X out3, t1, t3
85 out3[0] = t1.Re + t3.Im;
86 out3[n] = t1.Im - t3.Re;
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms.c 42 OMX_F32 *out3 = out2 + n_by_4; local
68 // CSUB_ADD_X out3, t1, t3
69 out3[0] = t1.Re - t3.Im;
70 out3[n] = t1.Im + t3.Re;
100 OMX_F32 *out3 = out2 + n_by_4; local
142 // CSUB_ADD_X out3, t1, t3
143 out3[0] = t1.Re - t3.Im;
144 out3[n] = t1.Im + t3.Re;
x86SP_FFT_CToC_FC32_Inv_Radix4_ms.c 42 OMX_F32 *out3 = out2 + n_by_4; local
72 // CADD_SUB_X out3, t1, t3
73 out3[0] = t1.Re + t3.Im;
74 out3[n] = t1.Im - t3.Re;
100 OMX_F32 *out3 = out2 + n_by_4; local
142 // CADD_SUB_X out3, t1, t3
143 out3[0] = t1.Re + t3.Im;
144 out3[n] = t1.Im - t3.Re;
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c 97 OMX_F32 *out3 = out2 + n_by_4; local
103 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
154 OMX_F32 *out3 = out2 + n_by_4; local
159 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
203 OMX_F32 *out3 = out2 + n_by_4; local
209 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c 97 OMX_F32 *out3 = out2 + n_by_4; local
103 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
154 OMX_F32 *out3 = out2 + n_by_4; local
159 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
203 OMX_F32 *out3 = out2 + n_by_4; local
209 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls_sse.c 37 OMX_F32 *out3 = out2 + n_by_4; local
76 RADIX4_FWD_BUTTERFLY_STORE(out0, out1, out2, out3,
x86SP_FFT_CToC_FC32_Inv_Radix4_ls_sse.c 37 OMX_F32 *out3 = out2 + n_by_4; local
76 RADIX4_INV_BUTTERFLY_STORE(out0, out1, out2, out3,
  /external/chromium_org/google_apis/drive/
test_util.h 192 // Copies the |in1|'s value to |out1|, |in2|'s to |out2|, and |in3|'s to |out3|.
197 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; member in struct:google_apis::test_util::internal::OutputParams
229 *output.out3 = CopyResultCallbackHelper<T3>::Move(&in3);
252 CreateCopyResultCallback(T1* out1, T2* out2, T3* out3) {
254 &internal::CopyResultCallback<T1, T2, T3>, out1, out2, out3);
    [all...]
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
SeedTest.java 30 String out3 = mDevice.executeShellCommand(cmd2); local
32 assertOutputs(out3, out4);
  /external/chromium_org/ipc/
ipc_sync_message_unittest.cc 36 void On_0_3(bool* out1, int* out2, std::string* out3) {
39 *out3 = "0_3";
53 void On_1_3(int in1, std::string* out1, int* out2, bool* out3) {
57 *out3 = false;
73 void On_2_3(int in1, bool in2, std::string* out1, int* out2, bool* out3) {
78 *out3 = false;
97 bool* out3) {
103 *out3 = false;
107 std::string* out3, bool* out4) {
113 *out3 = "3_4"
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter_re2.cc 65 string* out3) {
66 if (out3) {
67 return regex_function(input, regexp, out1, out2, out3);
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 78 TaskCase::Value out3((int64_t)1000);
79 void *outputs[4] = { &out0, &out1, &out2, &out3 };
87 ASSERT_TRUE(in3 == out3);
186 TaskCase::Value out3(-1.0f);
187 void *outputs[4] = { &out0, &out1, &out2, &out3 };
195 ASSERT_TRUE(in6 == out3);
  /external/chromium_org/third_party/sqlite/src/
mkopcodeh.awk 28 # case OP_aaaa: /* jump, in1, in2, in3, out2-prerelease, out3 */
53 out3[name] = 0
76 }else if(x=="out3"){
77 out3[name] = 1
138 if( out3[name] ) a6 = 64;
153 print "#define OPFLG_OUT3 0x0040 /* out3: P3 is an output */"
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 88 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;
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 199 final float out3 = cycleInterpolator.getInterpolation(0.25f); local
207 final float delta2 = out3 - out2;
208 final float delta3 = out4 - out3;
214 assertEquals(out1, out3, ALPHA_DELTA);
215 assertEquals(out3, out5, ALPHA_DELTA);
  /external/chromium_org/chrome/test/perf/
url_parse_perftest.cc 115 std::string out3;
116 url::StdStringCanonOutput output3(&out3);
  /external/clang/test/Analysis/
dtor.cpp 182 int *out1, *out2, *out3; member in class:DestructorVirtualCalls::A
205 *out3 = get();
223 obj.out3 = &c;
  /external/openssl/crypto/aes/asm/
aes-ia64.S 308 { .mmi; ld4 out3=[out0],8 // s1
345 ld1 out3=[out4],4 };; // s1
357 dep out3=r20,out3,24,8 }//;;
363 dep out3=r21,out3,16,8 }//;;
369 dep out3=r22,out3,8,8 }//;;
386 { .mii; ADDP out3=3,in1
389 { .mii; st1 [out3]=r16,
    [all...]
  /external/oprofile/module/ia64/
IA64syscallstub.h 99 mov out3 = in2; \
181 mov out3 = in3; \
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/spec/gl-matrix/
vec2-spec.js 321 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); });

Completed in 762 milliseconds

1 2