Searched refs:VECLEN (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Domp_orphan.f14 INTEGER I, VECLEN variable in program:ORPHAN
15 PARAMETER (VECLEN = 100)
16 REAL*8 A(VECLEN), B(VECLEN), SUM
18 DO I=1, VECLEN
33 INTEGER I, TID, OMP_GET_THREAD_NUM, VECLEN local in subroutine:DOTPROD
34 PARAMETER (VECLEN = 100)
35 REAL*8 A(VECLEN), B(VECLEN), SUM
39 DO I=1, VECLEN
[all...]
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Domp_orphan.c13 #define VECLEN 100 macro
15 float a[VECLEN], b[VECLEN], sum;
23 for (i=0; i < VECLEN; i++)
37 for (i=0; i < VECLEN; i++)

Completed in 145 milliseconds