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

1 2

  /external/strace/tests/
chown32.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (chown32 -a31 ); do not edit.
4 run_strace_match_diff -a31
sched_rr_get_interval.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sched_rr_get_interval -a31 ); do not edit.
4 run_strace_match_diff -a31
sigaction.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sigaction -a31 ); do not edit.
4 run_strace_match_diff -a31
keyctl.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (keyctl -a31 -s10); do not edit.
4 run_strace_match_diff -a31 -s10
qual_syscall.test 60 "$pattern_nonverbose" -a31 -e verbose="$a" -e execve
  /external/strace/tests-m32/
chown32.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (chown32 -a31 ); do not edit.
4 run_strace_match_diff -a31
sched_rr_get_interval.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sched_rr_get_interval -a31 ); do not edit.
4 run_strace_match_diff -a31
sigaction.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sigaction -a31 ); do not edit.
4 run_strace_match_diff -a31
keyctl.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (keyctl -a31 -s10); do not edit.
4 run_strace_match_diff -a31 -s10
qual_syscall.test 60 "$pattern_nonverbose" -a31 -e verbose="$a" -e execve
  /external/strace/tests-mx32/
chown32.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (chown32 -a31 ); do not edit.
4 run_strace_match_diff -a31
sched_rr_get_interval.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sched_rr_get_interval -a31 ); do not edit.
4 run_strace_match_diff -a31
sigaction.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (sigaction -a31 ); do not edit.
4 run_strace_match_diff -a31
keyctl.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (keyctl -a31 -s10); do not edit.
4 run_strace_match_diff -a31 -s10
qual_syscall.test 60 "$pattern_nonverbose" -a31 -e verbose="$a" -e execve
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-bad-2.s 6 abs .L1 a31,a15
7 abs .L1 a15,a31
9 abs .L2X a31,b15
12 abs .L1 a31,a15
13 abs .L1 a15,a31
15 abs .L2X a31,b15
18 abs .L1 a31,a15
19 abs .L1 a15,a31
21 abs .L2X a31,b15
24 abs .L1 a31,a1
    [all...]
insns-predicate.s 20 [B2] abs .L1 a30,a31
insns-c674x.s 88 adddp .S1X a19:a18,b17:b16,a31:a30
231 cmpeq4 .S1X a31,b4,a15
235 [a0] cmpeqdp .S1X a3:a2,b1:b0,a31
272 [!a0] cmpgtdp .S1 a3:a2,a1:a0,a31
276 [a1] cmpgtsp .S1 a3,a1,a31
328 [!a0] cmpltdp .S1 a3:a2,a1:a0,a31
332 [a1] cmpltsp .S1 a3,a1,a31
472 [a0] gmpy4 .M2X b29,a31,b5
496 ldb .D1T1 *+a29[0],a31
507 ldb .D1T1 *a31++[a0],a
    [all...]
insns-predicate.d 24 0+38 <[^>]*> 6ff80358[ \t]+\[b2\] abs \.L1 a30,a31
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sym-2.s 33 a31: label
  /external/skia/tests/
MathTest.cpp 136 static int blend31(int src, int dst, int a31) {
137 return dst + ((src - dst) * a31 * 2114 >> 16);
138 // return dst + ((src - dst) * a31 * 33 >> 10);
141 static int blend31_slow(int src, int dst, int a31) {
142 int prod = src * a31 + (31 - a31) * dst + 16;
147 static int blend31_round(int src, int dst, int a31) {
148 int prod = (src - dst) * a31 + 16;
153 static int blend31_old(int src, int dst, int a31) {
154 a31 += a31 >> 4
    [all...]
  /external/skqp/tests/
MathTest.cpp 136 static int blend31(int src, int dst, int a31) {
137 return dst + ((src - dst) * a31 * 2114 >> 16);
138 // return dst + ((src - dst) * a31 * 33 >> 10);
141 static int blend31_slow(int src, int dst, int a31) {
142 int prod = src * a31 + (31 - a31) * dst + 16;
147 static int blend31_round(int src, int dst, int a31) {
148 int prod = (src - dst) * a31 + 16;
153 static int blend31_old(int src, int dst, int a31) {
154 a31 += a31 >> 4
    [all...]
  /external/skia/src/core/
SkMatrix44.cpp 450 double a31 = fMat[3][1]; local
460 double b06 = a20 * a31 - a21 * a30;
463 double b09 = a21 * a32 - a22 * a31;
464 double b10 = a21 * a33 - a23 * a31;
554 double a31 = fMat[3][1]; local
572 double b06 = a20 * a31 - a21 * a30;
575 double b09 = a21 * a32 - a22 * a31;
614 inverse->fMat[3][2] = SkDoubleToMScalar(a31 * b01 - a30 * b03 - a32 * b00);
633 double b06 = a20 * a31 - a21 * a30;
636 double b09 = a21 * a32 - a22 * a31;
    [all...]
  /external/skqp/src/core/
SkMatrix44.cpp 450 double a31 = fMat[3][1]; local
460 double b06 = a20 * a31 - a21 * a30;
463 double b09 = a21 * a32 - a22 * a31;
464 double b10 = a21 * a33 - a23 * a31;
554 double a31 = fMat[3][1]; local
572 double b06 = a20 * a31 - a21 * a30;
575 double b09 = a21 * a32 - a22 * a31;
614 inverse->fMat[3][2] = SkDoubleToMScalar(a31 * b01 - a30 * b03 - a32 * b00);
633 double b06 = a20 * a31 - a21 * a30;
636 double b09 = a21 * a32 - a22 * a31;
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/mips/
mips16-undecoded.d 16 [0-9a-f]+ <[^>]*> f008 0a31 la v0,0000402c <foo\+0x402c>
34 [0-9a-f]+ <[^>]*> f008 2a31 bnez v0,0000808a <foo\+0x808a>
39 [0-9a-f]+ <[^>]*> f008 4a31 addiu v0,16401
49 [0-9a-f]+ <[^>]*> f008 5a31 sltiu v0,16401
54 [0-9a-f]+ <[^>]*> f008 6a31 li v0,16401

Completed in 559 milliseconds

1 2