ssSetNumSampleTimes initializes one sample time, which the mdlInitializeSampleTimes function configures later. The S-function indicates that no work vectors are used by passing a value of 0 to ssSetNumRWork, ss
each thread block is responsible for computing one square sub-matrix Csub of C and each thread within the block is responsible for computing one element of Csub. As illustrated inFigure 10, Csub is equal to the product of two rectangular matrices...
= NULL); roaring_bitmap_to_uint32_array(r1, arr1); roaring_bitmap_t *r1f = roaring_bitmap_of_ptr(card1, arr1); free(arr1); assert(roaring_bitmap_equals(r1, r1f)); // what we recover is equal roaring_bitmap_free(r1f); // we can go from arrays to bitmaps from "offset"...
Copy bits from one array to another. Destination and source can be the same bit_array and src/dst regions can overlap void bit_array_copy(BIT_ARRAY* dst, bit_index_t dstindx, const BIT_ARRAY* src, bit_index_t srcindx, bit_index_t length) ...
C requires that if the exponent is representable using only one or two digits, then only two digits are to be printed. In Visual Studio 2005 a global conformance switch was added: _set_output_format. A program could call this function with the argument _TWO_DIGIT_EXPONENT, to enable ...
dup2() — Duplicate an open file descriptor to another dynalloc() — Allocate a data set dynfree() — Deallocate a data set dyninit() — Initialize __dyn_t structure ecvt() — Convert double to string encrypt() — Encoding function endgrent() — Group database entry functions...
CArray::CopyCopies another array to the array; grows the array if necessary. CArray::ElementAtReturns a temporary reference to the element pointer within the array. CArray::FreeExtraFrees all unused memory above the current upper bound.
A given host array cannot be specified in more than one ARRAYLEN statement. Action: Check the spelling of the host array names in both ARRAYLEN statements. Change one of the names so that they refer to different host arrays or remove one of the ARRAYLEN statements. PCC-00117 Invalid ARRAY...
max_stable = 1; } /* Optimization: since extremal regions are processed by * increasing intensity, all next extremal regions being processed * have value at least equal to the one of Xi. If any of them has * parent the parent of Xi (this comprises the parent itself), we * can ...
CArray::CopyCopies another array to the array; grows the array if necessary. CArray::ElementAtReturns a temporary reference to the element pointer within the array. CArray::FreeExtraFrees all unused memory above the current upper bound.