HomeSort by relevance Sort by last modified time
    Searched defs:vec (Results 1 - 25 of 317) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
arm-vector-align.c 27 int32x2_t vec = vld1_dup_s32(addr); local
29 vst1_lane_s32(addr, vec, 1);
  /external/tcpdump/
print-carp.c 73 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/Sema/
ext_vector_comparisons.c 6 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 > vec; // expected-warning{{self-comparison always evaluates to a constant}
21 float4 vec, rv; local
    [all...]
  /external/eigen/test/
commainitializer.cpp 30 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[2] << 7, 8, 9
    [all...]
  /external/eigen/test/eigen2/
eigen2_commainitializer.cpp 30 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[2] << 7, 8, 9
    [all...]
  /external/srec/srec/clib/
imeld_tr.c 46 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[ii]= 0
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
fttrigon.h 228 * 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/
fphdlimp.h 50 UVector32* vec; member in class:FieldPositionIteratorHandler
  /external/clang/test/Index/
complete-cxx-inline-methods.cpp 4 vec.x = 0;
8 struct Vec { int x, y; };
9 Vec vec; member in class:__anon22747::MyCls
13 vec.x = 0;
28 // CHECK: CXXMethod:{ResultType MyCls::Vec &}{TypedText operator=}{LeftParen (}{Placeholder const MyCls::Vec &}{RightParen )} (34)
29 // CHECK-NEXT: StructDecl:{TypedText Vec}{Text ::} (75)
32 // CHECK-NEXT: CXXDestructor:{ResultType void}{TypedText ~Vec}{LeftParen (}{RightParen )} (34)
  /external/freetype/include/
fttrigon.h 228 * 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/
fphdlimp.h 50 UVector32* vec; member in class:FieldPositionIteratorHandler
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 63 std::forward_list<CMyClass> vec; local
65 vec.push_front(instance);
69 vec.push_front(instance);
  /external/libcxx/test/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 63 std::list<CMyClass> vec; local
65 vec.push_back(instance);
69 vec.push_back(instance);
push_front_exception_safety.pass.cpp 63 std::list<CMyClass> vec; local
65 vec.push_front(instance);
69 vec.push_front(instance);
  /external/pdfium/core/include/thirdparties/freetype/freetype/
fttrigon.h 228 * 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/
fttrigon.h 228 * 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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 63 std::forward_list<CMyClass> vec; local
65 vec.push_front(instance);
69 vec.push_front(instance);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
push_back_exception_safety.pass.cpp 63 std::list<CMyClass> vec; local
65 vec.push_back(instance);
69 vec.push_back(instance);
push_front_exception_safety.pass.cpp 63 std::list<CMyClass> vec; local
65 vec.push_front(instance);
69 vec.push_front(instance);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ivec.h 29 #define _MM_QW (*((__int64*)&vec))
36 __m64 vec; member in class:M64
39 M64(__m64 mm) { vec = mm; }
41 M64(int i) { vec = _m_from_int(i); }
43 operator __m64() const { return vec; }
45 M64& operator&=(const M64 &a) { return *this = (M64) _m_pand(vec,a); }
46 M64& operator|=(const M64 &a) { return *this = (M64) _m_por(vec,a); }
47 M64& operator^=(const M64 &a) { return *this = (M64) _m_pxor(vec,a); }
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
IssuingDistributionPoint.java 92 ASN1EncodableVector vec = new ASN1EncodableVector(); local
95 vec.add(new DERTaggedObject(true, 0, distributionPoint));
99 vec.add(new DERTaggedObject(false, 1, ASN1Boolean.getInstance(true)));
103 vec.add(new DERTaggedObject(false, 2, ASN1Boolean.getInstance(true)));
107 vec.add(new DERTaggedObject(false, 3, onlySomeReasons));
111 vec.add(new DERTaggedObject(false, 4, ASN1Boolean.getInstance(true)));
115 vec.add(new DERTaggedObject(false, 5, ASN1Boolean.getInstance(true)));
118 seq = new DERSequence(vec);
  /external/javassist/sample/vector/
VectorAssistant.java 52 public CtClass[] assist(ClassPool pool, String vec, String[] args)
67 CtClass[] results = { subclass, pool.get(vec) };
87 CtClass vec = pool.makeClass(makeClassName(type)); local
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;
112 CtClass vec = pool.makeClass(makeClassName(type)); local
    [all...]
  /external/chromium_org/base/android/
command_line_android.cc 21 std::vector<std::string> vec; local
23 base::android::AppendJavaStringArrayToStringVector(env, array, &vec);
25 vec.insert(vec.begin(), "");
26 CommandLine extra_command_line(vec);
  /external/chromium_org/third_party/skia/src/effects/
SkOffsetImageFilter.cpp 33 SkVector vec; local
34 ctx.ctm().mapVectors(&vec, &fOffset, 1);
36 offset->fX = srcOffset.fX + SkScalarRoundToInt(vec.fX);
37 offset->fY = srcOffset.fY + SkScalarRoundToInt(vec.fY);
58 SkVector vec; local
59 ctx.ctm().mapVectors(&vec, &fOffset, 1);
60 canvas.drawBitmap(src, vec.x(), vec.y(), &paint);
81 SkVector vec; local
82 ctm.mapVectors(&vec, &fOffset, 1)
    [all...]
  /external/clang/test/Analysis/
no-outofbounds.c 27 struct vec { size_t len; int data[0]; }; struct
28 struct vec *a = malloc(sizeof(struct vec) + 10*sizeof(int));

Completed in 2545 milliseconds

1 2 3 4 5 6 7 8 91011>>