/external/neven/Embedded/common/src/b_TensorEm/ |
D | Flt16Mat3D.c | 150 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat3D_createScale() argument 153 bts_Flt16Mat3D_scale( &matL, scaleA, scaleBbpA ); in bts_Flt16Mat3D_createScale() 241 void bts_Flt16Mat3D_scale( struct bts_Flt16Mat3D* ptrA, int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat3D_scale() argument 244 uint32 scaleExpL = bts_absIntLog2( scaleA ); in bts_Flt16Mat3D_scale() 248 scaleA = ( ( scaleA >> ( shiftL - 1 ) ) + 1 ) >> 1; in bts_Flt16Mat3D_scale() 252 *ptrA = bts_Flt16Mat3D_create32( ptrA->xxE * scaleA, ptrA->xyE * scaleA, ptrA->xzE * scaleA, in bts_Flt16Mat3D_scale() 253 ptrA->yxE * scaleA, ptrA->yyE * scaleA, ptrA->yzE * scaleA, in bts_Flt16Mat3D_scale() 254 ptrA->zxE * scaleA, ptrA->zyE * scaleA, ptrA->zzE * scaleA, in bts_Flt16Mat3D_scale()
|
D | Int16Mat2D.c | 104 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA ) in bts_Int16Mat2D_createRigid() argument 107 bts_Int16Mat2D_scale( &matL, scaleA ); in bts_Int16Mat2D_createRigid() 113 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA ) in bts_Int16Mat2D_scale() argument 115 int32 xxL = ( int32 ) ptrA->xxE * scaleA.valE; in bts_Int16Mat2D_scale() 116 int32 xyL = ( int32 ) ptrA->xyE * scaleA.valE; in bts_Int16Mat2D_scale() 117 int32 yxL = ( int32 ) ptrA->yxE * scaleA.valE; in bts_Int16Mat2D_scale() 118 int32 yyL = ( int32 ) ptrA->yyE * scaleA.valE; in bts_Int16Mat2D_scale() 127 ptrA->bbpE += scaleA.bbpE - shiftL; in bts_Int16Mat2D_scale()
|
D | Flt16Mat2D.c | 205 struct bts_Flt16Mat2D bts_Flt16Mat2D_createScale( int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat2D_createScale() argument 208 bts_Flt16Mat2D_scale( &matL, scaleA, scaleBbpA ); in bts_Flt16Mat2D_createScale() 214 struct bts_Flt16Mat2D bts_Flt16Mat2D_createRigid( phase16 angleA, int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat2D_createRigid() argument 217 bts_Flt16Mat2D_scale( &matL, scaleA, scaleBbpA ); in bts_Flt16Mat2D_createRigid() 276 void bts_Flt16Mat2D_scale( struct bts_Flt16Mat2D* ptrA, int32 scaleA, int32 scaleBbpA ) in bts_Flt16Mat2D_scale() argument 279 uint32 scaleExpL = bts_absIntLog2( scaleA ); in bts_Flt16Mat2D_scale() 283 scaleA = ( ( scaleA >> ( shiftL - 1 ) ) + 1 ) >> 1; in bts_Flt16Mat2D_scale() 287 *ptrA = bts_Flt16Mat2D_create32( (int32)ptrA->xxE * scaleA, in bts_Flt16Mat2D_scale() 288 (int32)ptrA->xyE * scaleA, in bts_Flt16Mat2D_scale() 289 (int32)ptrA->yxE * scaleA, in bts_Flt16Mat2D_scale() [all …]
|
D | Flt16Mat2D.h | 103 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 );
|
D | Int16Mat2D.h | 81 struct bts_Int16Mat2D bts_Int16Mat2D_createRigid( phase16 angleA, struct flt16 scaleA ); 84 void bts_Int16Mat2D_scale( struct bts_Int16Mat2D* ptrA, struct flt16 scaleA );
|
D | Flt16Alt2D.c | 164 struct bts_Flt16Alt2D bts_Flt16Alt2D_createScale( int32 scaleA, in bts_Flt16Alt2D_createScale() argument 169 altL.matE = bts_Flt16Mat2D_createScale( scaleA, scaleBbpA ); in bts_Flt16Alt2D_createScale() 177 int32 scaleA, in bts_Flt16Alt2D_createRigid() argument 182 altL.matE = bts_Flt16Mat2D_createRigid( angleA, scaleA, scaleBbpA ); in bts_Flt16Alt2D_createRigid()
|
D | Flt16Mat3D.h | 115 struct bts_Flt16Mat3D bts_Flt16Mat3D_createScale( int32 scaleA, int32 scaleBbpA ); 130 void bts_Flt16Mat3D_scale( struct bts_Flt16Mat3D* ptrA, int32 scaleA, int32 scaleBbpA );
|
D | Flt16Alt2D.h | 108 struct bts_Flt16Alt2D bts_Flt16Alt2D_createScale( int32 scaleA, 114 int32 scaleA,
|
D | Flt16Alt3D.c | 138 struct bts_Flt16Alt3D bts_Flt16Alt3D_createScale( int32 scaleA, in bts_Flt16Alt3D_createScale() argument 143 altL.matE = bts_Flt16Mat3D_createScale( scaleA, scaleBbpA ); in bts_Flt16Alt3D_createScale()
|
D | Flt16Alt3D.h | 90 struct bts_Flt16Alt3D bts_Flt16Alt3D_createScale( int32 scaleA,
|
D | Cluster2D.c | 42 uint32* scaleA, /* resulting scale factor */ in bts_Cluster2D_computeScale() argument 72 *scaleA = bbs_fastSqrt32( quotientL ); in bts_Cluster2D_computeScale()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texcombine.c | 92 const GLfloat scaleA = (GLfloat) (1 << combine->ScaleShiftA); in texture_combine() local 447 rgba[i][ACOMP] = arg0[i][ACOMP] * scaleA; in texture_combine() 452 rgba[i][ACOMP] = arg0[i][ACOMP] * arg1[i][ACOMP] * scaleA; in texture_combine() 460 arg2[i][ACOMP] * arg3[i][ACOMP]) * scaleA; in texture_combine() 466 rgba[i][ACOMP] = (arg0[i][ACOMP] + arg1[i][ACOMP]) * scaleA; in texture_combine() 476 0.5F) * scaleA; in texture_combine() 482 rgba[i][ACOMP] = (arg0[i][ACOMP] + arg1[i][ACOMP] - 0.5F) * scaleA; in texture_combine() 490 * scaleA; in texture_combine() 495 rgba[i][ACOMP] = (arg0[i][ACOMP] - arg1[i][ACOMP]) * scaleA; in texture_combine() 501 + arg1[i][ACOMP]) * scaleA; in texture_combine() [all …]
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
D | Scanner.h | 273 int32 xA, int32 yA, uint32 scaleA ); 291 uint32 scaleA,
|
D | Scanner.c | 34 uint32 bbf_Scanner_scalePrd( uint32 scaleA, uint32 factorA /*0.32 */ )\ in bbf_Scanner_scalePrd() argument 36 return ( scaleA >> 16 ) * ( factorA >> 16 ) + in bbf_Scanner_scalePrd() 37 ( ( ( scaleA & 0x0FFFF ) * ( factorA >> 16 ) ) >> 16 ) + in bbf_Scanner_scalePrd() 38 ( ( ( scaleA >> 16 ) * ( factorA & 0x0FFFF ) ) >> 16 ); in bbf_Scanner_scalePrd() 987 int32 xA, int32 yA, uint32 scaleA ) in bbf_Scanner_goToUls() argument 992 if( ptrA->scaleE != scaleA ) in bbf_Scanner_goToUls() 1064 uint32 scaleA, in bbf_Scanner_addOutPos() argument 1071 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 2 ] = scaleA; in bbf_Scanner_addOutPos() 1097 ptrA->idxArrE.arrPtrE[ minIdxL * 4 + 2 ] = scaleA; in bbf_Scanner_addOutPos()
|