Searched refs:__lengths (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dlist_partition.h88 * @param __lengths Length of the resulting parts.
102 _IIter* __starts, size_t* __lengths, const int __num_parts,
158 __lengths[__i - 1] = __size_part * __range_length;
167 __lengths[__i - 1] = (__size_part+1) * __range_length;
173 __lengths[__num_parts - 1] -= (__dist_limit - __dist);
101 list_partition(const _IIter __begin, const _IIter __end, _IIter* __starts, size_t* __lengths, const int __num_parts, _FunctorType& __f, int __oversampling = 0) argument
H A Dset_operations.h373 _DifferenceType* __lengths; local
390 __lengths = new _DifferenceType[__num_threads];
427 __lengths[ __iam ] =
434 __lengths[ __iam ] =
448 __r += __lengths[__i];
461 __r += __lengths[ __i ];
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dlist_partition.h88 * @param __lengths Length of the resulting parts.
102 _IIter* __starts, size_t* __lengths, const int __num_parts,
158 __lengths[__i - 1] = __size_part * __range_length;
167 __lengths[__i - 1] = (__size_part+1) * __range_length;
173 __lengths[__num_parts - 1] -= (__dist_limit - __dist);
101 list_partition(const _IIter __begin, const _IIter __end, _IIter* __starts, size_t* __lengths, const int __num_parts, _FunctorType& __f, int __oversampling = 0) argument
H A Dset_operations.h373 _DifferenceType* __lengths; local
390 __lengths = new _DifferenceType[__num_threads];
427 __lengths[ __iam ] =
434 __lengths[ __iam ] =
448 __r += __lengths[__i];
461 __r += __lengths[ __i ];

Completed in 220 milliseconds