search for: fpop

Displaying 7 results from an estimated 7 matches for "fpop".

Did you mean: apop
2012 Apr 12
2
pyramid.plot in plotrix, axis labelling
...e sample data lifted from another example. I've scaled down the other labels using labelcex whch leaves the disparity in sizes that I'm trying to remove. I'd like something like this but with the x axis lables the same size as the y. > mpop=c(50,75,80,100,110,90,85,60,40,20) > fpop=c(50,75,80,100,110,90,85,60,50,30) > coh=c("0-9","10-19","20-29","30-39","40-49","50-59","60-69","70-79","80-89","90-99") > pyramid.plot(mpop,fpop,labels=coh,gap=15,labelcex=0.7,top.labels=c(&q...
2013 Jun 06
1
Reproducable Infiniband panic
...9 in devfs_destroy_cdevpriv (p=0xfffffe0005772980) at /usr/home/julian/src/freebsd/sys/fs/devfs/devfs_vnops.c:159 No locals. #9 0xffffffff80513e47 in devfs_close_f (fp=0xfffffe000b0e9aa0, td=<value optimized out>) at /usr/home/julian/src/freebsd/sys/fs/devfs/devfs_vnops.c:619 error = 0 fpop = (struct file *) 0x0 #10 0xffffffff805b4b23 in _fdrop (fp=0xfffffe000b0e9aa0, td=<value optimized out>) at file.h:334 error = 0 #11 0xffffffff805b65ec in closef (fp=0xfffffe000b0e9aa0, td=0xfffffe000b0af000) at /usr/home/julian/src/freebsd/sys/kern/kern_descrip.c:2272 vp = <value optimi...
2016 Feb 03
7
[RFC] FP Environment and Rounding mode handling in LLVM
...nv Core 08/14] Do not simplify expressions with FPEnv access: http://reviews.llvm.org/D14073 [FPEnv Core 09/14] Make Strict flag available for more clients: http://reviews.llvm.org/D14074 [FPEnv Core 10/14] Use Strict in IRBuilder: http://reviews.llvm.org/D14075 [FPEnv Core 11/14] Don't convert fpops to constexprs in SCCP: http://reviews.llvm.org/D14076 [FPEnv Core 13/14] Don't hoist FP-ops with side-effects in LICM: http://reviews.llvm.org/D14078 [FPEnv Core 14/14] Introduce F*_W_CHAIN instrs to prevent reordering: http://reviews.llvm.org/D14079 — Mehdi
2007 Dec 20
0
test for factor effect with nested glm
...value Pr(>F) factor1 15 85.99 5.73 3.1332 8.702e-05 *** factor1:factor2 42 131.75 3.14 1.7145 0.005654 ** Residuals 308 563.52 1.83 / and recalculate the Fvalue for factor1 as follows: /> ffactor1<-(85.99/15)/(131.75/42) > fpop [1] 1.827491 > 1-pf(ffactor1,15,42) [1] 0.06285258/ My question is: am I allowed to do the same with an Analysis of Deviance table, calculated on a glm model, as done hereafter: /> mod2<-glm(M~factor1/factor2, family=Gamma(link=identity)) > amod2<-anova(mod2,test="F")...
2016 Feb 05
3
[RFC] FP Environment and Rounding mode handling in LLVM
...expressions with FPEnv access: > http://reviews.llvm.org/D14073 > [FPEnv Core 09/14] Make Strict flag available for more clients: > http://reviews.llvm.org/D14074 > [FPEnv Core 10/14] Use Strict in IRBuilder: > http://reviews.llvm.org/D14075 > [FPEnv Core 11/14] Don't convert fpops to constexprs in SCCP: > http://reviews.llvm.org/D14076 > [FPEnv Core 13/14] Don't hoist FP-ops with side-effects in LICM: > http://reviews.llvm.org/D14078 > [FPEnv Core 14/14] Introduce F*_W_CHAIN instrs to prevent reordering: > http://reviews.llvm.org/D14079 > > > —...
2016 Feb 06
2
[RFC] FP Environment and Rounding mode handling in LLVM
...: > > http://reviews.llvm.org/D14073 > > [FPEnv Core 09/14] Make Strict flag available for more clients: > > http://reviews.llvm.org/D14074 > > [FPEnv Core 10/14] Use Strict in IRBuilder: > > http://reviews.llvm.org/D14075 > > [FPEnv Core 11/14] Don't convert fpops to constexprs in SCCP: > > http://reviews.llvm.org/D14076 > > [FPEnv Core 13/14] Don't hoist FP-ops with side-effects in LICM: > > http://reviews.llvm.org/D14078 > > [FPEnv Core 14/14] Introduce F*_W_CHAIN instrs to prevent > > reordering: > > http://reviews...
2016 Feb 06
2
[RFC] FP Environment and Rounding mode handling in LLVM
.../D14073 >>>> [FPEnv Core 09/14] Make Strict flag available for more clients: >>>> http://reviews.llvm.org/D14074 >>>> [FPEnv Core 10/14] Use Strict in IRBuilder: >>>> http://reviews.llvm.org/D14075 >>>> [FPEnv Core 11/14] Don't convert fpops to constexprs in SCCP: >>>> http://reviews.llvm.org/D14076 >>>> [FPEnv Core 13/14] Don't hoist FP-ops with side-effects in LICM: >>>> http://reviews.llvm.org/D14078 >>>> [FPEnv Core 14/14] Introduce F*_W_CHAIN instrs to prevent >>>> r...