Home | History | Annotate | Download | only in chan

Lines Matching refs:split

76 // split reads a single demand channel and replicates its
81 // When multiple generations of split exist, the newest
120 func split(in *dch, out *dch2){
328 func Split(U PS) *dch2{
330 go split(U,UU)
465 UU := Split(U)
466 VV := Split(V)
550 split(Mul(Cmul(neg(z),U),Shift(z,ZZ[0])),ZZ)
565 split(Integ(one,Mul(ZZ[0],Diff(U))),ZZ)
578 VV := Split(V)