HomeSort by relevance Sort by last modified time
    Searched defs:d21 (Results 1 - 18 of 18) sorted by null

  /art/test/705-register-conflict/src/
Main.java 30 double d16 = 0, d17 = 0, d18 = 0, d19 = 0, d20 = 0, d21 = 0, d22 = 0, d23 = 0; local
54 d21 = d20 + 1;
55 d22 = d21 + 1;
70 + d16 + d17 + d18 + d19 + d20 + d21 + d22 + d23
  /art/test/658-fp-read-barrier/src/
Main.java 75 double d21 = main.field21; local
92 return p + d1 + d2 + d3 + d4 + d5 + d6 + d7 + d8 + d9 + d10 + d11 + d12 + d13 + d14 + d15 + d16 + d17 + d18 + d19 + d20 + d21 + d22 + d23 + d24 + d25 + d26 + d27 + d28 + d29 + d30 + d31 + d32;
  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_loopfilter_neon.c 175 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
213 d21 = vld1_u8(v);
222 q10 = vcombine_u8(d20, d21);
323 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
364 d21 = vld1_u8(s);
373 q10 = vcombine_u8(d20, d21);
435 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
477 d21 = vld1_u8(vs);
486 q10 = vcombine_u8(d20, d21);
mbloopfilter_neon.c 208 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
246 d21 = vld1_u8(v);
255 q10 = vcombine_u8(d20, d21);
295 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
335 d21 = vld1_u8(s2);
344 q10 = vcombine_u8(d20, d21);
459 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
499 d21 = vld1_u8(vs);
508 q10 = vcombine_u8(d20, d21);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 217 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
218 d21(1, 2)
219 d21(1, 2, 3)
220 d21(*(1, 2, 3))
221 d21(1, *(2, 3))
222 d21(1, 2, *(3,))
223 d21(1, 2, **{'c':3})
py3_test_grammar.py 205 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
206 d21(1, 2)
207 d21(1, 2, 3)
208 d21(*(1, 2, 3))
209 d21(1, *(2, 3))
210 d21(1, 2, *(3,))
211 d21(1, 2, **{'c':3})
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_grammar.py 214 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
215 d21(1, 2)
216 d21(1, 2, 3)
217 d21(*(1, 2, 3))
218 d21(1, *(2, 3))
219 d21(1, 2, *(3,))
220 d21(1, 2, **{'c':3})
    [all...]
  /external/v8/src/ppc/
simulator-ppc.h 161 d21, enumerator in enum:v8::internal::Simulator::Register
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_grammar.py 214 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
215 d21(1, 2)
216 d21(1, 2, 3)
217 d21(*(1, 2, 3))
218 d21(1, *(2, 3))
219 d21(1, 2, *(3,))
220 d21(1, 2, **{'c':3})
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_grammar.py 214 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
215 d21(1, 2)
216 d21(1, 2, 3)
217 d21(*(1, 2, 3))
218 d21(1, *(2, 3))
219 d21(1, 2, *(3,))
220 d21(1, 2, **{'c':3})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 217 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
218 d21(1, 2)
219 d21(1, 2, 3)
220 d21(*(1, 2, 3))
221 d21(1, *(2, 3))
222 d21(1, 2, *(3,))
223 d21(1, 2, **{'c':3})
py3_test_grammar.py 205 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
206 d21(1, 2)
207 d21(1, 2, 3)
208 d21(*(1, 2, 3))
209 d21(1, *(2, 3))
210 d21(1, 2, *(3,))
211 d21(1, 2, **{'c':3})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 214 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
215 d21(1, 2)
216 d21(1, 2, 3)
217 d21(*(1, 2, 3))
218 d21(1, *(2, 3))
219 d21(1, 2, *(3,))
220 d21(1, 2, **{'c':3})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 217 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
218 d21(1, 2)
219 d21(1, 2, 3)
220 d21(*(1, 2, 3))
221 d21(1, *(2, 3))
222 d21(1, 2, *(3,))
223 d21(1, 2, **{'c':3})
py3_test_grammar.py 205 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
206 d21(1, 2)
207 d21(1, 2, 3)
208 d21(*(1, 2, 3))
209 d21(1, *(2, 3))
210 d21(1, 2, *(3,))
211 d21(1, 2, **{'c':3})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 214 def d21(a, b, c=1): pass function in function:GrammarTests.testFuncdef
215 d21(1, 2)
216 d21(1, 2, 3)
217 d21(*(1, 2, 3))
218 d21(1, *(2, 3))
219 d21(1, 2, *(3,))
220 d21(1, 2, **{'c':3})
  /external/v8/src/arm/
simulator-arm.h 125 d16, d17, d18, d19, d20, d21, d22, d23, enumerator in enum:v8::internal::Simulator::Register
  /art/test/083-compiler-regressions/src/
Main.java 5381 double d21 = 21; local
    [all...]

Completed in 2966 milliseconds