Displaying 5 results from an estimated 5 matches for "argement".
Did you mean:
arguement
2003 Jun 30
2
repeatedly applying function with matrix-rows as argument
Dear R-users,
Suppose I have a function which takes three arguments. I would like to repeatedly apply the function, using a matrix N*3 in which each row supplies the three argements for the function. Is this possible? Thank you for your help in advance!
Kind regards,
Maarten
---------------------------------------------------------------------
Maarten Speekenbrink
Psychological Methodology
Department of Psychology, Faculty of Social and Behavioral Sciences
address:...
2016 Mar 02
4
Proposal for function vectorization and loop vectorization with function calls
...VL (assume we vectorize here for length 4),
'N' indicates that the function is vectorized without a mask, M indicates that
the function is vecrized with a mask.
'u' indicates that the first parameter has the "uniform" property,
'l' indicates that the second argement has the "linear" property.
More details (including name mangling scheme) can be found in the following
references [2].
References
==========
1. OpenMP SIMD language extensions: http://www.openmp.org/mp-documents/openmp-4.
5.pdf
2. VectorABI Documentation:
https://www.cilkplus.org/site...
2016 Mar 02
2
Proposal for function vectorization and loop vectorization with function calls
...orize here for length 4),
> 'N' indicates that the function is vectorized without a mask, M indicates that
> the function is vecrized with a mask.
> 'u' indicates that the first parameter has the "uniform" property, 'l'
> indicates that the second argement has the "linear" property.
>
> More details (including name mangling scheme) can be found in the
> following references [2].
>
> References
> ==========
>
> 1. OpenMP SIMD language extensions: http://www.openmp.org/mp-documents/openmp-4.
> 5.pdf
>
> 2...
2013 Nov 19
13
[PATCH v7 1/2] libxl: usb2 and usb3 controller support for upstream qemu
Usage: usbversion=1|2|3 (default=0, no usb controller defined)
Specifies the type of an emulated USB bus in the guest. 1 for usb1,
2 for usb2 and 3 for usb3, it is available only with upstream qemu.
The old usb and usbdevice parameters cannot be used with this.
Changes from v6:
- now usbversion cannot be used with usb and usbdevice parameters
- now default is 0 (no usb controller defined)
Will be
2016 Mar 02
5
RFC: Implementing the Swift calling convention in LLVM and Clang
> On Mar 2, 2016, at 1:33 AM, Renato Golin <renato.golin at linaro.org> wrote:
>
> On 2 March 2016 at 01:14, John McCall via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> Hi, all.
>> - We sometimes want to return more values in registers than the convention normally does, and we want to be able to use both integer and floating-point registers. For