Searched refs:vec (Results 101 - 125 of 362) sorted by relevance

1234567891011>>

/external/svox/pico/lib/
H A Dpicokdt.c2377 const picoos_uint8 *vec,
2386 vec[0], vec[1], vec[2], vec[3], vec[4],
2387 vec[5], vec[6], vec[7], vec[
2376 picokdt_dtPAMconstructInVec(const picokdt_DtPAM this, const picoos_uint8 *vec, const picoos_uint8 veclen) argument
[all...]
/external/chromium_org/third_party/speex/libspeex/
H A Dos_support.h158 static inline void print_vec(float *vec, int len, char *name) argument
163 printf (" %f", vec[i]);
/external/freetype/src/base/
H A Dftbbox.c404 FT_Vector* vec; local
426 vec = outline->points;
427 bbox.xMin = bbox.xMax = cbox.xMin = cbox.xMax = vec->x;
428 bbox.yMin = bbox.yMax = cbox.yMin = cbox.yMax = vec->y;
429 vec++;
433 FT_Pos x = vec->x;
434 FT_Pos y = vec->y;
454 vec++;
/external/speex/libspeex/
H A Dos_support.h158 static inline void print_vec(float *vec, int len, char *name) argument
163 printf (" %f", vec[i]);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAARectRenderer.cpp523 SkVector vec[2] = { local
528 vec[0].normalize();
529 vec[0].scale(SK_ScalarHalf);
530 vec[1].normalize();
531 vec[1].scale(SK_ScalarHalf);
543 *((SkPoint*)((intptr_t)fan0Pos + 0 * vstride)) + vec[0] + vec[1];
544 *((SkPoint*)((intptr_t)fan0Pos + 0 * vstride)) -= vec[0] + vec[1];
547 *((SkPoint*)((intptr_t)fan0Pos + 1 * vstride)) + vec[
647 SkVector vec[2] = { local
[all...]
/external/clang/test/CodeGen/
H A Daarch64-poly64.c105 poly64x1_t test_vdup_lane_p64(poly64x1_t vec) { argument
107 return vdup_lane_p64(vec, 0);
111 poly64x2_t test_vdupq_lane_p64(poly64x1_t vec) { argument
113 return vdupq_lane_p64(vec, 0);
117 poly64x2_t test_vdupq_laneq_p64(poly64x2_t vec) { argument
119 return vdupq_laneq_p64(vec, 1);
/external/skia/src/gpu/
H A DGrAARectRenderer.cpp498 SkVector vec[2] = { local
503 vec[0].normalize();
504 vec[0].scale(SK_ScalarHalf);
505 vec[1].normalize();
506 vec[1].scale(SK_ScalarHalf);
518 *((SkPoint*)((intptr_t)fan0Pos + 0 * vsize)) + vec[0] + vec[1];
519 *((SkPoint*)((intptr_t)fan0Pos + 0 * vsize)) -= vec[0] + vec[1];
522 *((SkPoint*)((intptr_t)fan0Pos + 1 * vsize)) + vec[
616 SkVector vec[2] = { local
[all...]
/external/tcpdump/
H A Dprint-ip6.c61 struct cksum_vec vec[2]; local
70 vec[0].ptr = (const u_int8_t *)(void *)&ph;
71 vec[0].len = sizeof(ph);
72 vec[1].ptr = data;
73 vec[1].len = len;
75 return in_cksum(vec, 2);
H A Dprint-ip.c146 struct cksum_vec vec[2]; local
158 vec[0].ptr = (const u_int8_t *)(void *)&ph;
159 vec[0].len = sizeof(ph);
160 vec[1].ptr = data;
161 vec[1].len = len;
162 return (in_cksum(vec, 2));
326 struct cksum_vec vec[1]; local
459 vec[0].ptr = ipds->cp;
460 vec[0].len = ipds->len;
461 pim_print(ipds->cp, ipds->len, in_cksum(vec,
525 struct cksum_vec vec[1]; local
[all...]
/external/chromium_org/net/quic/
H A Dquic_data_stream_test.cc217 struct iovec vec; local
218 vec.iov_base = buffer;
219 vec.iov_len = arraysize(buffer);
221 size_t bytes_read = stream_->Readv(&vec, 1);
225 bytes_read = stream_->Readv(&vec, 1);
242 struct iovec vec; local
243 vec.iov_base = buffer;
244 vec.iov_len = arraysize(buffer);
248 size_t bytes_read = stream_->Readv(&vec, 1);
267 struct iovec vec[ local
[all...]
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMarketIO.h192 bool loadMarketVector(VectorType& vec, const std::string& filename) argument
208 vec.resize(n);
213 vec(i++) = value;
250 bool saveMarketVector (const VectorType& vec, const std::string& filename) argument
263 out << vec.size() << " "<< 1 << "\n";
264 for (int i=0; i < vec.size(); i++){
265 internal::putVectorElt(vec(i), out);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h328 vec_t<T, 3> vec(T a, T b, T c) function
338 vec_t<T, 4> vec(T a, T b, T c, T d) function
368 m[0] = vec(x, _0, _0, _0);
369 m[1] = vec(_0, y, _0, _0);
370 m[2] = vec(a, b, c, (T)-1);
371 m[3] = vec(_0, _0, d, _0);
380 m[0] = vec(v, _0, _0);
381 m[1] = vec(_0, v, _0);
382 m[2] = vec(_0, _0, v);
391 m[0] = vec(
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
H A Dd3d11u.h328 vec_t<T, 3> vec(T a, T b, T c) function
338 vec_t<T, 4> vec(T a, T b, T c, T d) function
368 m[0] = vec(x, _0, _0, _0);
369 m[1] = vec(_0, y, _0, _0);
370 m[2] = vec(a, b, c, (T)-1);
371 m[3] = vec(_0, _0, d, _0);
380 m[0] = vec(v, _0, _0);
381 m[1] = vec(_0, v, _0);
382 m[2] = vec(_0, _0, v);
391 m[0] = vec(
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_interface_test.cc213 char *vec = Ident((char*)malloc(20)); local
214 __asan_poison_memory_region(vec, 20);
217 __asan_unpoison_memory_region(vec + i, 1);
218 GOOD_ACCESS(vec, i);
219 BAD_ACCESS(vec, i + 1);
223 __asan_poison_memory_region(vec + i - 1, 1);
224 BAD_ACCESS(vec, i - 1);
225 if (i > 1) GOOD_ACCESS(vec, i - 2);
227 free(vec);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_crc32.c51 unsigned long vec));
329 unsigned long vec)
334 while (vec) {
335 if (vec & 1)
337 vec >>= 1;
327 gf2_matrix_times( unsigned long *mat, unsigned long vec) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERApplicationSpecific.java69 public DERApplicationSpecific(int tagNo, ASN1EncodableVector vec) argument
75 for (int i = 0; i != vec.size(); i++)
79 bOut.write(((ASN1Object)vec.get(i)).getEncoded(ASN1Encoding.DER));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DExtensions.java142 ASN1EncodableVector vec = new ASN1EncodableVector();
150 vec.add(ext);
153 return new DERSequence(vec);
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_vector.c43 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) argument
53 GLfloat (*data)[4] = (GLfloat (*)[4])vec->start;
59 vec->flags &= ~elem_bits[elt];
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dnetdev-times.py227 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, vec):
228 if symbol_str("irq__softirq_entry", "vec", vec) != "NET_RX":
230 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm, vec)
233 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, vec):
234 if symbol_str("irq__softirq_entry", "vec", vec) != "NET_RX":
236 event_info = (name, context, cpu, nsecs(sec, nsec), pid, comm, vec)
239 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, vec):
240 if symbol_str("irq__softirq_entry", "vec", ve
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_vector.c43 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) argument
53 GLfloat (*data)[4] = (GLfloat (*)[4])vec->start;
59 vec->flags &= ~elem_bits[elt];
/external/stlport/test/eh/
H A Dtest_vector.cpp64 inline void prepare_insert_range( TestVector& vec, size_t, TestClass* first, TestClass* last ) argument
70 vec.reserve( vec.size() + d );
/external/chromium_org/ipc/
H A Dipc_fuzzing_tests.cc84 std::vector<double> vec; local
86 EXPECT_FALSE(ReadParam(&m, &iter, &vec));
97 std::vector<int64> vec; local
99 EXPECT_FALSE(ReadParam(&m, &iter, &vec));
111 std::vector<int64> vec; local
113 EXPECT_FALSE(ReadParam(&m, &iter, &vec));
/external/chromium_org/third_party/webrtc/base/
H A Djson.cc124 std::vector<T> *vec) {
125 vec->clear();
135 vec->push_back(val);
179 Json::Value VectorToJsonArray(const std::vector<T>& vec) { argument
181 for (size_t i = 0; i < vec.size(); ++i) {
182 result.append(Json::Value(vec[i]));
122 JsonArrayToVector(const Json::Value& value, bool (*getter)(const Json::Value& in, T* out), std::vector<T> *vec) argument
/external/chromium_org/third_party/zlib/
H A Dcrc32.c69 unsigned long vec));
344 local unsigned long gf2_matrix_times(mat, vec)
346 unsigned long vec;
351 while (vec) {
352 if (vec & 1)
354 vec >>= 1;
/external/clang/test/Analysis/
H A Darray-struct-region.c23 int vec[6][2] = {{0.195, 0.02}, {0.383, 0.067}, {0.55, 0.169}, // expected-warning 6 {{implicit conversion from 'double' to 'int' changes value from}} local
28 vec[a][0] *= rad; // no-warning
29 vec[a][1] *= rad; // no-warning
34 float vec[6][2] = {{0.195, 0.02}, {0.383, 0.067}, {0.55, 0.169}, local
39 vec[a][0] *= rad; // no-warning
40 vec[a][1] *= rad; // no-warning

Completed in 1288 milliseconds

1234567891011>>