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

1234567891011

/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/chromium_org/net/tools/balsa/
H A Dsplit.cc19 std::vector<base::StringPiece>* vec,
21 vec->clear();
31 vec->push_back(base::StringPiece(s, e - s));
40 vec->push_back(base::StringPiece(s, e - s));
56 vec->push_back(base::StringPiece(s, e - s));
65 vec->push_back(base::StringPiece(s, e - s));
17 SplitStringPieceToVector(const base::StringPiece& full, const char* delim, std::vector<base::StringPiece>* vec, bool omit_empty_strings) argument
/external/chromium_org/third_party/freetype/include/freetype/
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/chromium_org/third_party/icu/source/i18n/
H A Dfphdlimp.h50 UVector32* vec; member in class:FieldPositionIteratorHandler
/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/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/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/core/include/thirdparties/freetype/freetype/
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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
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/srec/srec/clib/
H A Dimeld_tr.c46 imeldata vec[MAX_DIMEN]; local
54 vec[ii] = 0;
56 vec[ii] += prep->matrix[ii][jj] * fram[jj];
58 vec[ii] = (imeldata) SHIFT_DOWN((int)vec[ii],
66 fram[ii] = RANGE(vec[ii] + prep->offset[ii], 0, 255);
69 fram[ii] = RANGE(vec[ii], 0, 255);
74 fram[ii] = vec[ii];
85 imeldata vec[MAX_DIMEN]; local
96 vec[i
[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))
H A Dprint-mobile.c75 struct cksum_vec vec[1]; local
105 vec[0].ptr = (const u_int8_t *)(void *)mob;
106 vec[0].len = osp ? 12 : 8;
107 if (in_cksum(vec, 1)!=0) {
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_params.cc19 bool FillVec(NaClSrpcArg* vec[], const char* types) { argument
36 vec[i] = &args[i];
40 vec[kLength] = NULL;
87 void FreeArguments(NaClSrpcArg* vec[]) { argument
88 if (NULL == vec[0]) {
91 for (NaClSrpcArg** argp = vec; *argp; ++argp) {
96 free(vec[0]);
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dcpu-intel.c106 uint64_t vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P); local
109 OPENSSL_ia32cap_P[0] = ((uint32_t)vec) | (1 << 10);
110 OPENSSL_ia32cap_P[1] = vec >> 32;
/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:__anon18935::MyCls
13 vec.x = 0;
/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/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...]

Completed in 8475 milliseconds

1234567891011