Searched refs:dot (Results 1 - 25 of 168) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dpr49352.c10 int dot = 0; local
13 dot += *(x++) * *(y++);
14 return dot;
H A DO3-pr41881.c8 TYPE dot = 0; local
11 dot += *(x++) * *(y++);
13 return dot;
19 TYPE dot = 0; local
23 dot += *(x++) * *(y++);
25 return dot;
H A DO3-slp-reduc-10.c13 TYPE dot = 14; local
17 dot += *(x++) * *(y++);
19 return dot;
24 TYPE a[N], b[N], dot; local
35 dot = fun2 (a, b, N);
36 if (dot != RESULT)
H A Dvect-reduc-dot-u8b.c13 /* char->short->short dot product.
14 Detected as a dot-product pattern.
15 Should be vectorized on targets that support dot-product for unsigned chars,
16 but currently this test cannot be vectorized as a dot-product on targets
17 that support char->short->int dot-product.
34 unsigned short dot; local
39 dot = foo (N);
40 if (dot != DOT)
H A Dwrapv-vect-reduc-dot-s8b.c13 /* char->short->short dot product.
14 The dot-product pattern should be detected.
16 dot-product of signed char).
18 dot-product of chars into and int accumulator.
36 short dot; local
40 dot = foo (N);
41 if (dot != DOT)
H A Dvect-reduc-dot-s16c.c12 /* (short, int)->int->int dot product.
13 Not detected as a dot-product pattern. */
29 /* (int, short)->int->int dot product.
30 Not detected as a dot-product pattern. */
49 int dot; local
60 dot = foo (N);
61 if (dot != DOT)
64 dot = bar (N);
65 if (dot != DOT)
H A Dvect-reduc-dot-s16a.c12 /* short->int->int dot product.
13 Detected as a dot-product pattern.
14 Vectorized on targets that support dot-product for signed shorts. */
34 int dot; local
45 dot = foo (N);
46 if (dot != DOT)
H A Dvect-reduc-dot-s16b.c13 /* short->short->int dot product. Should be vectorized on architectures
34 int i, dot; local
45 dot = foo (N);
46 if (dot != DOT)
H A Dvect-reduc-dot-u8a.c13 /* char->short->int dot product.
14 Detected as a dot-product pattern.
15 Should be vectorized on targets that support dot-product for unsigned chars
39 unsigned int dot; local
44 dot = foo (N);
45 if (dot != DOT)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930120-1.c8 long int dot; variable
38 wx = dot;
39 w = dot;
42 wx = get((int)dot, itype);
44 w = (itolws.L=(wx), itolws.I[((dot)&3)>>1]);
74 psymoff(dot,ptype,":%16t");
88 printesc((int)(itolws.L=(wx), itolws.C[(dot)&3]));
90 printc((char)(itolws.L=(wx), itolws.C[(dot)&3]));
95 printf("%-8x", (itolws.L=(wx), itolws.C[(dot)&3]));
99 printf("%-8o", (itolws.L=(wx), itolws.C[(dot)
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp65.C12 dot(In1 f1, In2 f2) function
22 dot(&a[0], &b[0]);
/haiku-buildtools/binutils/ld/testsuite/ld-selective/
H A Dkeepdot.d5 # Check that GC:ing does not mess up the default value for dot.
H A Dkeepdot0.d6 # Check that GC:ing does not mess up the value for dot when specified
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-selective/
H A Dkeepdot.d5 # Check that GC:ing does not mess up the default value for dot.
H A Dkeepdot0.d6 # Check that GC:ing does not mess up the value for dot when specified
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb65.C15 dot(In1 f1, In2 f2) function
24 double s = dot(&a[0], &b[0]);
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Ddot-1.d3 #name: MIPS dot-1
4 #source: dot-1.s
H A Dmicromips@dot-1.d3 #name: MIPS dot-1
4 #source: dot-1.s
H A Dmips16@dot-1.d3 #name: MIPS dot-1
4 #source: dot-1.s
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dneon-cond-bad-inc.s42 .macro cvt to from dot="."
44 vcvteq\dot\to\dot\from d0,d1
45 vcvteq\dot\to\dot\from q0,q1
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug191.go7 // Tests bug with dot imports.
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Derr-case.s1 % Check that lowercase pseudos with mmixal syntax (no dot prefix) aren't
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Derr-case.s1 % Check that lowercase pseudos with mmixal syntax (no dot prefix) aren't
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Did-7.f2 real*8 al(*),au(*),ad(*),b(*),zero,energy,bd,dot local in subroutine:dasol
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dinterface_32.f9015 procedure(dot), deferred :: dot_v_v
16 procedure(dot), deferred :: dot_g_g
22 function dot (this,a,b)
27 real :: dot

Completed in 103 milliseconds

1234567