search for: _s_

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

Did you mean: _s
2007 Apr 08
3
[LLVMdev] C++ -> C translation problems
...d -I../unrar -emit-llvm -c err.cpp -o err.bc rm err.cbe.c .\..\..\LLVM\src\llvm-1.9\Release\bin\llc -march=c err.bc sed "s/!defined(_MSC_VER)/!defined(_MSC_VER) \&\& !defined(__BORLANDC__)/" err.cbe.c >t1 sed "s,__stdcall ,/*__stdcall*/ ,g" t1 >t2 sed "s/_$_/_S_/g" t2 >t3 sed "s/_2$_/_2S_/g" t3 >terr.c rm t1 t2 t3 "C:\Program Files\Borland\BDS\4.0\bin\bcc32" -I"C:/Program Files/Borland/BDS/4.0/include" -I../unrar -p- -c terr.c =================================================== I won't send the (rather long) te...
2001 Apr 15
0
newbie to R but not to stats programming
...so I thought I would post several long and newbie messages in the hope that several people will respond with different ways to resolve these issues. I have read Maindonald's _ Intro_, and the Venebles et al _Intro_ and I have browsed the reference manual and online help. The Venebles et al _S_ book is in the mail. I will be very pleased to RTFM if only you can point me to the appropriate section. This said, I have some questions about work organization in R. In SAS and Stata, I frequently reshape data sets. I figured out how to merge, but how do I check the quality of the merge (r...
2012 Aug 16
27
[PATCH v3 0/6] ARM hypercall ABI: 64 bit ready
Hi all, this patch series makes the necessary changes to make sure that the current ARM hypercall ABI can be used as-is on 64 bit ARM platforms: - it defines xen_ulong_t as uint64_t on ARM; - it introduces a new macro to handle guest pointers, called XEN_GUEST_HANDLE_PARAM (that has size 4 bytes on aarch and is going to have size 8 bytes on aarch64); - it replaces all the occurrences of