Home
last modified time | relevance | path

Searched defs:WORK (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.21.1.f902 SUBROUTINE WORK(K) subroutine
7 END SUBROUTINE WORK argument
H A Da.15.1.f902 SUBROUTINE WORK(N) subroutine
4 END SUBROUTINE WORK argument
H A Da.39.1.f905 SUBROUTINE WORK(ID) subroutine
H A Da.22.8.f904 REAL, POINTER :: WORK(:) variable
H A Da.18.1.f9018 REAL WORK(256) variable
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D990115-1.f3 $ WORK, RWORK, INFO ) argument
4 COMPLEX*16 WORK( * ) local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20011130-1.c4 #define WORK(x, y) __asm__ ("" : "=r" (x) : "0" (x)); y += x + 26 macro