HomeSort by relevance Sort by last modified time
    Searched defs:vector (Results 76 - 100 of 291) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/gesture/
Instance.java 35 // the feature vector
36 final float[] vector; field in class:Instance
46 vector = sample;
51 float[] sample = vector;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
46 Vector,
60 /// Get a low-level vector of some number of elements and element width.
62 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
63 assert(NumElements > 1 && "invalid number of vector elements");
64 return LLT{Vector, NumElements, ScalarSizeInBits};
67 /// Get a low-level vector of some number of elements and element type.
68 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
69 assert(NumElements > 1 && "invalid number of vector elements");
70 assert(ScalarTy.isScalar() && "invalid vector element type")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
46 Vector,
60 /// Get a low-level vector of some number of elements and element width.
62 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
63 assert(NumElements > 1 && "invalid number of vector elements");
64 return LLT{Vector, NumElements, ScalarSizeInBits};
67 /// Get a low-level vector of some number of elements and element type.
68 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
69 assert(NumElements > 1 && "invalid number of vector elements");
70 assert(ScalarTy.isScalar() && "invalid vector element type")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
LowLevelTypeImpl.h 14 /// size and the number of vector lanes (if any). Accordingly, there are 4
56 /// Get a low-level vector of some number of elements and element width.
58 static LLT vector(uint16_t NumElements, unsigned ScalarSizeInBits) { function in class:llvm::LLT
59 assert(NumElements > 1 && "invalid number of vector elements");
60 assert(ScalarSizeInBits > 0 && "invalid vector element size");
65 /// Get a low-level vector of some number of elements and element type.
66 static LLT vector(uint16_t NumElements, LLT ScalarTy) { function in class:llvm::LLT
67 assert(NumElements > 1 && "invalid number of vector elements");
68 assert(!ScalarTy.isVector() && "invalid vector element type");
90 /// Returns the number of elements in a vector LLT. Must only be called o
    [all...]
  /system/chre/util/tests/
dynamic_vector_test.cc 56 DynamicVector<int> vector; local
57 EXPECT_EQ(vector.data(), nullptr);
58 EXPECT_TRUE(vector.empty());
59 EXPECT_EQ(vector.size(), 0);
60 EXPECT_EQ(vector.capacity(), 0);
61 vector.clear();
65 DynamicVector<int> vector; local
66 ASSERT_TRUE(vector.push_back(0x1337));
67 EXPECT_EQ(vector.size(), 1);
68 EXPECT_EQ(vector.capacity(), 1)
75 DynamicVector<int> vector; local
142 DynamicVector<MovableButNonCopyable> vector; local
188 DynamicVector<CopyableButNonMovable> vector; local
243 DynamicVector<MovableAndCopyable> vector; local
301 DynamicVector<Foo> vector; local
319 DynamicVector<int> vector; local
380 DynamicVector<int> vector; local
393 DynamicVector<int> vector; local
408 DynamicVector<int> vector; local
413 DynamicVector<int> vector; local
427 DynamicVector<Dummy> vector; local
459 DynamicVector<Dummy> vector; local
486 DynamicVector<Dummy> vector; local
507 DynamicVector<Dummy> vector; local
523 DynamicVector<int> vector; local
530 DynamicVector<int> vector; local
537 DynamicVector<int> vector; local
547 DynamicVector<int> vector; local
560 DynamicVector<int> vector; local
579 DynamicVector<int> vector; local
598 DynamicVector<int> vector; local
617 DynamicVector<int> vector; local
636 DynamicVector<int> vector; local
655 DynamicVector<int> vector; local
673 DynamicVector<int> vector; local
689 DynamicVector<int> vector; local
710 DynamicVector<int> vector; local
725 DynamicVector<int> vector; local
748 DynamicVector<int> vector; local
882 DynamicVector<int> vector; local
908 DynamicVector<int> vector; local
913 DynamicVector<int> vector; local
939 DynamicVector<FancyInt> vector; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
targets.c 60 <<default>>, then use the first item in the target vector
65 o Otherwise, inspect the elements in the target vector
103 <<bfd_target>> vector. They are used in a number of macros further
244 . within the target vector structure, one for each format to check. *}
255 The general target vector. These vectors are initialized using the
1534 const bfd_target *vector; member in struct:targmatch
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/examples/
enough.c 113 size_t len; /* length of bit vector in char's */
114 char *vec; /* allocated bit vector */
157 vector is of a variable size, and grows as needed to accommodate the visited
255 bit vector to indicate visiting this state. Each (syms,len,left) state
256 has a variable size bit vector indexed by (mem,rem). The bit vector is
260 size_t index; /* index for this state's bit vector */
261 size_t offset; /* offset in this state's bit vector */
263 size_t length; /* length of the bit vector in bytes */
264 char *vector; /* new or enlarged bit vector * local
    [all...]
  /art/cmdline/
cmdline_types.h 316 struct CmdlineType<std::vector<Plugin>> : CmdlineTypeParser<std::vector<Plugin>> {
318 assert(false && "Use AppendValues() for a Plugin vector type");
319 return Result::Failure("Unconditional failure: Plugin vector must be appended: " + args);
323 std::vector<Plugin>& existing_value) {
328 static const char* Name() { return "std::vector<Plugin>"; }
348 struct CmdlineType<std::vector<std::string>> : CmdlineTypeParser<std::vector<std::string>> {
350 assert(false && "Use AppendValues() for a string vector type");
351 return Result::Failure("Unconditional failure: string vector must be appended: " + args)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
MatrixUtils.java 753 * This way, the default handling does not serialize the vector (the {@link
758 * The following example shows how a simple class with a name and a real vector
782 * @param vector real vector to serialize
783 * @param oos stream where the real vector should be written
787 public static void serializeRealVector(final RealVector vector,
790 final int n = vector.getDimension();
793 oos.writeDouble(vector.getEntry(i));
803 * This way, the default handling does not deserialize the vector (the {@link
809 * @param ois stream from which the real vector should be rea
828 final RealVector vector = new ArrayRealVector(data, false); local
    [all...]
RealVectorFormat.java 33 * Formats a vector in components list format "{v0; v1; ...; vk-1}".
39 * " { 1 ; 1 ; 1 } " will be parsed without error and the same vector will be
131 * @return available real vector format locales.
170 * Returns the default real vector format for the current locale.
171 * @return the default real vector format.
178 * Returns the default real vector format for the given locale.
180 * @return the real vector format specific to the given locale.
191 * @return A formatted vector
199 * @param vector the object to format.
205 public StringBuffer format(RealVector vector, StringBuffer toAppendTo
    [all...]
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 29 class vector { class in namespace:std
34 vector() : _start(0), _finish(0), _end_of_storage(0) {} function in class:std::vector
35 ~vector();
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 124 template<typename T> struct vector {}; struct in namespace:ParameterPackExpansions
126 vector<int> vi;
128 DefArg<int, char>::Inner<vector, list> defarg(vi, lc);
  /external/clang/test/SemaCXX/
for-range-examples.cpp 59 class vector { class in namespace:map_range
63 vector() : size() {} function in class:map_range::vector
132 map_range::vector<char> chars;
142 map_range::vector<T> pairs;
202 struct vector { struct in namespace:test6
207 void foo(vector arr[]) { // expected-note {{declared here}}
210 // expected-error@-1 {{cannot build range expression with array function parameter 'arr' since parameter with array type 'test6::vector []' is treated as pointer type 'test6::vector *'}}
  /external/clang/test/SemaTemplate/
deduction.cpp 30 template<typename T, typename Alloc = allocator<T> > struct vector {}; struct
81 int array2[is_same<Replace<vector<_1>, int, float>::type, vector<int> >::value? 1 : -1];
82 int array3[is_same<Replace<vector<const _1>, int, float>::type, vector<const int> >::value? 1 : -1];
83 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : -1];

Completed in 1094 milliseconds

1 2 34 5 6 7 8 91011>>