Searched refs:angleA (Results 1 – 8 of 8) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int16Mat2D.c | 89 struct bts_Int16Mat2D bts_Int16Mat2D_createRotation( phase16 angleA ) in bts_Int16Mat2D_createRotation() argument 91 int16 cL = bbs_cos16( angleA ); in bts_Int16Mat2D_createRotation() 92 int16 sL = bbs_sin16( angleA ); in bts_Int16Mat2D_createRotation() 104 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA ) in bts_Int16Mat2D_createRigid() argument 106 struct bts_Int16Mat2D matL = bts_Int16Mat2D_createRotation( angleA ); in bts_Int16Mat2D_createRigid()
|
D | Int16Mat2D.h | 78 struct bts_Int16Mat2D bts_Int16Mat2D_createRotation( phase16 angleA ); 81 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA );
|
D | Flt16Alt2D.c | 153 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRotation( phase16 angleA, in bts_Flt16Alt2D_createRotation() argument 157 altL.matE = bts_Flt16Mat2D_createRotation( angleA ); in bts_Flt16Alt2D_createRotation() 176 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRigid( phase16 angleA, in bts_Flt16Alt2D_createRigid() argument 182 altL.matE = bts_Flt16Mat2D_createRigid( angleA, scaleA, scaleBbpA ); in bts_Flt16Alt2D_createRigid()
|
D | Flt16Mat2D.h | 100 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRotation( phase16 angleA ); 106 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA );
|
D | Flt16Mat2D.c | 190 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRotation( phase16 angleA ) in bts_Flt16Mat2D_createRotation() argument 192 int16 cL = bbs_cos16( angleA ); in bts_Flt16Mat2D_createRotation() 193 int16 sL = bbs_sin16( angleA ); in bts_Flt16Mat2D_createRotation() 214 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat2D_createRigid() argument 216 struct bts_Flt16Mat2D matL = bts_Flt16Mat2D_createRotation( angleA ); in bts_Flt16Mat2D_createRigid()
|
D | Flt16Alt2D.h | 104 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRotation( phase16 angleA, 113 struct bts_Flt16Alt2D bts_Flt16Alt2D_createRigid( phase16 angleA,
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/ |
D | MotorJointDef.java | 51 float angleA = bodyA.getAngle(); in initialize() local 53 angularOffset = angleB - angleA; in initialize()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/ |
D | b2MotorJoint.cpp | 42 float32 angleA = bodyA->GetAngle(); in Initialize() local 44 angularOffset = angleB - angleA; in Initialize()
|