HomeSort by relevance Sort by last modified time
    Searched full:vec (Results 151 - 175 of 621) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-ref.h 72 VEC(ipa_ref_t,gc) *references;
75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
vecir.h 0 /* VEC types for basic types of the intermediate representations.
vecprim.h 0 /* VEC types for primitive types
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-ref.h 72 VEC(ipa_ref_t,gc) *references;
75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
vecir.h 0 /* VEC types for basic types of the intermediate representations.
vecprim.h 0 /* VEC types for primitive types
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-ref.h 72 VEC(ipa_ref_t,gc) *references;
75 VEC(ipa_ref_ptr,heap) * GTY((skip)) refering;
vecir.h 0 /* VEC types for basic types of the intermediate representations.
vecprim.h 0 /* VEC types for primitive types
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
NodeSequence.java 314 NodeVector vec = getVector(); local
315 if (null != vec)
318 if(m_next < vec.size())
321 int next = vec.elementAt(m_next);
427 NodeVector vec = getVector(); local
428 if((currentIndex >= 0) && (currentIndex < vec.size()))
429 return vec.elementAt(currentIndex);
540 NodeVector vec = getVector(); local
541 if(null != vec)
543 int oldNode = vec.elementAt(index)
727 NodeVector vec = getVector(); local
    [all...]
  /external/skia/include/core/
SkPoint.h 375 SkScalar cross(const SkPoint& vec) const {
376 return CrossProduct(*this, vec);
379 SkScalar dot(const SkPoint& vec) const {
380 return DotProduct(*this, vec);
438 * Make this vector be orthogonal to vec. Looking down vec the
442 void setOrthog(const SkPoint& vec, Side side = kLeft_Side) {
443 // vec could be this
444 SkScalar tmp = vec.fX;
446 fX = -vec.fY
    [all...]
  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 235 struct v4l2_ext_controls_kfmapp vec; local
240 vec.ctrl_class = V4L2_CTRL_CLASS_FM_TX;
241 vec.count = 1;
247 vec.controls = &vctrls;
250 res = ioctl(g_radio_fd, VIDIOC_S_EXT_CTRLS, &vec);
264 struct v4l2_ext_controls_kfmapp vec; local
269 vec.ctrl_class = V4L2_CTRL_CLASS_FM_TX;
270 vec.count = 1;
276 vec.controls = &vctrls;
279 res = ioctl(g_radio_fd, VIDIOC_S_EXT_CTRLS, &vec);
293 struct v4l2_ext_controls_kfmapp vec; local
344 struct v4l2_ext_controls_kfmapp vec; local
393 struct v4l2_ext_controls_kfmapp vec; local
421 struct v4l2_ext_controls_kfmapp vec; local
    [all...]
  /external/clang/test/SemaCXX/
member-expr.cpp 152 struct Vec { int size(); };
153 Vec fun1();
155 Vec *fun2();
157 Vec fun3(int x = 0);
  /external/icu4c/i18n/
fphdlimp.h 50 UVector32* vec; member in class:FieldPositionIteratorHandler
  /external/openfst/src/include/fst/
string.h 71 vector<char *> vec; local
73 SplitToVector(c_str, separator.c_str(), &vec, true);
74 for (size_t i = 0; i < vec.size(); ++i) {
76 if (!ConvertSymbolToLabel(vec[i], &label))
  /external/quake/quake/src/WinQuake/
dos_v2.cpp 109 int dos_int86(int vec)
113 rc = _go32_dpmi_simulate_int(vec, (_go32_dpmi_registers *) &regs);
117 int dos_int386(int vec, regs_t *inregs, regs_t *outregs)
122 rc = _go32_dpmi_simulate_int(vec, (_go32_dpmi_registers *) outregs);
  /external/svox/pico/lib/
picokdt.c     [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
render.rs 226 float3 pnt, vec;
227 getCameraRay(gActiveCamera, screenX, screenY, &pnt, &vec);
231 bool isPicked = intersect(current, pnt, vec);
239 bool isPicked = intersect(current, pnt, vec);
  /external/llvm/test/CodeGen/X86/
xop-intrinsics-x86_64.ll 11 %vec = load <2 x double>* %a1
12 %res = call <2 x double> @llvm.x86.xop.vpermil2pd(<2 x double> %a0, <2 x double> %vec, <2 x double> %a2, i8 1) ; [#uses=1]
18 %vec = load <2 x double>* %a2
19 %res = call <2 x double> @llvm.x86.xop.vpermil2pd(<2 x double> %a0, <2 x double> %a1, <2 x double> %vec, i8 1) ; [#uses=1]
34 %vec = load <4 x double>* %a1
35 %res = call <4 x double> @llvm.x86.xop.vpermil2pd.256(<4 x double> %a0, <4 x double> %vec, <4 x double> %a2, i8 2) ;
42 %vec = load <4 x double>* %a2
43 %res = call <4 x double> @llvm.x86.xop.vpermil2pd.256(<4 x double> %a0, <4 x double> %a1, <4 x double> %vec, i8 2) ;
80 %vec = load <4 x i64>* %a1
81 %res = call <4 x i64> @llvm.x86.xop.vpcmov.256(<4 x i64> %a0, <4 x i64> %vec, <4 x i64> %a2)
    [all...]
  /external/llvm/test/Transforms/SimplifyCFG/
dbginfo.ll 12 %struct.Ray = type { %struct.Vec, %struct.Vec }
14 %struct.Sphere = type { %struct.Scene, %struct.Vec, double }
15 %struct.Vec = type { double, double, double }
22 %"struct.std::Hit" = type { double, %struct.Vec }
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 74 Word16 vec[], /* (i) scaled vector (/8) to correlate with h[] */
84 Word16 vec[], /* (i) scaled vector (/8) to correlate with h[] */
94 Word16 vec[], /* (i) scaled vector (/8) to correlate with h[] */
141 Word16 dn2[L_SUBFR], sign[L_SUBFR], vec[L_SUBFR]; local
288 vec[i] = -32768;
292 vec[i] = 32767;
530 psign = vec;
561 vec[i] = 0;
589 vec[i] = (*p0++) + (*p1++);
631 vec[i] = add1(add1(add1(*p0++, *p1++), *p2++), *p3++)
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsRigidBody.java 417 * @param vec the vector to store the velocity in
419 public void getAngularVelocity(Vector3f vec) {
420 Converter.convert(rBody.getAngularVelocity(tempVec), vec); local
425 * @param vec the angular velocity of this PhysicsRigidBody
427 public void setAngularVelocity(Vector3f vec) {
428 rBody.setAngularVelocity(Converter.convert(vec, tempVec));
442 * @param vec the vector to store the velocity in
444 public void getLinearVelocity(Vector3f vec) {
445 Converter.convert(rBody.getLinearVelocity(tempVec), vec); local
450 * @param vec the linear velocity of this PhysicsRigidBod
    [all...]
  /external/clang/include/clang/AST/
APValue.h 80 struct Vec {
83 Vec() : Elts(0), NumElts(0) {}
84 ~Vec() { delete[] Elts; }
255 return ((Vec*)(char*)Data)->Elts[I];
262 return ((const Vec*)(const void *)Data)->NumElts;
351 ((Vec*)(char*)Data)->Elts = new APValue[N];
352 ((Vec*)(char*)Data)->NumElts = N;
354 ((Vec*)(char*)Data)->Elts[i] = E[i];
410 new ((void*)(char*)Data) Vec();
  /external/compiler-rt/lib/asan/tests/
asan_interface_test.cc 260 char *vec = Ident((char*)malloc(20)); local
261 ASAN_POISON_MEMORY_REGION(vec, 20);
264 ASAN_UNPOISON_MEMORY_REGION(vec + i, 1);
265 ACCESS(vec, i);
266 DIE_ON_ACCESS(vec, i + 1);
270 ASAN_POISON_MEMORY_REGION(vec + i - 1, 1);
271 DIE_ON_ACCESS(vec, i - 1);
272 if (i > 1) ACCESS(vec, i - 2);
274 free(vec);
  /external/qemu/android/skin/
trackball.c 134 rotator_apply( Rotator rot, double* vec )
139 d = vec[0]*rot->d[0] + vec[1]*rot->d[1];
140 n = vec[0]*rot->n[0] + vec[1]*rot->n[1];
141 z = vec[2];
151 vec[0] = d2*rot->d[0] + n*rot->n[0];
152 vec[1] = d2*rot->d[1] + n*rot->n[1];
153 vec[2] = z2;

Completed in 821 milliseconds

1 2 3 4 5 67 8 91011>>