Lines Matching defs:line
104 def line( intype, outtype, ptr, v0, v1 ):
110 # and only emitting each line at most once.
113 line( intype, outtype, ptr, v0, v1 )
114 line( intype, outtype, ptr + '+2', v1, v2 )
115 line( intype, outtype, ptr + '+4', v2, v0 )
118 line( intype, outtype, ptr, v0, v1 )
119 line( intype, outtype, ptr + '+2', v1, v2 )
120 line( intype, outtype, ptr + '+4', v2, v3 )
121 line( intype, outtype, ptr + '+6', v3, v0 )
179 line( intype, outtype, 'out+j', 'i', '(i+1)%(out_nr/2)' )