search for: kavali

Displaying 2 results from an estimated 2 matches for "kavali".

Did you mean: javali
2006 Nov 29
2
need help with barplot
Hello, I do this a=c(10.2,0.4,0.2,5.2,8.6,1.6,0.0,1.0,6.3,1.4,0.4,0.2) b=matrix(a,nrow=4) rownames(b)=c("20/04/2002","21/04/2002","22/04/2002","23/04/2002") colnames(b)=c("p1","p2","p3") barplot(b,beside=T,col=(c("red","orange","yellow"))) then I have
2013 Mar 18
1
[LLVMdev] LLVM pass for vector init and loop
Hi, This is Ashwin studying M.Tech CSE I year in VIT University. would you please help me for creating this pass. 1. Write a pass (or a set of passes) that recognizes the vector init (initialization of a vector with a constant) • Example: for(i=0;i<5;i++) v[i]=42; • The pass should report: – Matched computation, operand, size etc. – Alternatively replace matched loops by an