Home
last modified time | relevance | path

Searched defs:scaleA (Results 1 – 8 of 8) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DInt16Mat2D.c104 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA ) in bts_Int16Mat2D_createRigid()
113 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA ) in bts_Int16Mat2D_scale()
DFlt16Mat2D.c205 struct bts_Flt16Mat2D bts_Flt16Mat2D_createScale( int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat2D_createScale()
214 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat2D_createRigid()
276 void bts_Flt16Mat2D_scale( struct bts_Flt16Mat2D* ptrA, int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat2D_scale()
DFlt16Mat3D.c150 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat3D_createScale()
241 void bts_Flt16Mat3D_scale( struct bts_Flt16Mat3D* ptrA, int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat3D_scale()
DFlt16Alt2D.c164 struct bts_Flt16Alt2D bts_Flt16Alt2D_createScale( int32 scaleA, in bts_Flt16Alt2D_createScale()
177 int32 scaleA, in bts_Flt16Alt2D_createRigid()
DFlt16Alt3D.c138 struct bts_Flt16Alt3D bts_Flt16Alt3D_createScale( int32 scaleA, in bts_Flt16Alt3D_createScale()
DCluster2D.c42 uint32* scaleA, /* resulting scale factor */ in bts_Cluster2D_computeScale()
/external/neven/Embedded/common/src/b_BitFeatureEm/
DScanner.c34 uint32 bbf_Scanner_scalePrd( uint32 scaleA, uint32 factorA /*0.32 */ )\ in bbf_Scanner_scalePrd()
987 int32 xA, int32 yA, uint32 scaleA ) in bbf_Scanner_goToUls()
1064 uint32 scaleA, in bbf_Scanner_addOutPos()
/external/mesa3d/src/mesa/swrast/
Ds_texcombine.c92 const GLfloat scaleA = (GLfloat) (1 << combine->ScaleShiftA); in texture_combine() local