/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
mask_array.h | 50 * mask_array is to call operator[](valarray<bool>) on a valarray. The 52 * referenced subset of elements in the original valarray. 67 // 253. valarray helper functions are almost entirely useless 76 void operator=(const valarray<_Tp>&) const; 78 void operator*=(const valarray<_Tp>&) const; 80 void operator/=(const valarray<_Tp>&) const; 82 void operator%=(const valarray<_Tp>&) const; 84 void operator+=(const valarray<_Tp>&) const; 86 void operator-=(const valarray<_Tp>&) const [all...] |
valarray_before.h | 43 // Implementing a loosened valarray return value is tricky. 54 // Implementations of unary functions applied to valarray<>s. 431 struct _ValFunClos<_ValArray,_Tp> : _FunBase<valarray<_Tp>, _Tp> 433 typedef _FunBase<valarray<_Tp>, _Tp> _Base; 436 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) : _Base(__v, __f) {} 453 : _FunBase<valarray<_Tp>, const _Tp&> 455 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base; 458 _RefFunClos(const valarray<_Tp>& __v, _Tp __f(const _Tp&)) 497 : _UnBase<_Oper, valarray<_Tp> > 499 typedef valarray<_Tp> _Arg [all...] |
slice_array.h | 87 // 543. valarray slice default constructor 113 * operator[](slice) on a valarray. The returned slice_array then permits 115 * original valarray. For example, operator+=(valarray) will add values 116 * to the subset of elements in the underlying valarray this slice_array 128 // 253. valarray helper functions are almost entirely useless 138 void operator=(const valarray<_Tp>&) const; 140 void operator*=(const valarray<_Tp>&) const; 142 void operator/=(const valarray<_Tp>&) const; 144 void operator%=(const valarray<_Tp>&) const [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
indirect_array.h | 50 * indirect_array is to call operator[](valarray<size_t>) on a valarray. 52 * referenced subset of elements in the original valarray. 67 // 253. valarray helper functions are almost entirely useless 77 void operator=(const valarray<_Tp>&) const; 79 void operator*=(const valarray<_Tp>&) const; 81 void operator/=(const valarray<_Tp>&) const; 83 void operator%=(const valarray<_Tp>&) const; 85 void operator+=(const valarray<_Tp>&) const; 87 void operator-=(const valarray<_Tp>&) const [all...] |
mask_array.h | 50 * mask_array is to call operator[](valarray<bool>) on a valarray. The 52 * referenced subset of elements in the original valarray. 67 // 253. valarray helper functions are almost entirely useless 76 void operator=(const valarray<_Tp>&) const; 78 void operator*=(const valarray<_Tp>&) const; 80 void operator/=(const valarray<_Tp>&) const; 82 void operator%=(const valarray<_Tp>&) const; 84 void operator+=(const valarray<_Tp>&) const; 86 void operator-=(const valarray<_Tp>&) const [all...] |
valarray_before.h | 43 // Implementing a loosened valarray return value is tricky. 54 // Implementations of unary functions applied to valarray<>s. 431 struct _ValFunClos<_ValArray,_Tp> : _FunBase<valarray<_Tp>, _Tp> 433 typedef _FunBase<valarray<_Tp>, _Tp> _Base; 436 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) : _Base(__v, __f) {} 453 : _FunBase<valarray<_Tp>, const _Tp&> 455 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base; 458 _RefFunClos(const valarray<_Tp>& __v, _Tp __f(const _Tp&)) 497 : _UnBase<_Oper, valarray<_Tp> > 499 typedef valarray<_Tp> _Arg [all...] |
slice_array.h | 87 // 543. valarray slice default constructor 113 * operator[](slice) on a valarray. The returned slice_array then permits 115 * original valarray. For example, operator+=(valarray) will add values 116 * to the subset of elements in the underlying valarray this slice_array 128 // 253. valarray helper functions are almost entirely useless 138 void operator=(const valarray<_Tp>&) const; 140 void operator*=(const valarray<_Tp>&) const; 142 void operator/=(const valarray<_Tp>&) const; 144 void operator%=(const valarray<_Tp>&) const [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
slice_array.h | 28 * Do not attempt to use it directly. @headername{valarray} 89 // 543. valarray slice default constructor 115 * operator[](slice) on a valarray. The returned slice_array then permits 117 * original valarray. For example, operator+=(valarray) will add values 118 * to the subset of elements in the underlying valarray this slice_array 130 // 253. valarray helper functions are almost entirely useless 140 void operator=(const valarray<_Tp>&) const; 142 void operator*=(const valarray<_Tp>&) const; 144 void operator/=(const valarray<_Tp>&) const [all...] |
valarray_before.h | 28 * Do not attempt to use it directly. @headername{valarray} 45 // Implementing a loosened valarray return value is tricky. 56 // Implementations of unary functions applied to valarray<>s. 434 struct _ValFunClos<_ValArray,_Tp> : _FunBase<valarray<_Tp>, _Tp> 436 typedef _FunBase<valarray<_Tp>, _Tp> _Base; 439 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) : _Base(__v, __f) {} 456 : _FunBase<valarray<_Tp>, const _Tp&> 458 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base; 461 _RefFunClos(const valarray<_Tp>& __v, _Tp __f(const _Tp&)) 500 : _UnBase<_Oper, valarray<_Tp> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
slice_array.h | 28 * Do not attempt to use it directly. @headername{valarray} 89 // 543. valarray slice default constructor 115 * operator[](slice) on a valarray. The returned slice_array then permits 117 * original valarray. For example, operator+=(valarray) will add values 118 * to the subset of elements in the underlying valarray this slice_array 130 // 253. valarray helper functions are almost entirely useless 140 void operator=(const valarray<_Tp>&) const; 142 void operator*=(const valarray<_Tp>&) const; 144 void operator/=(const valarray<_Tp>&) const [all...] |
valarray_before.h | 28 * Do not attempt to use it directly. @headername{valarray} 45 // Implementing a loosened valarray return value is tricky. 56 // Implementations of unary functions applied to valarray<>s. 434 struct _ValFunClos<_ValArray,_Tp> : _FunBase<valarray<_Tp>, _Tp> 436 typedef _FunBase<valarray<_Tp>, _Tp> _Base; 439 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) : _Base(__v, __f) {} 456 : _FunBase<valarray<_Tp>, const _Tp&> 458 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base; 461 _RefFunClos(const valarray<_Tp>& __v, _Tp __f(const _Tp&)) 500 : _UnBase<_Oper, valarray<_Tp> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
valarray_before.h | 43 // Implementing a loosened valarray return value is tricky. 54 // Implementations of unary functions applied to valarray<>s. 431 struct _ValFunClos<_ValArray,_Tp> : _FunBase<valarray<_Tp>, _Tp> 433 typedef _FunBase<valarray<_Tp>, _Tp> _Base; 436 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) : _Base(__v, __f) {} 453 : _FunBase<valarray<_Tp>, const _Tp&> 455 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base; 458 _RefFunClos(const valarray<_Tp>& __v, _Tp __f(const _Tp&)) 497 : _UnBase<_Oper, valarray<_Tp> > 499 typedef valarray<_Tp> _Arg [all...] |
slice_array.h | 87 // 543. valarray slice default constructor 113 * operator[](slice) on a valarray. The returned slice_array then permits 115 * original valarray. For example, operator+=(valarray) will add values 116 * to the subset of elements in the underlying valarray this slice_array 128 // 253. valarray helper functions are almost entirely useless 138 void operator=(const valarray<_Tp>&) const; 140 void operator*=(const valarray<_Tp>&) const; 142 void operator/=(const valarray<_Tp>&) const; 144 void operator%=(const valarray<_Tp>&) const [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
valarray_before.h | 43 // Implementing a loosened valarray return value is tricky. 54 // Implementations of unary functions applied to valarray<>s. 431 struct _ValFunClos<_ValArray,_Tp> : _FunBase<valarray<_Tp>, _Tp> 433 typedef _FunBase<valarray<_Tp>, _Tp> _Base; 436 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) : _Base(__v, __f) {} 453 : _FunBase<valarray<_Tp>, const _Tp&> 455 typedef _FunBase<valarray<_Tp>, const _Tp&> _Base; 458 _RefFunClos(const valarray<_Tp>& __v, _Tp __f(const _Tp&)) 497 : _UnBase<_Oper, valarray<_Tp> > 499 typedef valarray<_Tp> _Arg [all...] |
slice_array.h | 87 // 543. valarray slice default constructor 113 * operator[](slice) on a valarray. The returned slice_array then permits 115 * original valarray. For example, operator+=(valarray) will add values 116 * to the subset of elements in the underlying valarray this slice_array 128 // 253. valarray helper functions are almost entirely useless 138 void operator=(const valarray<_Tp>&) const; 140 void operator*=(const valarray<_Tp>&) const; 142 void operator/=(const valarray<_Tp>&) const; 144 void operator%=(const valarray<_Tp>&) const [all...] |
/external/llvm/test/CodeGen/X86/ |
coalesce-esp.ll | 11 %"struct.std::valarray<unsigned int>" = type { i32, i32* } 13 define void @_ZSt17__gslice_to_indexjRKSt8valarrayIjES2_RS0_(i32 %__o, %"struct.std::valarray<unsigned int>"* nocapture %__l, %"struct.std::valarray<unsigned int>"* nocapture %__s, %"struct.std::valarray<unsigned int>"* nocapture %__i) nounwind {
|
/external/stlport/stlport/ |
valarray | 35 # include_next <valarray> 37 # include _STLP_NATIVE_HEADER(valarray)
|
/ndk/sources/cxx-stl/stlport/stlport/ |
valarray | 35 # include_next <valarray> 37 # include _STLP_NATIVE_HEADER(valarray)
|
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
valarray | 35 # include_next <valarray> 37 # include _STLP_NATIVE_HEADER(valarray)
|
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
valarray | 35 # include_next <valarray> 37 # include _STLP_NATIVE_HEADER(valarray)
|
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/ |
valarray | 35 # include_next <valarray> 37 # include _STLP_NATIVE_HEADER(valarray)
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 52 #include <valarray>
|
/external/stlport/test/eh/ |
test_valarray.cpp | 21 #include <valarray>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
stdc++.h | 93 #include <valarray>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
stdc++.h | 94 #include <valarray>
|