HomeSort by relevance Sort by last modified time
    Searched defs:_Array (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_array.h 1 // The template and inlines for the -*- C++ -*- internal _Array helper class.
399 // Helper class _Array, first layer of valarray abstraction.
405 struct _Array
407 explicit _Array(size_t);
408 explicit _Array(_Tp* const __restrict__);
409 explicit _Array(const valarray<_Tp>&);
410 _Array(const _Tp* __restrict__, size_t);
421 __valarray_copy_construct(_Array<_Tp> __a, _Array<size_t> __i,
422 _Array<_Tp> __b, size_t __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_array.h 1 // The template and inlines for the -*- C++ -*- internal _Array helper class.
399 // Helper class _Array, first layer of valarray abstraction.
405 struct _Array
407 explicit _Array(size_t);
408 explicit _Array(_Tp* const __restrict__);
409 explicit _Array(const valarray<_Tp>&);
410 _Array(const _Tp* __restrict__, size_t);
421 __valarray_copy_construct(_Array<_Tp> __a, _Array<size_t> __i,
422 _Array<_Tp> __b, size_t __n
    [all...]

Completed in 62 milliseconds