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

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
ctrl-names.d 10 0: 7d02 ldctl r0,fcw
26 20: 7d02 ldctl r0,fcw
  /external/llvm/test/tools/llvm-objdump/X86/
macho-dis-symname.test 6 # CHECK: 0000000100000d02 movq %rsp, %rbp
  /development/perftests/panorama/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);
  /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/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/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
  /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
rd-brokw-pic-3.d 105 [ ]+81cc:[ ]+7d02[ ]+moveq -3,\$?r0
127 [ ]+81e2:[ ]+4d02[ ]+moveq 13,\$?r0
159 [ ]+8202:[ ]+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
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_malayalam3.xml 33 U+0D02: "?" MALAYALAM SIGN ANUSVARA -->
  /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})
test_multiprocessing.py     [all...]
  /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})
  /external/llvm/docs/
BitSets.rst 107 %d02 = call i1 @bar(i32* getelementptr ([2 x i32]* @d, i32 0, i32 0)) ; returns 0
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Malayalam.java 161 // U+0D02: "?" MALAYALAM SIGN ANUSVARA
  /system/core/rootdir/
init.usb.rc 70 write /sys/class/android_usb/android0/idProduct 2d02
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
opcode.d 61 5e: 0d02 [ ]*mark 2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
all-opcodes.d     [all...]
  /external/elfutils/tests/
run-strings-test.sh 357 testfile8: 7d02 .shstrtab

Completed in 506 milliseconds

1 2 3 4