search for: 269101

Displaying 2 results from an estimated 2 matches for "269101".

Did you mean: 369101
2016 May 18
3
BLX relocation regression on Thumb2 bot
...ymbol `operator delete(void*)@@GLIBCXX_3.4' defined in .text section in /usr/lib/gcc/arm-linux-gnueabihf/4.8/libstdc++.so If I read the AAELF ABI document correctly, that relocation is used when the linker is building a veneer for under-reaching branches, which seems to be one of your changes (269101), though that was supposed to be MachO only. Do you have any ideas on the issue? cheers, -renato PS: I'm bisecting it right now, but it's self hosted + compiler-rt, so it will take a while. Also, I fear whatever I find will be just uncovering the problem, not causing it.
2002 Mar 07
1
integrate function
After finding an error in R's integrate function, I spent some time testing various alternative numerical integration routines I took from the Numerical Recipes book by Press et al. Here is a brief summary of what I found. As near as I can tell, no method for numerical integration is foolproof. I believe that no matter the method, functions could be invented to defeat it. In particular,