Home
last modified time | relevance | path

Searched defs:vec1 (Results 1 – 20 of 20) sorted by relevance

/external/astl/tests/
Dtest_vector.cpp45 vector<int> vec1; in testConstructorInt() local
76 vector<string> vec1; in testConstructorString() local
89 vector<B> vec1; in testConstructorClass() local
95 vector<B> vec1(100); in testConstructorClass() local
106 const vector<int> vec1(100, 10); in testConstructorRepeat() local
181 vector<int> vec1(100, 10); in testReserve() local
250 vector<CtorDtorCounter> vec1; in testPushBack() local
295 vector<int> vec1(10, 0xdeadbeef);; in testPopBack() local
336 vector<int> vec1(10, 0xdeadbeef); in testResize() local
351 vector<B> vec1(10); in testResize() local
[all …]
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_SimplexCollisionShape.cpp51 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_collision_shapes_SimplexCollisionShape_createShape__Lcom_jme3_math_Vector3f_2() local
65 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_collision_shapes_SimplexCollisionShape_createShape__Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2() local
80 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_collision_shapes_SimplexCollisionShape_createShape__Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2() local
97 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_collision_shapes_SimplexCollisionShape_createShape__Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2() local
Dcom_jme3_bullet_objects_PhysicsRigidBody.cpp585 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_applyForce() local
605 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_applyCentralForce() local
623 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_applyTorque() local
641 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_applyImpulse() local
661 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_applyTorqueImpulse() local
840 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_setAngularFactor() local
Dcom_jme3_bullet_joints_HingeJoint.cpp213 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_joints_HingeJoint_createJoint() local
Dcom_jme3_bullet_objects_PhysicsVehicle.cpp137 btVector3 vec1 = btVector3(); in Java_com_jme3_bullet_objects_PhysicsVehicle_addWheel() local
/external/valgrind/main/VEX/test/
Dfxsave.c10 const unsigned int vec1[4] variable
/external/valgrind/main/memcheck/tests/x86/
Dfxsave.c11 const unsigned int vec1[4] variable
/external/valgrind/main/memcheck/tests/amd64/
Dfxsave-amd64.c11 const unsigned int vec1[4] variable
/external/mesa3d/src/pixelflinger2/
Dllvm_helper.h106 std::vector<Value *> vec1 = extractVector(builder, in1); in intVecMax() local
117 std::vector<Value *> vec1 = extractVector(builder, in1); in intVecMin() local
/external/quake/quake/src/QW/client/
Dcl_cam.c136 pmtrace_t Cam_DoTrace(vec3_t vec1, vec3_t vec2) in Cam_DoTrace()
/external/kernel-headers/original/linux/
Dbio.h211 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \ argument
215 #define BIOVEC_VIRT_MERGEABLE(vec1, vec2) \ argument
/external/opencv/cv/src/
Dcvoptflowbm.cpp48 icvCmpBlocksL1_8u_C1( const uchar * vec1, const uchar * vec2, int len ) in icvCmpBlocksL1_8u_C1()
/external/freetype/src/base/
Dftoutln.c223 FT_Vector vec1, vec2; in FT_Outline_Decompose() local
Dftstroke.c370 FT_Vector* vec1 = border->points + start + 1; in ft_stroke_border_close() local
2189 FT_Vector vec1, vec2; in FT_Stroker_ParseOutline() local
/external/freetype/src/truetype/
Dttinterp.c5171 FT_Vector* vec1 = CUR.zp0.org + L; in Ins_MD() local
5179 FT_Vector* vec1 = CUR.zp0.orus + L; in Ins_MD() local
6125 FT_Vector* vec1 = &CUR.zp1.org[point]; in Ins_MDRP() local
6133 FT_Vector* vec1 = &CUR.zp1.orus[point]; in Ins_MDRP() local
/external/opencv/cv/include/
Dcvcompat.h369 #define cvmMahalanobis(vec1, vec2, mat) cvMahalanobis( vec1, vec2, mat ) argument
370 #define cvmDotProduct( vec1, vec2 ) cvDotProduct( vec1, vec2 ) argument
371 #define cvmCrossProduct(vec1, vec2,dst) cvCrossProduct( vec1, vec2, dst ) argument
/external/kernel-headers/original/asm-arm/
Dio.h280 #define BIOVEC_MERGEABLE(vec1, vec2) \ argument
/external/freetype/src/smooth/
Dftgrays.c1617 FT_Vector vec1, vec2; in FT_Outline_Decompose() local
/external/valgrind/main/VEX/priv/
Dhost_x86_isel.c3266 HReg vec1 = newVRegV(env); in iselVecExpr_wrk() local
/external/v8/src/
Dobjects.cc6907 Vector<const char> vec1 = lhs_content.ToAsciiVector(); in SlowEquals() local
6924 Vector<const uc16> vec1 = lhs_content.ToUC16Vector(); in SlowEquals() local