search for: riou

Displaying 10 results from an estimated 10 matches for "riou".

Did you mean: rio
2014 Jan 21
2
[LLVMdev] How to force a MachineFunctionPass to be the last one ?
Hi, I would like to execute a MachineFunctionPass after all other passes which modify the machine code. In other words, if we call llc to generate assembly file, that pass should run right before the "Assembly Printer" pass. Is there any official way to enforce this ? Best regards, Sebastien
2008 Oct 10
1
Coefficients in a polynomial glm with family poisson/binomial
..."response") points(predict(glm2,nd1,type="response")~nd1$AGE, col=2) AGE11<-c(11:70) Pred<-t(rbind(Pred.Fed1,AGE11)) Pred<-as.data.frame(Pred) model<-lm(Pred$Pred.Fed1~Pred$AGE11+I(Pred$AGE11^2)) summary(model) ### "accurate coefficients" Thanks Samuel Riou University of Leeds
2008 Oct 13
0
Re : using predict() or fitted() from a model with offset; unsolved, included reproducible code
...not specifying the offset term correctly in the model? Please get back to me if you have the slightest idea of what is going on. Or if you would know of another way than offset for my purposes I include below reproducible code with dummy data. Models do not fit, but they work. Thank you Samuel Riou ########## AGE<- c(1:10) MassChange24h<-c(10,8,6,4,2,0,-2,-4,-6,-8) T1<-c(10,11,12,13,14,15,16,17,18,19)? ### variable for which I want the effect, taking into acount the known effect of AGE T<-c("A","B","A","B","A","B",&quot...
2005 Dec 21
1
Active Search
Issue: I am trying to get a good quality search capability across our site. I ran across ActiveSearch (http://julik.textdriven.com/svn/tools/rails_plugins/simple_search/) which seems to be a better solution for us than SimpleSearch (and SearchGenerator) as it is more than just word based. However, I am unable to get the project built and being fairly new to Ruby / Rails I''m a little
2014 Jan 22
2
[LLVMdev] How to force a MachineFunctionPass to be the last one ?
On Jan 21, 2014, at 3:20 PM, Andrew Trick <atrick at apple.com> wrote: > > On Jan 21, 2014, at 2:20 PM, sebastien riou <matic at nimp.co.uk> wrote: > >> Hi, >> >> I would like to execute a MachineFunctionPass after all other passes >> which modify the machine code. >> In other words, if we call llc to generate assembly file, that pass >> should run right before the &qu...
2005 Dec 25
4
SF Bay Area Beer and Pizza SIG (RSVP request)
Although I don''t _need_ RSVPs for this event 12/28 8:00 pm The Beer & Pizza SIG will meet at Wild Pepper (3601 26th. St.; SF, CA). For details, see http://cfcl/rdm/beer_and_pizza. I''d like to be able to give the restaurant some idea of the size of table we''ll be needing. So, if you are planning to attend, please drop
2005 Dec 23
4
OO model style: inheritance
Hi everybody I am totally new to rails and I am trying to start a tiny project to get familiar with rails. But I already got my first problem and I would be happy if somebody could point me in the best and cleanest direction. I am trying to develop a small gallery app. Since I would like to add more features in future I am trying to design a clean OO architecture of my models: The base object
2008 Sep 01
0
[LLVMdev] Unresolveable fallthrough functions
Hi, I'm following the Kaleidoscope tutorial (which is very good btw) and am having difficulties having function calls for functions that haven't been defined getting resolved to plain C++ functions. In the tutorial (end of chapter 4), executing "extern putchard(x); putchard(120);" should execute the corresponding C++ function defined in the same file. Unfortunately in my case it
2006 Jan 24
1
help for Diablo II under Wine
Hi, I am a new user of Ubuntu. I am not familiar with UNIX commands. I try to run Diablo II using Wine. No pb with install, but when I try to run it, it says it can't find the cd in the cd driver. I am not sure for the configuration of Wine. When I type : "grep cdrom /etc/group", i do not get : cdrom::19:jesse, but I get : cdrom:x:24:hal,fran,christian. Moreover, I do not
2008 Sep 01
0
[LLVMdev] Unresolveable fallthrough functions
Anton Korobeynikov wrote: > > Hello, > >> ready> ERROR: Program used external function 'putchard' which could not >> be >> resolved! >> Any idea of what could be wrong? > Please make sure you're using C linkage for such functions, due to > mangling the name of > function being emitted is not "putchard". Something like this: >