search for: pprefix

Displaying 4 results from an estimated 4 matches for "pprefix".

Did you mean: prefix
2009 Apr 17
1
Monotone Transformation
Hi, I am trying to use R to mimic what I did in SAS. proc transreg data=x ; model identity(GSI)=monotone(group1); output out=d2 pprefix=M; run; Accroding to SAS documentation, the MONOTONE transfomation algorithm comes from (Kruskal 1964, secondary approach to ties). I have tried ace. it does provide some kind of monotone transformation, but it is not what I expected. Here is how sas output look like: Obs GSI TGSI...
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
...quot;ri" for things in Rinternals (e.g. riReal) and except - a small "rd" for things in Rdefines (e.g. rdNumericPointer) [- low level functions contained in the unit rhRUseInternals.pas have the prefix "rui". (This is too lowlevel and not delivered)] Filenames: Pprefixed with "rh" (R header) or "rhu" (R header utils). Delphi conventions: - types start with an "a", pointers with "p" (e.g. R_len_t becomes aRLen) - constants start with prefix "The" (global) or "the" (local) - variables start with cap...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...sizeof( int ) ); dss = (int **) allocate_array( current_max_dfas, sizeof( int * ) ); dfaacc = (union dfaacc_union *) allocate_array( current_max_dfas, sizeof( union dfaacc_union ) ); nultrans = (int *) 0; } void usage() { fprintf( err, ("%s [-bcdfhilnpstvwBFILTV78+? -C[aefFmr] -ooutput -Pprefix -Sskeleton]\n"), program_name ); fprintf( err, ("\t[--help --version] [file ...]\n") ); fprintf( err, ("\t-b generate backing-up information to %s\n"), backing_name ); fprintf( err, ("\t-c do-nothing POSIX option\n") ); fprintf( err, ("\t-d turn on...