Searched refs:jx (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Dgcov-10.c8 unsigned ix, jx = 0; local
10 for (ix = 10; ix--;) if (ix & 1) jx++; /* count(11) */
12 return jx != 5;
H A Dgcov-10b.c8 unsigned ix, jx = 0; local
10 ix = 10; goto test; loop: ; if (ix & 1) jx++; test: ; if (ix--) goto loop; /* count(11) */
12 return jx != 5;
H A Dgcov-11.c16 unsigned ix, jx = 0; local
18 for (ix = 10; ix--;) jx += foo (ix); /* count(11) */
20 return jx != 5;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dboz_6.f906 integer jb, jo, jz, jx variable in program:test
10 data ix, jx /x'abc', 'abc'x/
14 if (ix /= jx) call abort
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr47744-1.c8 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
12 jx = nx-1;
14 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx+i-j]; q[i] = fw;
/haiku-buildtools/gcc/libquadmath/math/
H A Datanhq.c44 uint32_t jx, ix; local
48 jx = u.words32.w0;
49 ix = jx & 0x7fffffff;
65 if(jx & 0x80000000) return -t; else return t;
H A Dtanhq.c52 uint32_t jx, ix; local
57 jx = u.words32.w0;
58 ix = jx & 0x7fffffff;
63 if (jx & 0x80000000)
93 return (jx & 0x80000000) ? -z : z;
H A Dsinhq.c65 uint32_t jx, ix; local
70 jx = u.words32.w0;
71 ix = jx & 0x7fffffff;
78 if (jx & 0x80000000)
H A Drem_pio2q.c93 * jx nx - 1
156 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
163 /* determine jx,jv,q0, note that 3>q0 */
164 jx = nx-1;
168 /* set up f[0] to f[jx+jk] where f[jx+jk] = ipio2[jv+jk] */
169 j = jv-jx; m = jx+jk;
174 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20031220-2.c22 __int32_t ix,jx; local
23 do { ieee_float_shape_type gf_u; gf_u.value = (x); (jx) = gf_u.word; } while (0);
24 ix = jx&0x7fffffff;
27 if (jx<0) h = -h;
/haiku-buildtools/binutils/gas/testsuite/gas/xtensa/
H A Djlong.d13 .*: .* jx a8
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dsinit.go159 var jx uint var
221 var copy_jx = jx
/haiku-buildtools/gcc/gcc/
H A Dgcov.c2087 unsigned jx;
2091 for (jx = 0, encoding = block->u.line.encoding;
2092 jx != block->u.line.num; jx++, encoding++)
2096 jx++;
2478 int ix, jx;
2480 for (ix = jx = 0, block = line->u.blocks; block;
2491 jx += output_branch_count (gcov_file, jx, arc);
2085 unsigned jx; local
2476 int ix, jx; local
/haiku-buildtools/gcc/gcc/cp/
H A Dclass.c8981 unsigned ix, jx;
9049 jx = vec_safe_length (*inits);
9050 vec_safe_grow (*inits, jx + vid.inits->length ());
9054 ix--, jx++)
9055 (**inits)[jx] = *e;
8973 unsigned ix, jx; local
H A Dcall.c2971 unsigned jx; local
2975 FOR_EACH_VEC_ELT_REVERSE (*(types[1]), jx, u)

Completed in 141 milliseconds