Searched refs:bts_Flt16Vec3D_create16 (Results 1 - 4 of 4) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Vec3D.h95 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA );
H A DFlt16Alt3D.c174 altL.vecE = bts_Flt16Vec3D_create16( xA, yA, zA, vecBbpA );
H A DCluster3D.c137 if( ptrA->sizeE == 0 ) return bts_Flt16Vec3D_create16( 0, 0, 0, 0 );
151 return bts_Flt16Vec3D_create16( ( int16 )xL, ( int16 )yL, ( int16 )zL, ( int16 )ptrA->bbpE );
H A DFlt16Vec3D.c169 struct bts_Flt16Vec3D bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA ) function

Completed in 88 milliseconds