Searched defs:vec (Results 1 - 25 of 228) sorted by relevance

12345678910

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERApplicationSpecific.java6 public BERApplicationSpecific(int tagNo, ASN1EncodableVector vec) argument
8 super(tagNo, vec);
/external/clang/test/Sema/
H A Dext_vector_comparisons.c6 int4 vec, rv; local
9 return vec == vec; // expected-warning{{self-comparison always evaluates to a constant}}
10 return vec != vec; // expected-warning{{self-comparison always evaluates to a constant}}
11 return vec < vec; // expected-warning{{self-comparison always evaluates to a constant}}
12 return vec <= vec; // expected-warning{{self-comparison always evaluates to a constant}}
13 return vec > ve
21 float4 vec, rv; local
[all...]
/external/eigen/test/
H A Dcommainitializer.cpp30 Vector3d vec[3]; local
31 vec[0] << 1, 4, 7;
32 vec[1] << 2, 5, 8;
33 vec[2] << 3, 6, 9;
35 m3 << vec[0], vec[1], vec[2]; local
38 vec[0] << 1, 2, 3;
39 vec[1] << 4, 5, 6;
40 vec[
[all...]
/external/eigen/test/eigen2/
H A Deigen2_commainitializer.cpp30 Vector3d vec[3]; local
31 vec[0] << 1, 4, 7;
32 vec[1] << 2, 5, 8;
33 vec[2] << 3, 6, 9;
35 m3 << vec[0], vec[1], vec[2]; local
38 vec[0] << 1, 2, 3;
39 vec[1] << 4, 5, 6;
40 vec[
[all...]
/external/boringssl/src/crypto/
H A Dcpu-intel.c99 uint64_t vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P); local
102 OPENSSL_ia32cap_P[0] = ((uint32_t)vec) | (1 << 10);
103 OPENSSL_ia32cap_P[1] = vec >> 32;
/external/clang/test/CodeGen/
H A Darm-vector-align.c27 int32x2_t vec = vld1_dup_s32(addr); local
29 vst1_lane_s32(addr, vec, 1);
/external/freetype/include/
H A Dfttrigon.h228 * call, the value of `vec.x' will be `sin(angle)', and the value of
229 * `vec.y' will be `cos(angle)'.
235 * vec ::
244 FT_Vector_Unit( FT_Vector* vec,
257 * vec ::
266 FT_Vector_Rotate( FT_Vector* vec,
279 * vec ::
288 FT_Vector_Length( FT_Vector* vec ); variable
300 * vec ::
312 FT_Vector_Polarize( FT_Vector* vec,
[all...]
/external/icu/icu4c/source/i18n/
H A Dfphdlimp.h50 UVector32* vec; member in class:FieldPositionIteratorHandler
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
H A Dpush_front_exception_safety.pass.cpp63 std::forward_list<CMyClass> vec; local
65 vec.push_front(instance);
69 vec.push_front(instance);
/external/libcxx/test/std/containers/sequences/list/list.modifiers/
H A Dpush_back_exception_safety.pass.cpp63 std::list<CMyClass> vec; local
65 vec.push_back(instance);
69 vec.push_back(instance);
H A Dpush_front_exception_safety.pass.cpp63 std::list<CMyClass> vec; local
65 vec.push_front(instance);
69 vec.push_front(instance);
/external/openfst/src/lib/
H A Dcompat.cc32 void SplitToVector(char* full, const char* delim, vector<char*>* vec, argument
39 vec->push_back(full);
/external/pdfium/third_party/freetype/include/
H A Dfttrigon.h228 * call, the value of `vec.x' will be `sin(angle)', and the value of
229 * `vec.y' will be `cos(angle)'.
235 * vec ::
244 FT_Vector_Unit( FT_Vector* vec,
257 * vec ::
266 FT_Vector_Rotate( FT_Vector* vec,
279 * vec ::
288 FT_Vector_Length( FT_Vector* vec ); variable
300 * vec ::
312 FT_Vector_Polarize( FT_Vector* vec,
[all...]
/external/tcpdump/
H A Dprint-carp.c73 struct cksum_vec vec[1]; local
74 vec[0].ptr = (const u_int8_t *)bp;
75 vec[0].len = len;
76 if (TTEST2(bp[0], len) && in_cksum(vec, 1))
/external/clang/test/Analysis/
H A Dno-outofbounds.c27 struct vec { size_t len; int data[0]; }; struct
28 struct vec *a = malloc(sizeof(struct vec) + 10*sizeof(int));
/external/clang/test/Index/
H A Dcomplete-cxx-inline-methods.cpp4 vec.x = 0;
9 Vec vec; member in class:__anon2138::MyCls
13 vec.x = 0;
/external/clang/test/OpenMP/
H A Dparallel_copyin_codegen.cpp41 static T vec[] = {3, 3}; local
44 #pragma omp threadprivate(t_var, vec, s_arr, var)
45 #pragma omp parallel copyin(t_var, vec, s_arr, var)
47 vec[0] = t_var;
131 static int vec[] = {1, 2};
134 #pragma omp threadprivate(t_var, vec, s_arr, var)
135 #pragma omp parallel copyin(t_var, vec, s_arr, var)
137 vec[0] = t_var;
169 // threadprivate_vec = vec;
231 // threadprivate_vec = vec;
[all...]
H A Dparallel_private_codegen.cpp29 T vec[] = {1, 2}; local
32 #pragma omp parallel private(t_var, vec, s_arr, var)
34 vec[0] = t_var;
108 int vec[] = {1, 2};
111 #pragma omp parallel private(t_var, vec, s_arr, var)
113 vec[0] = t_var;
/external/compiler-rt/test/msan/Linux/
H A Dsyscalls.cc97 struct iovec vec[2] = { {&buf[40], 3}, {&buf[50], 20} }; local
99 iocb[2].aio_buf = (__u64)(&vec);
/external/eigen/blas/
H A DPackedSelfadjointProduct.h25 static void run(Index size, Scalar* mat, const Scalar* vec, RealScalar alpha) argument
33 Map<Matrix<Scalar,Dynamic,1> >(mat, UpLo==Lower ? size-i : (i+1)) += alpha * cj(vec[i]) * ConjRhsType(OtherMap(vec+(UpLo==Lower ? i : 0), UpLo==Lower ? size-i : (i+1)));
45 static void run(Index size, Scalar* mat, const Scalar* vec, RealScalar alpha) argument
47 selfadjoint_packed_rank1_update<Scalar,Index,ColMajor,UpLo==Lower?Upper:Lower,ConjRhs,ConjLhs>::run(size,mat,vec,alpha);
/external/google-breakpad/src/processor/
H A Dtokenize.cc72 void StringToVector(const string &str, vector<char> &vec) { argument
73 vec.resize(str.length() + 1);
75 vec.begin());
76 vec[str.length()] = '\0';
/external/javassist/sample/vector/
H A DVectorAssistant.java52 public CtClass[] assist(ClassPool pool, String vec, String[] args) argument
67 CtClass[] results = { subclass, pool.get(vec) };
87 CtClass vec = pool.makeClass(makeClassName(type));
88 vec.setSuperclass(pool.get("java.util.Vector"));
97 vec.addMethod(CtNewMethod.copy(addmethod, "add", vec, map));
98 vec.addMethod(CtNewMethod.copy(atmethod, "at", vec, map));
99 vec.writeFile();
100 return vec;
[all...]
/external/marisa-trie/lib/marisa/
H A Dcontainer.h16 Container(std::vector<T> *vec) : vec_(vec) {} argument
/external/marisa-trie/tests/
H A Dvector-test.cc23 marisa::Vector<int> vec; local
25 ASSERT(vec.max_size() == MARISA_UINT32_MAX);
26 ASSERT(vec.size() == 0);
27 ASSERT(vec.capacity() == 0);
28 ASSERT(!vec.fixed());
29 ASSERT(vec.empty());
30 ASSERT(vec.total_size() == sizeof(marisa::UInt32));
33 vec.push_back(values[i]);
34 ASSERT(vec[i] == values[i]);
35 ASSERT(static_cast<const marisa::Vector<int> &>(vec)[
122 marisa::IntVector vec; local
[all...]
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dcontainer.h16 Container(std::vector<T> *vec) : vec_(vec) {} argument

Completed in 655 milliseconds

12345678910