HomeSort by relevance Sort by last modified time
    Searched defs:d21 (Results 1 - 15 of 15) 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
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
GeometryUtils.java 44 float d21 = v2.dot(v1); local
46 barycentricOut.x = (d11 * d20 - d01 * d21) / denom;
47 barycentricOut.y = (d00 * d21 - d01 * d20) / denom;
  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_loopfilter_neon.c 182 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
220 d21 = vld1_u8(v);
229 q10 = vcombine_u8(d20, d21);
333 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
374 d21 = vld1_u8(s);
383 q10 = vcombine_u8(d20, d21);
448 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
490 d21 = vld1_u8(vs);
499 q10 = vcombine_u8(d20, d21);
mbloopfilter_neon.c 215 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
253 d21 = vld1_u8(v);
262 q10 = vcombine_u8(d20, d21);
305 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
345 d21 = vld1_u8(s2);
354 q10 = vcombine_u8(d20, d21);
472 uint8x8_t d15, d16, d17, d18, d19, d20, d21; local
512 d21 = vld1_u8(vs);
521 q10 = vcombine_u8(d20, d21);
  /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 454 milliseconds