Searched refs:dstBbpA (Results 1 – 10 of 10) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Cluster2D.h | 141 uint32 dstBbpA ); 153 uint32 dstBbpA );
|
D | RBFMap2D.c | 557 int32 dstBbpA ) in bts_RBFMap2D_mapCluster() argument 569 dstPtrA->bbpE = dstBbpA; in bts_RBFMap2D_mapCluster() 576 dstPtrA->vecArrE[ iL ].xE = bbs_convertS32( dstVecL.xE, dstVecL.bbpE, dstBbpA ); in bts_RBFMap2D_mapCluster() 577 dstPtrA->vecArrE[ iL ].yE = bbs_convertS32( dstVecL.yE, dstVecL.bbpE, dstBbpA ); in bts_RBFMap2D_mapCluster()
|
D | IdCluster2D.c | 154 uint32 dstBbpA ) in bts_IdCluster2D_copyTransform() argument 156 bts_Cluster2D_copyTransform( cpA, &ptrA->clusterE, &srcPtrA->clusterE, altA, dstBbpA ); in bts_IdCluster2D_copyTransform()
|
D | Cluster2D.c | 380 uint32 dstBbpA ) in bts_Cluster2D_transformBbp() argument 386 ptrA->vecArrE[ iL ] = bts_Flt16Vec2D_int16Vec2D( bts_Flt16Alt2D_mapFlt( &altA, &vL ), dstBbpA ); in bts_Cluster2D_transformBbp() 388 ptrA->bbpE = dstBbpA; in bts_Cluster2D_transformBbp() 406 uint32 dstBbpA ) in bts_Cluster2D_copyTransform() argument 418 ptrA->bbpE = dstBbpA; in bts_Cluster2D_copyTransform()
|
D | Flt16Vec2D.h | 123 struct bts_Int16Vec2D bts_Flt16Vec2D_int16Vec2D( struct bts_Flt16Vec2D vecA, int32 dstBbpA );
|
D | Flt16Vec2D.c | 314 struct bts_Int16Vec2D bts_Flt16Vec2D_int16Vec2D( struct bts_Flt16Vec2D vecA, int32 dstBbpA ) in bts_Flt16Vec2D_int16Vec2D() argument 317 int32 shiftL = vecA.bbpE - dstBbpA; in bts_Flt16Vec2D_int16Vec2D()
|
D | RBFMap2D.h | 165 int32 dstBbpA );
|
D | IdCluster2D.h | 111 uint32 dstBbpA );
|
/external/neven/Embedded/common/src/b_BasicEm/ |
D | Math.h | 139 uint32 bbs_convertU32( uint32 srcA, int32 srcBbpA, int32 dstBbpA ); 144 int32 bbs_convertS32( int32 srcA, int32 srcBbpA, int32 dstBbpA );
|
D | Math.c | 766 uint32 bbs_convertU32( uint32 srcA, int32 srcBbpA, int32 dstBbpA ) in bbs_convertU32() argument 768 if( dstBbpA >= srcBbpA ) in bbs_convertU32() 770 uint32 shiftL = dstBbpA - srcBbpA; in bbs_convertU32() 783 uint32 shiftL = srcBbpA - dstBbpA; in bbs_convertU32() 799 int32 bbs_convertS32( int32 srcA, int32 srcBbpA, int32 dstBbpA ) in bbs_convertS32() argument 801 if( dstBbpA >= srcBbpA ) in bbs_convertS32() 803 uint32 shiftL = ( uint32 )( dstBbpA - srcBbpA ); in bbs_convertS32() 821 uint32 shiftL = ( uint32 )( srcBbpA - dstBbpA ); in bbs_convertS32()
|