Home
last modified time | relevance | path

Searched refs:vect (Results 1 – 25 of 40) sorted by relevance

12

/external/ltrace/
Dvect.c27 slot(struct vect *vec, size_t i) in slot()
33 cslot(const struct vect *vec, size_t i) in cslot()
39 vect_init(struct vect *vec, size_t elt_size) in vect_init()
41 *vec = (struct vect){ NULL, 0, 0, elt_size }; in vect_init()
47 struct vect *target = data; in copy_elt()
53 vect_clone(struct vect *target, const struct vect *source, in vect_clone()
88 vect_reserve(struct vect *vec, size_t count) in vect_reserve()
105 vect_size(const struct vect *vec) in vect_size()
111 vect_empty(const struct vect *vec) in vect_empty()
117 vect_reserve_additional(struct vect *vec, size_t count) in vect_reserve_additional()
[all …]
Dvect.h33 struct vect struct
42 void vect_init(struct vect *vec, size_t elt_size); argument
56 int vect_clone(struct vect *target, const struct vect *source,
65 const struct vect *_source_vec = (SRC_VEC); \
79 size_t vect_size(const struct vect *vec);
82 int vect_empty(const struct vect *vec);
97 int vect_pushback(struct vect *vec, void *eltp);
101 void vect_popback(struct vect *vec,
114 void vect_erase(struct vect *vec, size_t start, size_t end,
135 int vect_reserve(struct vect *vec, size_t count);
[all …]
Dvalue_dict.h31 struct vect numbered;
32 struct vect named;
Doptions.h101 int parse_colon_separated_list(const char *paths, struct vect *vec);
104 extern struct vect opt_F;
DMakefile.am35 fetch.c vect.c param.c printf.c zero.c lens.c lens_default.c \
59 library.h filter.h glob.h vect.h type.h value.h value_dict.h \
60 callback.h expr.h fetch.h vect.h param.h printf.h zero.h \
Dprototype.h33 struct vect params;
90 struct vect imports;
Ddict.h31 struct vect keys;
32 struct vect values;
33 struct vect status;
Dltrace-elf.h54 struct vect plt_relocs;
140 struct vect *rela_vec);
Dforward.h40 struct vect;
Dlens_enum.h29 struct vect entries;
Dtype.h48 struct vect entries;
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Drefiner.c51 int16_t vect[ENH_VECTL]; in WebRtcIlbcfix_Refiner() local
111 WebRtcSpl_MemSetW16(vect, 0, st); in WebRtcIlbcfix_Refiner()
112 WEBRTC_SPL_MEMCPY_W16(&vect[st], idata, ENH_VECTL - st); in WebRtcIlbcfix_Refiner()
117 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], ENH_VECTL - en); in WebRtcIlbcfix_Refiner()
118 WebRtcSpl_MemSetW16(&vect[ENH_VECTL - en], 0, en); in WebRtcIlbcfix_Refiner()
120 WEBRTC_SPL_MEMCPY_W16(vect, &idata[st], ENH_VECTL); in WebRtcIlbcfix_Refiner()
131 WebRtcSpl_FilterMAFastQ12(&vect[6], vect, filt, ENH_FLO_MULT2_PLUS1, in WebRtcIlbcfix_Refiner()
136 WebRtcSpl_AddAffineVectorToVector(surround, vect, gain, 32768, 16, in WebRtcIlbcfix_Refiner()
/external/opencv/cv/src/
Dcvrotcalipers.cpp99 CvPoint2D32f* vect = (CvPoint2D32f*)cvAlloc( n * sizeof(vect[0]) ); in icvRotatingCalipers() local
139 vect[i].x = (float)dx; in icvRotatingCalipers()
140 vect[i].y = (float)dy; in icvRotatingCalipers()
150 double ax = vect[n-1].x; in icvRotatingCalipers()
151 double ay = vect[n-1].y; in icvRotatingCalipers()
155 double bx = vect[i].x; in icvRotatingCalipers()
156 double by = vect[i].y; in icvRotatingCalipers()
189 float dp0 = base_a * vect[seq[0]].x + base_b * vect[seq[0]].y; in icvRotatingCalipers()
190 float dp1 = -base_b * vect[seq[1]].x + base_a * vect[seq[1]].y; in icvRotatingCalipers()
191 float dp2 = -base_a * vect[seq[2]].x - base_b * vect[seq[2]].y; in icvRotatingCalipers()
[all …]
/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp117 static int FindInSorted_Attrib(const CRecordVector<CAttribIconPair> &vect, DWORD attrib, int &inser… in FindInSorted_Attrib() argument
119 unsigned left = 0, right = vect.Size(); in FindInSorted_Attrib()
123 DWORD midAttrib = vect[mid].Attrib; in FindInSorted_Attrib()
135 static int FindInSorted_Ext(const CObjectVector<CExtIconPair> &vect, const wchar_t *ext, int &inser… in FindInSorted_Ext() argument
137 unsigned left = 0, right = vect.Size(); in FindInSorted_Ext()
141 int compare = MyStringCompareNoCase(ext, vect[mid].Ext); in FindInSorted_Ext()
/external/ltrace/sysdeps/linux-gnu/
Dhooks.c48 add_dir(struct vect *dirs, const char *str1, const char *str2) in add_dir()
61 struct vect *dirs = data; in add_dir_component_cb()
82 static struct vect dirs; in os_get_config_dirs()
155 struct vect v; in os_get_config_dirs()
178 os_get_ltrace_conf_filenames(struct vect *retp) in os_get_ltrace_conf_filenames()
/external/llvm/test/Transforms/LoopVectorize/X86/
Dalready-vectorized.ll13 define i32 @vect() {
14 ; CHECK: LV: Checking a loop in "vect"
33 ; CHECK: br {{.*}} label %vector.body, !llvm.loop [[vect:![0-9]+]]
42 ; CHECK: [[vect]] = distinct !{[[vect]], [[width:![0-9]+]], [[unroll:![0-9]+]]}
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DEigen3f.java187 private void computeVectors(Matrix3f mat, Vector3f vect, int index1, in computeVectors() argument
190 Vector3f.generateComplementBasis(vectorU, vectorV, vect); in computeVectors()
231 Vector3f vectorS = vect.cross(eigenVectors[index3]); in computeVectors()
232 mat.mult(vect, tempVect); in computeVectors()
233 p00 = eigenValues[index1] - vect.dot(tempVect); in computeVectors()
253 eigenVectors[index1] = vect.mult(p01).add(vectorS.mult(p00)); in computeVectors()
258 eigenVectors[index1] = vect.mult(p11).add(vectorS.mult(p01)); in computeVectors()
264 eigenVectors[index1].set(vect); in computeVectors()
DVector4f.java159 public Vector4f set(Vector4f vect) { in set() argument
160 this.x = vect.x; in set()
161 this.y = vect.y; in set()
162 this.z = vect.z; in set()
163 this.w = vect.w; in set()
DVector3f.java151 public Vector3f set(Vector3f vect) { in set() argument
152 this.x = vect.x; in set()
153 this.y = vect.y; in set()
154 this.z = vect.z; in set()
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_HullCollisionShape.cpp57 btVector3 vect = btVector3(data[i], in Java_com_jme3_bullet_collision_shapes_HullCollisionShape_createShape() local
61 shape->addPoint(vect); in Java_com_jme3_bullet_collision_shapes_HullCollisionShape_createShape()
/external/openssh/
Dscp.c862 char *last, *vect[1], path[PATH_MAX]; in rsource() local
898 vect[0] = path; in rsource()
899 source(1, vect); in rsource()
922 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
1075 vect[0] = xstrdup(np);
1076 sink(1, vect);
1079 if (utimes(vect[0], tv) < 0)
1081 vect[0], strerror(errno));
1084 (void) chmod(vect[0], mode);
1085 free(vect[0]);
/external/opencv/ml/src/
D_ml.h69 #define CV_MAT_ELEM_FLAG( mat, type, comp, vect, tflag ) \ argument
71 ? (CV_MAT_ELEM( mat, type, comp, vect )) \
72 : (CV_MAT_ELEM( mat, type, vect, comp )))
Dml_inner_functions.cpp167 CvMat* vect = cvCreateMatHeader(1, dim, sample->type); in cvRandMVNormal() local
174 cvGetRow(sample, vect, i); in cvRandMVNormal()
175 cvMatMulAdd(vect, utmat, mean, vect); in cvRandMVNormal()
178 cvReleaseMat(&vect); in cvRandMVNormal()
227 CvMat* vect = cvCreateMatHeader(1, dim, CV_32FC1); in cvRandGaussMixture() local
249 cvGetRow(sample, vect, i); in cvRandGaussMixture()
251 cvMatMulAdd(vect, utmats[clss], means[clss], vect); in cvRandGaussMixture()
260 cvReleaseMat(&vect); in cvRandGaussMixture()
/external/ltrace/sysdeps/linux-gnu/x86/
Darch.h39 struct vect plt_map;
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DTerrainGrid.java455 for (Vector2f vect : xz) { in adjustHeight()
456 vect.x -= currentGridLocation.x; in adjustHeight()
457 vect.y -= currentGridLocation.z; in adjustHeight()

12