search for: initlist

Displaying 6 results from an estimated 6 matches for "initlist".

Did you mean: init_list
2019 Dec 19
2
Moving to ORCv2 - Where are my global constructors and destructors?
...MCJIT times I remember, that those functions are the global constructors, but when calling lookup on that name, I was not able to find the symbol. So I tried a different way: llvm::GlobalVariable *var = module->getNamedGlobal("llvm.global_ctors"); if(var) { llvm::ConstantArray *InitList = (llvm::ConstantArray*)var->getInitializer(); for(unsigned int n = 0; n < InitList->getNumOperands(); n++) { llvm::ConstantStruct *CS = (llvm::ConstantStruct*)InitList->getOperand(n); if(!CS) { continue;...
2010 Aug 10
0
Error in R2Bugs
...;n.plot", "n.sp") bugs.data(datalist) parmlist<-c("b.lev", "b.light", "b.con", "b.dcon", "b.s1", "b.s2", "b.s3", "sigma.ind", "sigma.plt", "sigma.sp", "sigma.sppl") initlist<-list(list(b.lev=0.01, b.light=0.01, b.con=0.01, b.s1=0.01, b.s2=0.01, b.s3=0.01, b.dcon=0.01, tau.ind=rep(0,N), tau.plt=rep(0,n.plot), tau.sp=rep(0,n.sp), tau=array(0, c(n.sp, n.plot))), list(b.lev=0.01, b.light=0.01, b.con=0.01, b.s1=0.01, b.s2=0.01, b.s3=0.01,...
2002 Mar 19
3
Re: Problems with rgl package
...;R 1.4.1. platform >with the rgui --sdi option, but I obtain the following window error >messages when I use the command "example(hist3d)" > >privileged instruction > >After several windows of this messages it appears the following message: > >OpenGL error OGLGroup initlist: 1283:desbordamiento de pila > >And the program crashes > >What am I missing? > >Thank you very much for your help. > >Kenneth > -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. -.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~horni...
2013 Sep 25
0
[LLVMdev] initialization list with conversion operator dont work properly and report error
I'm not really an overload resolution expert, so I could be wrong. Anyway, please file a bug report (http://llvm.org/bugs/), and our overload resolution experts will take a look. :) -Eli On Wed, Sep 25, 2013 at 6:34 AM, Mayur Pandey <mayurthebond at gmail.com>wrote: > Actually it should have not thrown error at all. it works fine with gcc. > And the part of code which you
2002 Mar 18
4
Plot 3d
There exists a plot 3d functions (or similar) in R? Thanks, ======================================== Cezar Freitas (ICQ 109128967) IMECC - UNICAMP Campinas, SP - Brasil -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe"
2013 Sep 25
2
[LLVMdev] initialization list with conversion operator dont work properly and report error
Actually it should have not thrown error at all. it works fine with gcc. And the part of code which you mentioned is not getting hit at all. Maybe some difference in parsing is there. On Wed, Sep 25, 2013 at 5:29 AM, Eli Friedman <eli.friedman at gmail.com>wrote: > On Mon, Sep 23, 2013 at 11:43 PM, Mayur Pandey <mayurthebond at gmail.com>wrote: > >> for the following