Lines Matching defs:cc
22 subroutine workshare(aa, bb, cc, dd, ee, ff, n)
25 real aa(n), bb(n), cc(n), dd(n), ee(n), ff(n)
30 cc = dd
34 where (aa .ne. my_func()) aa = bb * cc
41 cc = aa + my_func()
45 cc = dd + my_func()
48 cc = ee + my_func()
59 where (cc .le. j) cc = cc + my_func()
73 cc = impure_my_func()