HomeSort by relevance Sort by last modified time
    Searched defs:d12 (Results 1 - 25 of 30) sorted by null

1 2

  /external/libvpx/libvpx/vp8/common/arm/neon/
dequant_idct_neon.c 26 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
61 d12 = vqadd_s16(vget_low_s16(q1), vget_low_s16(q2));
76 d2 = vqadd_s16(d12, d11);
79 d5 = vqsub_s16(d12, d11);
94 d12 = vqadd_s16(d2tmp2.val[0], d2tmp3.val[0]);
104 d2 = vqadd_s16(d12, d11);
107 d5 = vqsub_s16(d12, d11);
shortidct4x4llm_neon.c 28 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
46 d12 = vqadd_s16(vget_low_s16(q1s16), vget_high_s16(q1s16)); // a1
56 d2 = vqadd_s16(d12, d11);
59 d5 = vqsub_s16(d12, d11);
75 d12 = vqadd_s16(vget_low_s16(q1s16), vget_high_s16(q1s16)); // a1
85 d2 = vqadd_s16(d12, d11);
88 d5 = vqsub_s16(d12, d11);
vp8_loopfilter_neon.c 174 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
196 d12 = vld1_u8(u);
218 q6 = vcombine_u8(d12, d13);
322 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
340 d12 = vld1_u8(s);
369 q6 = vcombine_u8(d12, d13);
411 q4ResultL.val[1] = vget_low_u8(q6); // d12
434 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
452 d12 = vld1_u8(us);
482 q6 = vcombine_u8(d12, d13)
    [all...]
mbloopfilter_neon.c 207 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
229 d12 = vld1_u8(u);
251 q6 = vcombine_u8(d12, d13);
294 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
318 d12 = vld1_u8(s1);
340 q6 = vcombine_u8(d12, d13);
458 uint8x8_t d6, d7, d8, d9, d10, d11, d12, d13, d14; local
482 d12 = vld1_u8(us);
504 q6 = vcombine_u8(d12, d13);
  /art/test/705-register-conflict/src/
Main.java 29 double d8 = 0, d9 = 0, d10 = 0, d11 = 0, d12 = 0, d13 = 0, d14 = 0, d15 = 0; local
45 d12 = d11 + 1;
46 d13 = d12 + 1;
69 + d8 + d9 + d10 + d11 + d12 + d13 + d14 + d15
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
MullerSolver.java 203 // d01, d12, d012 are divided differences
228 final double d12 = (y2 - y1) / (x2 - x1); local
229 final double d012 = (d12 - d01) / (x2 - x0);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
ContinuousOutputModel.java 309 final double d12 = tMax - tMed; local
317 (dt1 * dt2 * d12) * iMin) /
318 (d12 * d23 * d13);
  /external/opencv/cv/src/
cvmatchcontours.cpp 231 double match_v, d12, area1, area2, r11, r12, r21, r22, w1, w2; local
284 r11 = r12 = r21 = r22 = w1 = w2 = d12 = 0;
351 d12 = t0 + t1;
355 match_v += d12;
  /art/test/658-fp-read-barrier/src/
Main.java 66 double d12 = main.field12; local
92 return p + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9 + d10 + d11 + d12 +
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 300 double d01,d02,d03,d12,d13,d23; local
316 d12=A[1]*A[6]-A[2]*a5;
339 C[8]= (A[13]*d23-A[14]*d13+a15 *d12);
342 C[11]= -(A[12]*d12-A[13]*d02+A[14]*d01);
344 C[12]= -(A[9]*d23-a10 *d13+A[11]*d12);
347 C[15]= (A[8]*d12-A[9]*d02+a10 *d01);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 232 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
233 d12(1)
234 d12(1, 2)
235 d12(1, 2, 3)
py3_test_grammar.py 220 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
221 d12(1)
222 d12(1, 2)
223 d12(1, 2, 3)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_grammar.py 229 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
230 d12(1)
231 d12(1, 2)
232 d12(1, 2, 3)
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
py2_test_grammar.py 232 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
233 d12(1)
234 d12(1, 2)
235 d12(1, 2, 3)
py3_test_grammar.py 220 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
221 d12(1)
222 d12(1, 2)
223 d12(1, 2, 3)
  /external/python/cpython2/Lib/test/
test_grammar.py 235 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
236 d12(1)
237 d12(1, 2)
238 d12(1, 2, 3)
    [all...]
  /external/v8/src/ppc/
simulator-ppc.h 152 d12, enumerator in enum:v8::internal::Simulator::Register
  /external/v8/src/s390/
simulator-s390.h 138 d12, enumerator in enum:v8::internal::Simulator::Register
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_grammar.py 229 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
230 d12(1)
231 d12(1, 2)
232 d12(1, 2, 3)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_grammar.py 229 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
230 d12(1)
231 d12(1, 2)
232 d12(1, 2, 3)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 232 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
233 d12(1)
234 d12(1, 2)
235 d12(1, 2, 3)
py3_test_grammar.py 220 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
221 d12(1)
222 d12(1, 2)
223 d12(1, 2, 3)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 229 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
230 d12(1)
231 d12(1, 2)
232 d12(1, 2, 3)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 232 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
233 d12(1)
234 d12(1, 2)
235 d12(1, 2, 3)
py3_test_grammar.py 220 def d12(a, b=1, c=2): pass function in function:GrammarTests.testFuncdef
221 d12(1)
222 d12(1, 2)
223 d12(1, 2, 3)

Completed in 646 milliseconds

1 2