Displaying 4 results from an estimated 4 matches for "iper".
Did you mean:
aper
2007 Apr 13
0
[LLVMdev] "Name that compiler"
...au
came out :)
Wordlist:
code, source, byte, compiler, optimizer, toolkit, language, assembler,
machine, engine, translation (general llvm related terms)
screwdriver (a generic helpful tool just like LLVM is)
plasticine (gives the idea of modellability)
fun (llvm is fun :P)
matic,
omni, over, uber, iper, etc.
lego (the idea of modularity, or "building complex things with simple pieces")
etc
So it could be: omnisource, legolang, transource, screwpiler,
plastibyte, uberlang, oversource, optimatic, etc, etc.
Ok, ok, i'm quitting :)
On 4/13/07, Morten Ofstad <morten at hue.no>...
2007 Apr 13
4
[LLVMdev] "Name that compiler"
me22 wrote:
> One of the nicer project names I've seen recently is Alexandria, for a
> book database program ( http://alexandria.rubyforge.org/ ). It
> unfortunately fails the searchability test, but does brilliantly at
> reminding you what it is.
Along these lines, is there any mythical characters or historical persons which are associated with translation (which
is the primary
2007 Feb 08
1
supsmu(periodic=TRUE) can crash R by reading before start of array (PR#9502)
...t(i,"\n")
int <- supsmu(xx,yy,periodic=T,span=span)
i <-i+1
}
results in:
1
2
3
4
5
6
7
8
9
Program received signal SIGSEGV, Segmentation fault.
smooth_ (n=0xffffeffe, x=0xb6a7f020, y=0xb6993020, w=0xb6921020,
span=0xffffeffe, iper=0xffffeffe, vsmlsq=0xffffeffe, smo=0xb68e8020,
acvr=0x9c7e7c8) at ppr.f:1087
1087 xti=x(j)
Current language: auto; currently fortran
(gdb) list
1082 if (ibw.lt.2) ibw=2
1083 it=2*ibw+1
1084 do 20 i=1,it
1085 j=i
1086...
2007 Feb 19
0
supsmu produces segfault when handed all NAs. (PR#9519)
...- supsmu(x,y);
y<- NA + y; # all NAs
tmp <- supsmu(x,y); # oops
*** caught segfault ***
address 0xfffffff8, cause 'memory not mapped'
Traceback:
1: .Fortran(R_supsmu, as.integer(leno), as.double(xo),
as.double(y[ord]), as.double(wt[o
rd]), as.integer(iper), as.double(span), as.double(bass), smo =
double(leno), double(n * 7
), double(1))
2: supsmu(x, y)
Possible actions:
1: abort (with core dump)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
Selection:
--please do not edit the inform...