search for: nonintegr

Displaying 3 results from an estimated 3 matches for "nonintegr".

Did you mean: noninteger
2015 Jan 15
2
[LLVMdev] Handling of undef in the IR
Hi all, I have a very simple test case (thanks to bugpoint) that hit an assert in reassociate. (the assert is (C->getType()->isIntOrIntVectorTy() && "Cannot NEG a nonintegral value!"), function getNeg) The function is taking a Constant as argument, but the assert does not expect an undef. I’m not sure whose responsibility is it to handle that (caller?). Do we have to defensively assume that any Constant can be an undef anywhere and I should just add a check her...
2011 Apr 20
1
FW: [Rcpp-devel] Question on 5.6 Interfacing C++ code
...ing >Again, I like working from an existing, working package. As I said, there are >almost 1000 to pick from. >Please direct follow-ups that have no bearing on Rcpp to r-devel. >Dirk I've tried to figure this out for weeks by looking at other packages and reading the confusing and nonintegrated documentation, but it hasn't taught me how to put the two commands into a package so that they are run when the package is installed. I'm simply trying to find out where in my package I should put the commands 'R CMD SHLIB X.cc X_main.cc' and 'dyn.load(paste("X",.P...
2004 May 14
2
request: allow inline functions in R
...embler code for the function, unless you specify the option `-fkeep-inline-functions'. Some calls cannot be integrated for various reasons (in particular, calls that precede the function's definition cannot be integrated, and neither can recursive calls within the definition). If there is a nonintegrated call, then the function is compiled to assembler code as usual. The function must also be compiled as usual if the program refers to its address, because that can't be inlined. When an inline function is not static, then the compiler must assume that there may be calls from other source fi...