Searched refs:scaleA (Results 1 - 17 of 17) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DInt16Mat2D.h81 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA );
84 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA );
H A DInt16Mat2D.c104 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA )
107 bts_Int16Mat2D_scale( &matL, scaleA );
113 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA )
115 int32 xxL = ( int32 ) ptrA->xxE * scaleA.valE;
116 int32 xyL = ( int32 ) ptrA->xyE * scaleA.valE;
117 int32 yxL = ( int32 ) ptrA->yxE * scaleA.valE;
118 int32 yyL = ( int32 ) ptrA->yyE * scaleA.valE;
127 ptrA->bbpE += scaleA.bbpE - shiftL;
H A DFlt16Mat2D.h103 struct bts_Flt16Mat2D bts_Flt16Mat2D_createScale( int32 scaleA, int32 scaleBbpA );
106 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA );
115 void bts_Flt16Mat2D_scale( struct bts_Flt16Mat2D* ptrA, int32 scaleA, int32 scaleBbpA );
H A DFlt16Mat3D.c150 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA ) argument
153 bts_Flt16Mat3D_scale( &matL, scaleA, scaleBbpA );
241 void bts_Flt16Mat3D_scale( struct bts_Flt16Mat3D* ptrA, int32 scaleA, int32 scaleBbpA ) argument
244 uint32 scaleExpL = bts_absIntLog2( scaleA );
248 scaleA = ( ( scaleA >> ( shiftL - 1 ) ) + 1 ) >> 1;
252 *ptrA = bts_Flt16Mat3D_create32( ptrA->xxE * scaleA, ptrA->xyE * scaleA, ptrA->xzE * scaleA,
253 ptrA->yxE * scaleA, ptr
[all...]
H A DFlt16Mat2D.c205 struct bts_Flt16Mat2D bts_Flt16Mat2D_createScale( int32 scaleA, int32 scaleBbpA ) argument
208 bts_Flt16Mat2D_scale( &matL, scaleA, scaleBbpA );
214 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA ) argument
217 bts_Flt16Mat2D_scale( &matL, scaleA, scaleBbpA );
276 void bts_Flt16Mat2D_scale( struct bts_Flt16Mat2D* ptrA, int32 scaleA, int32 scaleBbpA ) argument
279 uint32 scaleExpL = bts_absIntLog2( scaleA );
283 scaleA = ( ( scaleA >> ( shiftL - 1 ) ) + 1 ) >> 1;
287 *ptrA = bts_Flt16Mat2D_create32( (int32)ptrA->xxE * scaleA,
288 (int32)ptrA->xyE * scaleA,
[all...]
H A DFlt16Alt2D.h108 struct bts_Flt16Alt2D bts_Flt16Alt2D_createScale( int32 scaleA,
114 int32 scaleA,
H A DFlt16Mat3D.h115 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA );
130 void bts_Flt16Mat3D_scale( struct bts_Flt16Mat3D* ptrA, int32 scaleA, int32 scaleBbpA );
H A DFlt16Alt2D.c164 struct bts_Flt16Alt2D bts_Flt16Alt2D_createScale( int32 scaleA, argument
169 altL.matE = bts_Flt16Mat2D_createScale( scaleA, scaleBbpA );
177 int32 scaleA,
182 altL.matE = bts_Flt16Mat2D_createRigid( angleA, scaleA, scaleBbpA );
176 bts_Flt16Alt2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA, const struct bts_Flt16Vec2D* centerPtrA ) argument
H A DFlt16Alt3D.c138 struct bts_Flt16Alt3D bts_Flt16Alt3D_createScale( int32 scaleA, argument
143 altL.matE = bts_Flt16Mat3D_createScale( scaleA, scaleBbpA );
H A DFlt16Alt3D.h90 struct bts_Flt16Alt3D bts_Flt16Alt3D_createScale( int32 scaleA,
H A DCluster2D.c42 uint32* scaleA, /* resulting scale factor */
72 *scaleA = bbs_fastSqrt32( quotientL );
38 bts_Cluster2D_computeScale( uint32 enumA, int32 bbp_enumA, uint32 denomA, int32 bbp_denomA, uint32* scaleA, int32* bbp_scaleA ) argument
/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanner.h273 int32 xA, int32 yA, uint32 scaleA );
291 uint32 scaleA,
H A DScanner.c34 uint32 bbf_Scanner_scalePrd( uint32 scaleA, uint32 factorA /*0.32 */ )\ argument
36 return ( scaleA >> 16 ) * ( factorA >> 16 ) +
37 ( ( ( scaleA & 0x0FFFF ) * ( factorA >> 16 ) ) >> 16 ) +
38 ( ( ( scaleA >> 16 ) * ( factorA & 0x0FFFF ) ) >> 16 );
987 int32 xA, int32 yA, uint32 scaleA )
992 if( ptrA->scaleE != scaleA )
1064 uint32 scaleA,
1071 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 2 ] = scaleA;
1097 ptrA->idxArrE.arrPtrE[ minIdxL * 4 + 2 ] = scaleA;
1060 bbf_Scanner_addOutPos( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA, uint32 scaleA, int32 actA ) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_texcombine.c92 const GLfloat scaleA = (GLfloat) (1 << combine->ScaleShiftA); local
457 rgba[i][ACOMP] = arg0[i][ACOMP] * scaleA;
462 rgba[i][ACOMP] = arg0[i][ACOMP] * arg1[i][ACOMP] * scaleA;
470 arg2[i][ACOMP] * arg3[i][ACOMP]) * scaleA;
476 rgba[i][ACOMP] = (arg0[i][ACOMP] + arg1[i][ACOMP]) * scaleA;
486 0.5F) * scaleA;
492 rgba[i][ACOMP] = (arg0[i][ACOMP] + arg1[i][ACOMP] - 0.5F) * scaleA;
500 * scaleA;
505 rgba[i][ACOMP] = (arg0[i][ACOMP] - arg1[i][ACOMP]) * scaleA;
511 + arg1[i][ACOMP]) * scaleA;
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 95 milliseconds