Displaying 1 result from an estimated 1 matches for "_nb".
Did you mean:
_n
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
...s, rhTypesAndConsts;
{ ConvC - call our convolve using .C }
{ We use pointer type arguments as they are closer to the original C code.
See in implementation for an example with parameters passed by reference }
procedure ConvC( _a: pDoubleArr; _na: pInteger;
_b: pDoubleArr; _nb: pInteger;
_ab: pDoubleArr ); cdecl;
{ ConvCallRInternals - call our convolve using .Call and Rinternals }
function ConvCallRInternals( _a, _b: pSExp ): pSExp; cdecl;
{ ConvCallRDefines - call our convolve using .Call and Rdefines }
function ConvCallRDefines( _a, _b: pSExp ):...