search for: f1v

Displaying 5 results from an estimated 5 matches for "f1v".

Did you mean: f1
2012 Aug 15
0
[LLVMdev] Questions on Memory Optimizations
...telementptr %sTy* %sVal, i32 0, i32 0 store i32 789, i32* %f1 %f2 = getelementptr %sTy* %sVal, i32 0, i32 1 store double 3.523460e+01, double* %f2 %f3 = getelementptr %sTy* %sVal, i32 0, i32 2 store double 0x41CD6F34588147AE, double* %f3 %f1a = getelementptr %sTy* %sVal, i32 0, i32 0 %f1v = load i32* %f1a %f2a = getelementptr %sTy* %sVal, i32 0, i32 1 %f2v = load double* %f2a %f3a = getelementptr %sTy* %sVal, i32 0, i32 2 %f3v = load double* %f3a call void @print(i32 %f1v, double %f2v, double %f3v) ret void } The GVN pass is able to eliminate %f1a, %f2a and %f3a but not...
2003 Dec 10
0
nested analysis with lme - odd result?
...of the time. Here's some example code with variance simulated in level 2 and spurious variance appearing frequently in level 1: library(nlme) # 4 level nesting simVar <- c(0,1,0,.1) # first is level one, last becomes error nAtLevel <- c(5,5,5,5) # number of replicates at each level F1V <- F2V <- F3V <- residV <- numeric(0) for (rep in 1:100){ F1f <- F2f <- F3f <- value <- numeric(0) mn <- numeric(length(nAtLevel)) # data generator for (F1 in 1:nAtLevel[1]) { mn[1] <- rnorm(1,sd=simVar[1]) # set mean for level 1 for (F2 in 1:nAt...
2006 Dec 14
0
Sale on ogg-vorbis 256 MB player - $10 + shipping
Hi all, The price at samsungrb.com on the YP-F1V just dropped to $10. It is usually around $30. I am posting here first with the hope other vorbis enthusiasts will get in on the deal before it hits fatwallet and slickdeals. I plan to post it to fatwallet.com Monday morning if they are still available. For me, one player shipped was $18, two p...
2006 Dec 15
0
RE: Vorbis Digest, Vol 31, Issue 11
...age: 1 Date: Thu, 14 Dec 2006 11:21:32 -0500 (EST) From: Ben Blout <bdb-new@MIT.EDU> Subject: [Vorbis] Sale on ogg-vorbis 256 MB player - $10 + shipping To: vorbis@xiph.org Message-ID: <200612141621.kBEGLWVr014709@scrubbing-bubbles.mit.edu> Hi all, The price at samsungrb.com on the YP-F1V just dropped to $10. It is usually around $30. I am posting here first with the hope other vorbis enthusiasts will get in on the deal before it hits fatwallet and slickdeals. I plan to post it to fatwallet.com Monday morning if they are still available. For me, one player shipped was $18, two p...
2003 Dec 17
2
variance estimates in lme biased?
...ev of >0.4 and in many cases the level 1 estimate is close to level 2's. Nothing like that happens in level 3. I use R 1.8.1 & Win2000. Since I last posted, I have also seen these symptoms in SAS when I use PROC VARCOMP, although I haven't explored it much there. library(nlme) F1V <- F2V <- F3V <- residV <- numeric(0) for (rep in 1:500){ F1f <- F2f <- F3f <- value <- numeric(0) # data generator for (F1 in 1:5) { for (F2 in 1:5) { lev2 <- rnorm(1,sd=1.0) for (F3 in 1:5) { for (F4 in 1:5) { lev4 <-...