Searched refs:jp (Results 1 - 25 of 40) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dbounds_check_11.f9012 integer :: jp(2,maxc) variable in program:test
13 call findphase(jp)
15 subroutine findphase(jp)
16 integer, intent(out) :: jp(2,*) local in subroutine:findphase
17 jp(2,2:4)=0
18 jp(2,0:4)=0 ! { dg-warning "out of bounds" }
19 jp(3,1:4)=0 ! { dg-warning "out of bounds" }
24 ! { dg-output "Index '0' of dimension 2 of array 'jp' below lower bound of 1" }
H A Dpointer_intent_3.f9013 integer, pointer :: jp => null() component in type:myT
34 t%jp = 5
35 t%jp => null(t%jp) ! { dg-error "pointer association context" }
36 nullify(t%jp) ! { dg-error "pointer association context" }
38 allocate(t%jp) ! { dg-error "pointer association context" }
39 deallocate(t%jp) ! { dg-error "pointer association context" }
H A Dpr42166.f9012 jp=npt+j
14 sum=sum+bmat(jp,k)*d(k)
16 vlag(jp)=sum
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Ddefarg3.C5 int* jp; variable
7 void f (int *ip, int kp = hp - jp) argument
/haiku-buildtools/binutils/gas/testsuite/gas/z80/
H A Dbranch.s5 jp 0x8405
6 jp c,0x8405
7 jp nc,0x8405
8 jp z,0x8405
9 jp nz,0x8405
10 jp pe,0x8405
11 jp po,0x8405
12 jp m,0x8405
13 jp p,0x8405
21 jp (h
[all...]
H A Dbranch.d9 [ ]+0:[ ]+c3 05 84[ ]+jp 0x8405
10 [ ]+3:[ ]+da 05 84[ ]+jp c,0x8405
11 [ ]+6:[ ]+d2 05 84[ ]+jp nc,0x8405
12 [ ]+9:[ ]+ca 05 84[ ]+jp z,0x8405
13 [ ]+c:[ ]+c2 05 84[ ]+jp nz,0x8405
14 [ ]+f:[ ]+ea 05 84[ ]+jp pe,0x8405
15 [ ]+12:[ ]+e2 05 84[ ]+jp po,0x8405
16 [ ]+15:[ ]+fa 05 84[ ]+jp m,0x8405
17 [ ]+18:[ ]+f2 05 84[ ]+jp p,0x8405
23 [ ]+25:[ ]+e9[ ]+jp \(h
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dc90-scanf-2.c11 foo (signed char *hhp, float *fp, llong *llp, intmax_t *jp, argument
18 scanf ("%jd", jp); /* { dg-warning "length|C" "%j in C90" } */
H A Dms_c90-scanf-2.c12 foo (signed char *hhp, float *fp, llong *llp, intmax_t *jp, argument
19 scanf ("%jd", jp); /* { dg-warning "unknown|format" "%j is unsupported" } */
H A Dms_c99-scanf-1.c18 intmax_t *jp, uintmax_t *ujp, intmax_t *jn, size_t *zp,
56 scanf ("%jd", jp); /* { dg-warning "unknown|format" "%j not supported" } */
13 foo(int *ip, unsigned int *uip, short int *hp, unsigned short int *uhp, signed char *hhp, unsigned char *uhhp, long int *lp, unsigned long int *ulp, float *fp, double *dp, long double *ldp, char *s, void **pp, int *n, long long *llp, unsigned long long *ullp, wchar_t *ls, short int *hn, signed char *hhn, long int *ln, long long int *lln, intmax_t *jp, uintmax_t *ujp, intmax_t *jn, size_t *zp, signed_size_t *szp, signed_size_t *zn, ptrdiff_t *tp, unsigned_ptrdiff_t *utp, ptrdiff_t *tn) argument
H A Dc99-scanf-1.c17 intmax_t *jp, uintmax_t *ujp, intmax_t *jn, size_t *zp,
85 scanf ("%jd%ji%jo%ju%jx%jX%jn", jp, jp, ujp, ujp, ujp, ujp, jn); /* { dg-bogus "length" "bogus %j warning" { target *-*-* } } */
97 scanf ("%jp", pp); /* { dg-warning "length" "bad use of %j" } */
12 foo(int *ip, unsigned int *uip, short int *hp, unsigned short int *uhp, signed char *hhp, unsigned char *uhhp, long int *lp, unsigned long int *ulp, float *fp, double *dp, long double *ldp, char *s, void **pp, int *n, long long *llp, unsigned long long *ullp, wchar_t *ls, short int *hn, signed char *hhn, long int *ln, long long int *lln, intmax_t *jp, uintmax_t *ujp, intmax_t *jn, size_t *zp, signed_size_t *szp, signed_size_t *zn, ptrdiff_t *tp, unsigned_ptrdiff_t *utp, ptrdiff_t *tn) argument
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A D20000511-2.f32 integer ix,j,jp,kase,kase1,kd,lm local in subroutine:sgbcon
51 jp= ipiv(j)
52 t= work(jp)
53 if(jp.ne.j)then
55 work(jp)= work(j)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/dfp/
H A Dddmode-ice.c18 int jp; local
36 jp = j + 1;
41 yy = y[i][jp] - y[i][jm];
48 qyy = y[i][jp] - 2.0dd * y[i][j] + y[i][jm];
49 qxy = y[ip][jp] - y[ip][jm] - y[im][jp] + y[im][jm];
/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
11 jp = jk;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Did-7.f1 subroutine dasol(al,au,ad,b,jp,neq,energy)
/haiku-buildtools/binutils/gas/testsuite/gas/z8k/
H A Djmp-cc.s6 jp ule , dd
7 jp ov, dd
18 jp nov , dd
H A Djmp-cc.d13 6: 5e03 0040 jp ule,0x40
14 a: 5e04 0040 jp ov/pe,0x40
25 22: 5e0c 0040 jp nov/po,0x40
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/z8k/
H A Djmp-cc.s6 jp ule , dd
7 jp ov, dd
18 jp nov , dd
H A Djmp-cc.d13 6: 5e03 0040 jp ule,0x40
14 a: 5e04 0040 jp ov/pe,0x40
25 22: 5e0c 0040 jp nov/po,0x40
/haiku-buildtools/binutils/ld/testsuite/ld-z8k/
H A Dother-file.s13 jp t,this_start
14 jp t,other_start
H A Dthis-file.s10 jp t,this_start
11 jp t,other_start
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arc/
H A Dj.s13 jp text_label
H A Dj.d37 38: 03 00 1f 38 381f0003 jp 0 <text_label>
41 40: 03 00 1f 38 381f0003 jp 0 <text_label>
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dj.s13 jp text_label
H A Dj.d23 38: 20e0 0f83 0000 0000 jp 0
25 40: 20e0 0f83 0000 0000 jp 0
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A DconvT2X.go88 jp J = p // The method set for *T contains the methods for T. var
162 if p != jp {
163 panic("p != jp")

Completed in 240 milliseconds

12