|
CLRNGAPI clrngPhilox432StreamCreator * | clrngPhilox432CopyStreamCreator (const clrngPhilox432StreamCreator *creator, clrngStatus *err) |
|
CLRNGAPI clrngStatus | clrngPhilox432DestroyStreamCreator (clrngPhilox432StreamCreator *creator) |
|
CLRNGAPI clrngStatus | clrngPhilox432RewindStreamCreator (clrngPhilox432StreamCreator *creator) |
|
CLRNGAPI clrngStatus | clrngPhilox432SetBaseCreatorState (clrngPhilox432StreamCreator *creator, const clrngPhilox432StreamState *baseState) |
|
CLRNGAPI clrngStatus | clrngPhilox432ChangeStreamsSpacing (clrngPhilox432StreamCreator *creator, cl_int e, cl_int c) |
|
CLRNGAPI clrngPhilox432Stream * | clrngPhilox432AllocStreams (size_t count, size_t *bufSize, clrngStatus *err) |
|
CLRNGAPI clrngStatus | clrngPhilox432DestroyStreams (clrngPhilox432Stream *streams) |
|
CLRNGAPI clrngStatus | clrngPhilox432CreateOverStreams (clrngPhilox432StreamCreator *creator, size_t count, clrngPhilox432Stream *streams) |
|
CLRNGAPI clrngPhilox432Stream * | clrngPhilox432CreateStreams (clrngPhilox432StreamCreator *creator, size_t count, size_t *bufSize, clrngStatus *err) |
|
CLRNGAPI clrngStatus | clrngPhilox432CopyOverStreams (size_t count, clrngPhilox432Stream *destStreams, const clrngPhilox432Stream *srcStreams) |
|
CLRNGAPI clrngPhilox432Stream * | clrngPhilox432CopyStreams (size_t count, const clrngPhilox432Stream *streams, clrngStatus *err) |
|
CLRNGAPI _CLRNG_FPTYPE | clrngPhilox432RandomU01 (clrngPhilox432Stream *stream) |
|
CLRNGAPI cl_float | clrngPhilox432RandomU01_cl_float (clrngPhilox432Stream *stream) |
|
CLRNGAPI cl_double | clrngPhilox432RandomU01_cl_double (clrngPhilox432Stream *stream) |
|
CLRNGAPI cl_int | clrngPhilox432RandomInteger (clrngPhilox432Stream *stream, cl_int i, cl_int j) |
|
CLRNGAPI cl_int | clrngPhilox432RandomInteger_cl_float (clrngPhilox432Stream *stream, cl_int i, cl_int j) |
|
CLRNGAPI cl_int | clrngPhilox432RandomInteger_cl_double (clrngPhilox432Stream *stream, cl_int i, cl_int j) |
|
CLRNGAPI clrngStatus | clrngPhilox432RandomU01Array (clrngPhilox432Stream *stream, size_t count, _CLRNG_FPTYPE *buffer) |
|
CLRNGAPI clrngStatus | clrngPhilox432RandomU01Array_cl_float (clrngPhilox432Stream *stream, size_t count, cl_float *buffer) |
|
CLRNGAPI clrngStatus | clrngPhilox432RandomU01Array_cl_double (clrngPhilox432Stream *stream, size_t count, cl_double *buffer) |
|
CLRNGAPI clrngStatus | clrngPhilox432RandomIntegerArray (clrngPhilox432Stream *stream, cl_int i, cl_int j, size_t count, cl_int *buffer) |
|
CLRNGAPI clrngStatus | clrngPhilox432RandomIntegerArray_cl_float (clrngPhilox432Stream *stream, cl_int i, cl_int j, size_t count, cl_int *buffer) |
|
CLRNGAPI clrngStatus | clrngPhilox432RandomIntegerArray_cl_double (clrngPhilox432Stream *stream, cl_int i, cl_int j, size_t count, cl_int *buffer) |
|
CLRNGAPI clrngStatus | clrngPhilox432RewindStreams (size_t count, clrngPhilox432Stream *streams) |
|
CLRNGAPI clrngStatus | clrngPhilox432RewindSubstreams (size_t count, clrngPhilox432Stream *streams) |
|
CLRNGAPI clrngStatus | clrngPhilox432ForwardToNextSubstreams (size_t count, clrngPhilox432Stream *streams) |
|
CLRNGAPI clrngPhilox432Stream * | clrngPhilox432MakeSubstreams (clrngPhilox432Stream *stream, size_t count, size_t *bufSize, clrngStatus *err) |
|
CLRNGAPI clrngStatus | clrngPhilox432MakeOverSubstreams (clrngPhilox432Stream *stream, size_t count, clrngPhilox432Stream *substreams) |
|
CLRNGAPI clrngStatus | clrngPhilox432AdvanceStreams (size_t count, clrngPhilox432Stream *streams, cl_int e, cl_int c) |
|
CLRNGAPI clrngStatus | clrngPhilox432DeviceRandomU01Array_ (size_t streamCount, cl_mem streams, size_t numberCount, cl_mem outBuffer, cl_uint numQueuesAndEvents, cl_command_queue *commQueues, cl_uint numWaitEvents, const cl_event *waitEvents, cl_event *outEvents, cl_bool singlePrecision) |
|
CLRNGAPI clrngStatus | clrngPhilox432WriteStreamInfo (const clrngPhilox432Stream *stream, FILE *file) |
|