Lines Matching defs:z
39 subroutine s1(x, y, z) argument
41 real :: z(x + y) ! resolves to add_ll local
43 subroutine s2(x, y, z) argument
46 real :: z(x + y) ! resolves to add_li local
48 subroutine s3(x, y, z) argument
51 real :: z(x / y) ! resolves to div_tz local
53 subroutine s4(x, y, z) argument
56 real :: z(x / y) ! resolves to div_ct local
172 subroutine s1(x, y, z) argument
175 real :: z(x .and. y) ! resolves to and_ti local
177 subroutine s2(x, y, z) argument
180 real :: z(x .a. y) ! resolves to and_li local
182 subroutine s3(x, y, z) argument
184 real :: z(x .and. y) ! resolves to and_tt local
186 subroutine s4(x, y, z) argument
188 real :: z(x .neqv. y) ! resolves to neqv_tt local
190 subroutine s5(x, y, z) argument
192 real :: z(x .xor. y) ! resolves to neqv_rr local
303 subroutine s1(x, y, z) argument
306 real :: z(x /= y) ! resolves to ne_it local
308 subroutine s2(x, y, z) argument
311 real :: z(x .ne. y) ! resolves to ne_tt local
313 subroutine s3(x, y, z) argument
316 real :: z(x <> y) ! resolves to ne_ci local
389 subroutine s1(x, y, z) argument
392 real :: z(x // y) ! resolves to concat_12 local
394 subroutine s2(x, y, z) argument
397 real :: z(x // y) ! resolves to concat_int_real local
547 subroutine s1(n, x, y, z, a, b) argument
551 real :: z(2, 2, 2) local
597 subroutine s1(x, y, z) argument
599 real :: z(x + y) ! resolves to f1 local
601 subroutine s2(x, y, z) argument
603 real :: z(x + y) ! resolves to f2 local