Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:cpA

41 void bts_SubVecMap_init( struct bbs_Context* cpA,
44 bts_VectorMap_init( cpA, &ptrA->baseE );
53 void bts_SubVecMap_exit( struct bbs_Context* cpA,
56 bts_VectorMap_exit( cpA, &ptrA->baseE );
71 void bts_SubVecMap_copy( struct bbs_Context* cpA,
81 flag bts_SubVecMap_equal( struct bbs_Context* cpA,
116 uint32 bts_SubVecMap_memSize( struct bbs_Context* cpA,
121 memSizeL += bts_VectorMap_memSize( cpA, &ptrA->baseE );
130 uint32 bts_SubVecMap_memWrite( struct bbs_Context* cpA,
134 uint32 memSizeL = bts_SubVecMap_memSize( cpA, ptrA );
137 memPtrA += bts_VectorMap_memWrite( cpA, &ptrA->baseE, memPtrA );
145 uint32 bts_SubVecMap_memRead( struct bbs_Context* cpA,
151 if( bbs_Context_error( cpA ) ) return 0;
153 memPtrA += bbs_memReadVersion32( cpA, &versionL, bts_SUB_VEC_MAP_VERSION, memPtrA );
154 memPtrA += bts_VectorMap_memRead( cpA, &ptrA->baseE, memPtrA );
158 if( memSizeL != bts_SubVecMap_memSize( cpA, ptrA ) )
178 void bts_SubVecMap_map( struct bbs_Context* cpA,
201 bts_Flt16Vec_size( cpA, outVecPtrA, sizeL );
205 bts_Flt16Vec_maximizeMantisse( cpA, outVecPtrA );