Searched refs:DDA (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dcshift_shift_real_2.f903 SUBROUTINE RA0072(DDA,LDA,nf10,nf1,mf1,nf2)
4 REAL DDA(10,10) local in subroutine:RA0072
6 WHERE (LDA) DDA = CSHIFT(DDA,1,-MF1) ! MF1 works, -1 works
H A Dminmaxloc_5.f904 REAL DDA(100) variable in program:GA4076
6 IDS = MAXLOC(DDA,1)
9 IDS = MAXLOC(DDA,1, (/(J1,J1=1,100)/) > 50)
12 IDS = minLOC(DDA,1)
15 IDS = MinLOC(DDA,1, (/(J1,J1=1,100)/) > 50)
H A Dminmaxloc_6.f903 REAL DDA(5:104) variable
6 IDS = MAXLOC(DDA,1)
8 IDS = MAXLOC(DDA,1, (/(J1,J1=1,100)/) > 50)
H A Dbound_6.f9014 SUBROUTINE PR38852(IDA,DDA,nf2,nf5,mf2)
16 REAL DDA(5,5,5,5,5)
17 TARGET DDA
23 call PR38852(IDA,DDA,2,5,-2)
36 SUBROUTINE PR38852(IDA,DDA,nf2,nf5,mf2)
39 REAL DDA(5,5,5,5,5) local in subroutine:PR38852
41 TARGET DDA
42 DLA => DDA(2:3, 1:3:2, 5:4:-1, NF2, NF5:NF2:MF2)
45 DLA => DDA(2:3, 1:3:2, 5:4:-1, 2, 5:2:-2)
51 DLA => DDA(
[all...]
H A Darray_constructor_23.f18 REAL(KV) DDA(10), dval local in subroutine:FA6013
22 DDA2 = ATAN2 (DDA, DDA(10:1:-1))
H A Darray_constructor_24.f17 REAL(KV) DDA(10), dval local in subroutine:FA6013
21 DDA2 = ATAN2 (DDA, DDA(10:1:-1))

Completed in 100 milliseconds