search for: otherarg2

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

2007 May 17
8
[LLVMdev] Antw.: 2.0 Pre-release tarballs online
...ool/Integral/Int are merged into ConstantInt. * %llvm.dbg.subprogram.type's line number is now the 7th element; its compile unit is now the 6th element. * Argument names have got their argument index appended to their name in the LLVM bitcode (e.g. "define void @f(i32 %Arg1, i32 % OtherArg2) {...}" instead of "define void @f(i32 %Arg, i32 %OtherArg) {...}"). * ... (there is probably more, as my app compiles by now, but is still broken) Kind regards, Bram Adams GH-SEL, INTEC, Ghent University (Belgium)  -------------- next part -------------- An HTML attachment...
2007 May 18
0
[LLVMdev] Antw.: 2.0 Pre-release tarballs online
...nt are merged into ConstantInt. > * %llvm.dbg.subprogram.type's line number is now the 7th element; > its compile unit is now the 6th element. > * Argument names have got their argument index appended to their name in the > LLVM bitcode (e.g. "define void @f(i32 %Arg1, i32 %OtherArg2) {...}" instead > of "define void @f(i32 %Arg, i32 %OtherArg) {...}"). > * ... (there is probably more, as my app compiles by now, but is still > broken) > > Kind regards, > > Bram Adams > GH-SEL, INTEC, Ghent University (Belgium) >  >
2007 Aug 04
3
Normality tests
Hello All, I am new to R, and I am writing to seek your advice on how best to use it to run R's various normality tests in an automated way. In a nutshell, my situation is as follows. I work in an investment bank, and my team and I are concerned that the assumption we make in our models that the returns of assets are normally distributed may not be justified for certain asset classes. We are