Home
last modified time | relevance | path

Searched defs:vec2 (Results 1 – 25 of 29) sorted by relevance

12

/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_SimplexCollisionShape.cpp67 btVector3 vec2 = btVector3(); in Java_com_jme3_bullet_collision_shapes_SimplexCollisionShape_createShape__Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2() local
82 btVector3 vec2 = btVector3(); in Java_com_jme3_bullet_collision_shapes_SimplexCollisionShape_createShape__Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2Lcom_jme3_math_Vector3f_2() local
99 btVector3 vec2 = 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_joints_HingeJoint.cpp214 btVector3 vec2 = btVector3(); in Java_com_jme3_bullet_joints_HingeJoint_createJoint() local
Dcom_jme3_bullet_objects_PhysicsVehicle.cpp138 btVector3 vec2 = btVector3(); in Java_com_jme3_bullet_objects_PhysicsVehicle_addWheel() local
Dcom_jme3_bullet_objects_PhysicsRigidBody.cpp586 btVector3 vec2 = btVector3(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_applyForce() local
642 btVector3 vec2 = btVector3(); in Java_com_jme3_bullet_objects_PhysicsRigidBody_applyImpulse() local
/external/eigen/doc/snippets/
DTutorial_AdvancedInitialization_Join.cpp5 RowVectorXd vec2(4); variable
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_quad.c96 LLVMValueRef vec1, vec2; in lp_build_packed_ddx_ddy_onecoord() local
131 LLVMValueRef vec1, vec2; in lp_build_packed_ddx_ddy_twocoord() local
/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
Dpush_back_exception_safety.pass.cpp74 std::vector<CMyClass> vec2(vec); in main() local
/external/clang/test/Sema/
Dext_vector_components.c11 float2 vec2, vec2_2; in test() local
Dext_vector_casts.c14 float2 vec2; in test() local
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Dpush_back_exception_safety.pass.cpp72 std::deque<CMyClass> vec2(vec); in main() local
Dpush_front_exception_safety.pass.cpp72 std::deque<CMyClass> vec2(vec); in main() local
/external/eigen/test/
Deigensolver_complex.cpp19 void verify_is_approx_upto_permutation(const VectorType& vec1, const VectorType& vec2) in verify_is_approx_upto_permutation()
Dsparse_solvers.cpp47 DenseVector vec2 = vec1, vec3 = vec1; in sparse_solvers() local
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/
Dvec2.js27 var vec2 = {}; variable
89 vec2.set = function(out, x, y) { function
/external/eigen/test/eigen2/
Deigen2_sparse_solvers.cpp47 DenseVector vec2 = vec1, vec3 = vec1; in sparse_solvers() local
/external/clang/test/CodeGen/
Dext-vector.c20 float2 vec2, vec2_2; variable
/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.c227 FT_Vector vec1, vec2; in FT_Outline_Decompose() local
Dftstroke.c371 FT_Vector* vec2 = border->points + count - 1; in ft_stroke_border_close() local
2231 FT_Vector vec1, vec2; in FT_Stroker_ParseOutline() local
/external/pdfium/third_party/freetype/src/base/
Dftoutln.c227 FT_Vector vec1, vec2; in FT_Outline_Decompose() local
Dftstroke.c371 FT_Vector* vec2 = border->points + count - 1; in ft_stroke_border_close() local
2235 FT_Vector vec1, vec2; in FT_Stroker_ParseOutline() local
/external/freetype/src/truetype/
Dttinterp.c4898 FT_Vector* vec2 = exc->zp1.org + K; in Ins_MD() local
4906 FT_Vector* vec2 = exc->zp1.orus + K; in Ins_MD() local
6067 FT_Vector* vec2 = &exc->zp0.org[exc->GS.rp0]; in Ins_MDRP() local
6075 FT_Vector* vec2 = &exc->zp0.orus[exc->GS.rp0]; in Ins_MDRP() local
/external/pdfium/third_party/freetype/src/truetype/
Dttinterp.c5378 FT_Vector* vec2 = CUR.zp1.org + K; in Ins_MD() local
5386 FT_Vector* vec2 = CUR.zp1.orus + K; in Ins_MD() local
6512 FT_Vector* vec2 = &CUR.zp0.org[CUR.GS.rp0]; in Ins_MDRP() local
6520 FT_Vector* vec2 = &CUR.zp0.orus[CUR.GS.rp0]; 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/deqp/modules/glshared/
DglsAttributeLocationTests.cpp1402 const AttribType vec2("vec2", 1, GL_FLOAT_VEC2); in iterate() local
1492 const AttribType vec2("vec2", 1, GL_FLOAT_VEC2); in iterate() local

12