Home | History | Annotate | Download | only in b_TensorEm

Lines Matching refs:cpA

61 void bts_Flt16Vec_init( struct bbs_Context* cpA,
65 void bts_Flt16Vec_exit( struct bbs_Context* cpA,
71 void bts_Flt16Vec_copy( struct bbs_Context* cpA,
76 flag bts_Flt16Vec_equal( struct bbs_Context* cpA,
83 int16 bts_Flt16Vec_avg( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA );
86 uint32 bts_Flt16Vec_norm( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA );
89 uint16 bts_Flt16Vec_maxAbs( struct bbs_Context* cpA, const struct bts_Flt16Vec* ptrA );
94 void bts_Flt16Vec_create( struct bbs_Context* cpA,
100 void bts_Flt16Vec_size( struct bbs_Context* cpA,
107 uint32 bts_Flt16Vec_memSize( struct bbs_Context* cpA,
111 uint32 bts_Flt16Vec_memWrite( struct bbs_Context* cpA,
116 uint32 bts_Flt16Vec_memRead( struct bbs_Context* cpA,
124 void bts_Flt16Vec_maximizeMantisse( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA );
127 uint32 bts_Flt16Vec_maximizeAbsValue( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA );
130 void bts_Flt16Vec_zeroAverage( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA );
133 void bts_Flt16Vec_normalize( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA );
136 void bts_Flt16Vec_setZero( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA );
139 void bts_Flt16Vec_mul( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA, int32 valA, int16 expA );
142 void bts_Flt16Vec_dotPtrd( struct bbs_Context* cpA, struct bts_Flt16Vec* vp1A, struct bts_Flt16Vec* vp2A, int32* manPtrA, int32* expPtrA );
145 void bts_Flt16Vec_append( struct bbs_Context* cpA, struct bts_Flt16Vec* ptrA, struct bts_Flt16Vec* srcPtrA );