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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
ctrl-names.d 10 0: 7d02 ldctl r0,fcw
26 20: 7d02 ldctl r0,fcw
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 300 double d01,d02,d03,d12,d13,d23; local
314 d02=a0*A[6] -A[2]*A[4];
340 C[9]= -(A[12]*d23-A[14]*d03+a15 *d02);
342 C[11]= -(A[12]*d12-A[13]*d02+A[14]*d01);
345 C[13]= (A[8]*d23-a10 *d03+A[11]*d02);
347 C[15]= (A[8]*d12-A[9]*d02+a10 *d01);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-bkw3b.d 158 81d2: 7d02 moveq -3,r0
191 81e8: 4d02 moveq 13,r0
239 8208: 5d02 moveq 29,r0
brokw-3.d 147 [ ]+8178:[ ]+7d02[ ]+moveq[ ]+-3,\$?r0
169 [ ]+818e:[ ]+4d02[ ]+moveq[ ]+13,\$?r0
201 [ ]+81ae:[ ]+5d02[ ]+moveq[ ]+29,\$?r0
rd-brokw-pic-3.d 105 [ ]+81cc:[ ]+7d02[ ]+moveq -3,\$?r0
127 [ ]+81e2:[ ]+4d02[ ]+moveq 13,\$?r0
159 [ ]+8202:[ ]+5d02[ ]+moveq 29,\$?r0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-cond-bad_t2.d 28 0[0-9a-f]+ <[^>]+> ef01 0d02 vaddeq\.f32 d0, d1, d2
31 0[0-9a-f]+ <[^>]+> ef21 0d02 vsubeq\.f32 d0, d1, d2
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 224 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
225 d02()
226 d02(1)
227 d02(1, 2)
228 d02(*(1, 2))
229 d02(1, *(2,))
230 d02(1, **{'b':2})
231 d02(**{'a': 1, 'b': 2})
py3_test_grammar.py 212 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
213 d02()
214 d02(1)
215 d02(1, 2)
216 d02(*(1, 2))
217 d02(1, *(2,))
218 d02(1, **{'b':2})
219 d02(**{'a': 1, 'b': 2})
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_grammar.py 221 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
222 d02()
223 d02(1)
224 d02(1, 2)
225 d02(*(1, 2))
226 d02(1, *(2,))
227 d02(1, **{'b':2})
228 d02(**{'a': 1, 'b': 2})
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
py2_test_grammar.py 224 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
225 d02()
226 d02(1)
227 d02(1, 2)
228 d02(*(1, 2))
229 d02(1, *(2,))
230 d02(1, **{'b':2})
231 d02(**{'a': 1, 'b': 2})
py3_test_grammar.py 212 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
213 d02()
214 d02(1)
215 d02(1, 2)
216 d02(*(1, 2))
217 d02(1, *(2,))
218 d02(1, **{'b':2})
219 d02(**{'a': 1, 'b': 2})
  /external/python/cpython2/Lib/test/
test_grammar.py 227 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
228 d02()
229 d02(1)
230 d02(1, 2)
231 d02(*(1, 2))
232 d02(1, *(2,))
233 d02(1, **{'b':2})
234 d02(**{'a': 1, 'b': 2})
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_grammar.py 221 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
222 d02()
223 d02(1)
224 d02(1, 2)
225 d02(*(1, 2))
226 d02(1, *(2,))
227 d02(1, **{'b':2})
228 d02(**{'a': 1, 'b': 2})
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_grammar.py 221 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
222 d02()
223 d02(1)
224 d02(1, 2)
225 d02(*(1, 2))
226 d02(1, *(2,))
227 d02(1, **{'b':2})
228 d02(**{'a': 1, 'b': 2})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 224 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
225 d02()
226 d02(1)
227 d02(1, 2)
228 d02(*(1, 2))
229 d02(1, *(2,))
230 d02(1, **{'b':2})
231 d02(**{'a': 1, 'b': 2})
py3_test_grammar.py 212 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
213 d02()
214 d02(1)
215 d02(1, 2)
216 d02(*(1, 2))
217 d02(1, *(2,))
218 d02(1, **{'b':2})
219 d02(**{'a': 1, 'b': 2})
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 221 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
222 d02()
223 d02(1)
224 d02(1, 2)
225 d02(*(1, 2))
226 d02(1, *(2,))
227 d02(1, **{'b':2})
228 d02(**{'a': 1, 'b': 2})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 224 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
225 d02()
226 d02(1)
227 d02(1, 2)
228 d02(*(1, 2))
229 d02(1, *(2,))
230 d02(1, **{'b':2})
231 d02(**{'a': 1, 'b': 2})
py3_test_grammar.py 212 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
213 d02()
214 d02(1)
215 d02(1, 2)
216 d02(*(1, 2))
217 d02(1, *(2,))
218 d02(1, **{'b':2})
219 d02(**{'a': 1, 'b': 2})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 221 def d02(a=1, b=2): pass function in function:GrammarTests.testFuncdef
222 d02()
223 d02(1)
224 d02(1, 2)
225 d02(*(1, 2))
226 d02(1, *(2,))
227 d02(1, **{'b':2})
228 d02(**{'a': 1, 'b': 2})
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-hilo.d 484 484: 6d02 li a1,2
487 48e: f000 6d02 li a1,2
492 49a: f000 6d02 li a1,2
497 4a6: f000 6d02 li a1,2
502 4b2: f000 6d02 li a1,2
507 4be: f000 6d02 li a1,2
512 4ca: f000 6d02 li a1,2
517 4d6: f000 6d02 li a1,2
522 4e2: f000 6d02 li a1,2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
all-opcodes.d     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
opcode.d 61 5e: 0d02 [ ]*mark 2
  /external/elfutils/tests/
run-strings-test.sh 357 testfile8: 7d02 .shstrtab
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-hilo-n32.d 310 0+500484 <[^>]*> 6d02 li a1,2

Completed in 456 milliseconds

1 2