/external/eigen/Eigen/src/Core/ |
StableNorm.h | 56 const Derived& vec(_vec.derived()); 92 Index n = vec.size(); 97 for(typename Derived::InnerIterator it(vec, 0); it; ++it)
|
/external/elfutils/backends/ |
aarch64_retval.c | 141 bool vec; 144 &attr_mem), &vec) == 0 145 && vec)
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/math/ |
Matrix4.java | [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/ |
btLemkeAlgorithm.cpp | 231 btVectorXu vec(dim + 1); 232 vec.setZero();//, INIT, 0.) 233 Rows.push_back(vec);
|
/external/skia/samplecode/ |
SampleBitmapRect.cpp | 63 static void bounce_pt(SkPoint* pt, SkVector* vec, const SkRect& limit) { 64 bounce(&pt->fX, &vec->fX, limit.fLeft, limit.fRight); 65 bounce(&pt->fY, &vec->fY, limit.fTop, limit.fBottom);
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldSystemTest.java | 260 Vector<StringBuffer> vec = new Vector<StringBuffer>(); local 263 vec.add(new StringBuffer(1000)); 266 vec = null;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/ |
c-common.h | 487 vec<tree, va_gc> *x_cur_stmt_list; 513 vec<tree, va_gc> *local_typedefs; 757 vec<tree, va_gc> *, tree *, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
cgraph.h | 26 #include "vec.h" 196 vec<ipa_replace_map_p, va_gc> *tree_map; 238 vec<ipa_opt_pass> GTY((skip)) ipa_transforms_to_apply; 334 vec<cgraph_node_ptr> nodes; 345 vec<varpool_node_ptr> nodes; 624 vec<cgraph_edge_p> collect_callers_of_node (struct cgraph_node *node); 675 int, bool, vec<cgraph_edge_p>, 679 vec<cgraph_edge_p>, 680 vec<ipa_replace_map_p, va_gc> *tree_map, 692 tree, vec<cgraph_edge_p>, bitmap) [all...] |
/external/e2fsprogs/misc/ |
e4defrag.c | 411 * @vec: page state array. 415 unsigned char **vec, unsigned int *page_num) 421 if (vec == NULL || *vec != NULL) 441 *vec = (unsigned char *)calloc(*page_num, 1); 442 if (*vec == NULL) 446 if (mincore(page, (size_t)length, *vec) == -1 || 448 FREE(*vec); 460 * @vec: page state array. 464 unsigned char *vec, unsigned int page_num 1356 unsigned char *vec = NULL; local [all...] |
/external/freetype/src/pshinter/ |
pshalgo.c | 1084 FT_Vector* vec = glyph->outline->points; local 1089 for ( ; count > 0; count--, point++, vec++ ) 1095 point->org_u = vec->x; 1096 point->org_v = vec->y; 1100 point->org_u = vec->y; 1101 point->org_v = vec->x; 1105 point->org_x = vec->x; 1106 point->org_y = vec->y; 1120 FT_Vector* vec = glyph->outline->points; local 1127 vec[n].x = point->cur_u 1220 FT_Vector* vec = outline->points; local [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/ |
btMultiBodyConstraint.cpp | 223 btVector3 vec; local 246 vec = ( solverConstraint.m_angularComponentA).cross(rel_pos1); 247 denom0 = rb0->getInvMass() + contactNormalOnB.dot(vec); 265 vec = ( -solverConstraint.m_angularComponentB).cross(rel_pos2); 266 denom1 = rb1->getInvMass() + contactNormalOnB.dot(vec);
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/ |
pshalgo.c | 1084 FT_Vector* vec = glyph->outline->points; local 1089 for ( ; count > 0; count--, point++, vec++ ) 1095 point->org_u = vec->x; 1096 point->org_v = vec->y; 1100 point->org_u = vec->y; 1101 point->org_v = vec->x; 1105 point->org_x = vec->x; 1106 point->org_y = vec->y; 1120 FT_Vector* vec = glyph->outline->points; local 1127 vec[n].x = point->cur_u 1220 FT_Vector* vec = outline->points; local [all...] |
/external/pdfium/third_party/freetype/src/pshinter/ |
pshalgo.c | 1084 FT_Vector* vec = glyph->outline->points; local 1089 for ( ; count > 0; count--, point++, vec++ ) 1095 point->org_u = vec->x; 1096 point->org_v = vec->y; 1100 point->org_u = vec->y; 1101 point->org_v = vec->x; 1105 point->org_x = vec->x; 1106 point->org_y = vec->y; 1120 FT_Vector* vec = glyph->outline->points; local 1127 vec[n].x = point->cur_u 1220 FT_Vector* vec = outline->points; local [all...] |
/external/strace/ |
mem.c | 268 char *vec = NULL; local 272 !tcp->u_arg[2] || !(vec = malloc(len)) || 273 umoven(tcp, tcp->u_arg[2], len, vec) < 0) 282 tprints((vec[i] & 1) ? "1" : "0"); 286 free(vec);
|
/frameworks/base/libs/hwui/ |
SkiaShader.cpp | 87 SkVector vec = pts[1] - pts[0]; local 88 const float mag = vec.length(); 91 vec.scale(inv); 92 matrix->setSinCos(-vec.fY, vec.fX, pts[0].fX, pts[0].fY);
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
fwd_txfm_msa.c | 177 v8i16 vec, mask; local 183 vec = __msa_ceqi_h(in0, 0); 184 vec = vec ^ 255; 185 vec = mask & vec; 186 in0 += vec;
|
idct16x16_msa.c | 267 v8i16 vec, res0, res1, res2, res3, res4, res5, res6, res7; local 274 vec = __msa_fill_h(out); 282 ADD4(res0, vec, res1, vec, res2, vec, res3, vec, res0, res1, res2, res3); 283 ADD4(res4, vec, res5, vec, res6, vec, res7, vec, res4, res5, res6, res7) [all...] |
/external/opencv3/modules/core/src/ |
command_line_parser.cpp | 424 std::vector<String> vec; local 466 vec.push_back(word); 490 return vec; 496 std::vector<String> vec; local 505 vec.push_back(word); 518 vec.push_back(word); 521 return vec;
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btVector3.cpp | 50 long _maxdot_large( const float *vv, const float *vec, unsigned long count, float *dotResult ); 51 long _maxdot_large( const float *vv, const float *vec, unsigned long count, float *dotResult ) 56 float4 vvec = _mm_loadu_ps( vec ); 434 long _mindot_large( const float *vv, const float *vec, unsigned long count, float *dotResult ); 436 long _mindot_large( const float *vv, const float *vec, unsigned long count, float *dotResult ) 441 float4 vvec = _mm_loadu_ps( vec ); [all...] |
/external/jemalloc/src/ |
prof.c | 165 int ret = memcmp(a->bt.vec, b->bt.vec, comp_len * sizeof(void *)); 259 bt_init(prof_bt_t *bt, void **vec) 264 bt->vec = vec; 317 assert(bt->vec != NULL); 319 nframes = unw_backtrace(bt->vec, PROF_BT_MAX); 345 data->bt->vec[data->bt->len] = ip; 374 bt->vec[(i)] = p; \ 552 * Create a single allocation that has space for vec of length bt->len [all...] |
/external/eigen/Eigen/src/Geometry/ |
Quaternion.h | 78 inline const VectorBlock<const Coefficients,3> vec() const { return coeffs().template head<3>(); } function in class:Eigen::QuaternionBase 81 inline VectorBlock<Coefficients,3> vec() { return coeffs().template head<3>(); } function in class:Eigen::QuaternionBase 471 Vector3 uv = this->vec().cross(v); 473 return v + this->w() * uv + this->vec().cross(uv); 500 this->vec() = sin(ha) * aa.axis(); 596 this->vec() = axis * sqrt(Scalar(1) - w2); 602 this->vec() = axis * invs; 673 return Scalar(2) * atan2( d.vec().norm(), abs(d.w()) ); 766 template<class Derived> static inline void run(QuaternionBase<Derived>& q, const Other& vec) 768 q.coeffs() = vec; [all...] |
/external/clang/lib/Analysis/ |
LiveVariables.cpp | 569 std::vector<const CFGBlock *> vec; local 573 vec.push_back(it->first); 575 std::sort(vec.begin(), vec.end(), [](const CFGBlock *A, const CFGBlock *B) { 582 it = vec.begin(), ei = vec.end(); it != ei; ++it) {
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
BC_QRFinderPatternFinder.cpp | 466 CFX_PtrArray* vec = new CFX_PtrArray();
local 467 vec->SetSize(3);
468 (*vec)[0] = ((CBC_QRFinderPattern*)m_possibleCenters[0])->Clone();
469 (*vec)[1] = ((CBC_QRFinderPattern*)m_possibleCenters[1])->Clone();
470 (*vec)[2] = ((CBC_QRFinderPattern*)m_possibleCenters[2])->Clone();
471 return vec;
|
/external/skia/include/core/ |
SkMatrix.h | 523 SkVector vec = { dx, dy }; local 524 this->mapVectors(result, &vec, 1); 528 SkVector vec = { dx, dy }; local 529 this->mapVectors(&vec, &vec, 1); 530 return vec;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragController.java | 446 PointF vec = isFlingingToDelete(mDragObject.dragSource); local 447 if (vec != null) { 448 dropOnFlingToDeleteTarget(dragLayerX, dragLayerY, vec); 599 PointF vec = isFlingingToDelete(mDragObject.dragSource); 600 if (vec != null) { 601 dropOnFlingToDeleteTarget(dragLayerX, dragLayerY, vec);
|