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

/external/neven/Embedded/common/src/b_TensorEm/
H A DFlt16Vec3D.c181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA ) function
242 *ptrA = bts_Flt16Vec3D_create32( xL, yL, zL, 16 );
276 return bts_Flt16Vec3D_create32( xL, yL, zL, bbpL );
301 return bts_Flt16Vec3D_create32( xL, yL, zL, bbpL );
311 return bts_Flt16Vec3D_create32( xL, yL, zL, bbpFactorA + vecA.bbpE );
H A DFlt16Vec3D.h98 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA );
H A DFlt16Alt3D.c193 altL.vecE = bts_Flt16Vec3D_create32( xA, yA, zA, vecBbpA );
H A DFlt16Mat3D.c306 return bts_Flt16Vec3D_create32( xL, yL, zL, vecPtrA->bbpE + matPtrA->bbpE - 1 );

Completed in 151 milliseconds