HomeSort by relevance Sort by last modified time
    Searched refs:mask_array (Results 1 - 25 of 32) sorted by null

1 2

  /external/libcxx/test/std/numerics/numarray/template.mask.array/
default.fail.cpp 12 // template <class T> class mask_array
14 // mask_array() = delete;
21 std::mask_array<int> s;
types.pass.cpp 13 // class mask_array
23 static_assert((std::is_same<std::mask_array<int>::value_type, int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.mask.array/
default.fail.cpp 12 // template <class T> class mask_array
14 // mask_array() = delete;
21 std::mask_array<int> s;
types.pass.cpp 13 // class mask_array
23 static_assert((std::is_same<std::mask_array<int>::value_type, int>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
25 /** @file bits/mask_array.h
49 * A mask_array is a reference to the actual elements of an array specified
51 * mask_array is to call operator[](valarray<bool>) on a valarray. The
52 * returned mask_array then permits carrying operations out on the
55 * For example, if a mask_array is obtained using the array (false, true,
62 class mask_array class
71 mask_array (const mask_array&);
75 mask_array& operator=(const mask_array&)
139 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
144 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
25 /** @file bits/mask_array.h
49 * A mask_array is a reference to the actual elements of an array specified
51 * mask_array is to call operator[](valarray<bool>) on a valarray. The
52 * returned mask_array then permits carrying operations out on the
55 * For example, if a mask_array is obtained using the array (false, true,
62 class mask_array class
71 mask_array (const mask_array&);
75 mask_array& operator=(const mask_array&)
139 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
144 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
25 /** @file bits/mask_array.h
49 * A mask_array is a reference to the actual elements of an array specified
51 * mask_array is to call operator[](valarray<bool>) on a valarray. The
52 * returned mask_array then permits carrying operations out on the
55 * For example, if a mask_array is obtained using the array (false, true,
62 class mask_array class
71 mask_array (const mask_array&);
75 mask_array& operator=(const mask_array&)
139 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
144 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
26 /** @file mask_array.h
48 * A mask_array is a reference to the actual elements of an array specified
50 * mask_array is to call operator[](valarray<bool>) on a valarray. The
51 * returned mask_array then permits carrying operations out on the
54 * For example, if a mask_array is obtained using the array (false, true,
61 class mask_array class
70 mask_array (const mask_array&);
74 mask_array& operator=(const mask_array&)
138 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
26 /** @file mask_array.h
48 * A mask_array is a reference to the actual elements of an array specified
50 * mask_array is to call operator[](valarray<bool>) on a valarray. The
51 * returned mask_array then permits carrying operations out on the
54 * For example, if a mask_array is obtained using the array (false, true,
61 class mask_array class
70 mask_array (const mask_array&);
74 mask_array& operator=(const mask_array&)
138 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
26 /** @file mask_array.h
48 * A mask_array is a reference to the actual elements of an array specified
50 * mask_array is to call operator[](valarray<bool>) on a valarray. The
51 * returned mask_array then permits carrying operations out on the
54 * For example, if a mask_array is obtained using the array (false, true,
61 class mask_array class
70 mask_array (const mask_array&);
74 mask_array& operator=(const mask_array&)
138 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
26 /** @file mask_array.h
48 * A mask_array is a reference to the actual elements of an array specified
50 * mask_array is to call operator[](valarray<bool>) on a valarray. The
51 * returned mask_array then permits carrying operations out on the
54 * For example, if a mask_array is obtained using the array (false, true,
61 class mask_array class
70 mask_array (const mask_array&);
74 mask_array& operator=(const mask_array&)
138 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
143 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
26 /** @file bits/mask_array.h
50 * A mask_array is a reference to the actual elements of an array specified
52 * mask_array is to call operator[](valarray<bool>) on a valarray. The
53 * returned mask_array then permits carrying operations out on the
56 * For example, if a mask_array is obtained using the array (false, true,
63 class mask_array class
72 mask_array (const mask_array&);
76 mask_array& operator=(const mask_array&)
140 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
145 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
26 /** @file bits/mask_array.h
50 * A mask_array is a reference to the actual elements of an array specified
52 * mask_array is to call operator[](valarray<bool>) on a valarray. The
53 * returned mask_array then permits carrying operations out on the
56 * For example, if a mask_array is obtained using the array (false, true,
63 class mask_array class
72 mask_array (const mask_array&);
76 mask_array& operator=(const mask_array&)
140 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
145 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
26 /** @file bits/mask_array.h
50 * A mask_array is a reference to the actual elements of an array specified
52 * mask_array is to call operator[](valarray<bool>) on a valarray. The
53 * returned mask_array then permits carrying operations out on the
56 * For example, if a mask_array is obtained using the array (false, true,
63 class mask_array class
72 mask_array (const mask_array&);
76 mask_array& operator=(const mask_array&)
140 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
145 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
26 /** @file bits/mask_array.h
50 * A mask_array is a reference to the actual elements of an array specified
52 * mask_array is to call operator[](valarray<bool>) on a valarray. The
53 * returned mask_array then permits carrying operations out on the
56 * For example, if a mask_array is obtained using the array (false, true,
63 class mask_array class
72 mask_array (const mask_array&);
76 mask_array& operator=(const mask_array&)
140 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
145 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
25 /** @file bits/mask_array.h
49 * A mask_array is a reference to the actual elements of an array specified
51 * mask_array is to call operator[](valarray<bool>) on a valarray. The
52 * returned mask_array then permits carrying operations out on the
55 * For example, if a mask_array is obtained using the array (false, true,
62 class mask_array class
71 mask_array (const mask_array&);
75 mask_array& operator=(const mask_array&)
139 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
144 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
mask_array.h 1 // The template and inlines for the -*- C++ -*- mask_array class.
25 /** @file bits/mask_array.h
49 * A mask_array is a reference to the actual elements of an array specified
51 * mask_array is to call operator[](valarray<bool>) on a valarray. The
52 * returned mask_array then permits carrying operations out on the
55 * For example, if a mask_array is obtained using the array (false, true,
62 class mask_array class
71 mask_array (const mask_array&);
75 mask_array& operator=(const mask_array&)
139 inline mask_array<_Tp>::mask_array(const mask_array<_Tp>& a) function in class:mask_array
144 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m) function in class:mask_array
    [all...]
  /external/libcxx/test/std/numerics/numarray/template.mask.array/mask.array.assign/
mask_array.pass.cpp 12 // template <class T> class mask_array
14 // void mask_array& operator=(const mask_array& ma) const;
61 std::mask_array<int> m1 = v1[vb1];
62 std::mask_array<int> const m2 = v2[vb1];
63 std::mask_array<int> const & r = (m1 = m2);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 203 hb_mask_t mask_array[ARABIC_FALLBACK_MAX_LOOKUPS]; member in struct:arabic_fallback_plan_t
248 fallback_plan->mask_array[j] = plan->map.get_1_mask (manifest[i].tag);
249 if (fallback_plan->mask_array[j])
278 fallback_plan->mask_array[j] = plan->map.get_1_mask (arabic_fallback_features[i]);
279 if (fallback_plan->mask_array[j])
346 c.set_lookup_mask (fallback_plan->mask_array[i]);
hb-ot-shape-complex-indic.cc 539 hb_mask_t mask_array[INDIC_NUM_FEATURES]; member in struct:indic_shape_plan_t
567 for (unsigned int i = 0; i < ARRAY_LENGTH (indic_plan->mask_array); i++)
568 indic_plan->mask_array[i] = (indic_features[i].flags & F_GLOBAL) ?
724 indic_plan->mask_array[RPHF] &&
    [all...]
hb-ot-shape-complex-arabic.cc 208 * mask_array[NONE] == 0. */
209 hb_mask_t mask_array[ARABIC_NUM_FEATURES + 1]; member in struct:arabic_shape_plan_t
224 arabic_plan->mask_array[i] = plan->map.get_1_mask (arabic_features[i]);
324 info[i].mask |= arabic_plan->mask_array[info[i].arabic_shaping_action()];
hb-ot-shape-complex-hangul.cc 75 hb_mask_t mask_array[HANGUL_FEATURE_COUNT]; member in struct:hangul_shape_plan_t
86 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]);
405 info->mask |= hangul_plan->mask_array[info->hangul_shaping_feature()];
  /external/clang/test/PCH/
cxx-templates.h 283 template<class> class mask_array;
294 template<class> class mask_array { class in namespace:cyclic_module_load::std
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 53 template <class _Tp> class mask_array;
114 valarray(const mask_array<_Tp>&);
152 valarray<_Tp>& operator=(const mask_array<_Tp>&);
172 mask_array<_Tp> operator[](const _Valarray_bool&);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 53 template <class _Tp> class mask_array;
114 valarray(const mask_array<_Tp>&);
152 valarray<_Tp>& operator=(const mask_array<_Tp>&);
172 mask_array<_Tp> operator[](const _Valarray_bool&);
    [all...]

Completed in 1110 milliseconds

1 2