Searched refs:bts_Flt16Vec3D_create32 (Results 1 – 4 of 4) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Flt16Vec3D.c | 181 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA ) in bts_Flt16Vec3D_create32() function 242 *ptrA = bts_Flt16Vec3D_create32( xL, yL, zL, 16 ); in bts_Flt16Vec3D_normalize() 276 return bts_Flt16Vec3D_create32( xL, yL, zL, bbpL ); in bts_Flt16Vec3D_add() 301 return bts_Flt16Vec3D_create32( xL, yL, zL, bbpL ); in bts_Flt16Vec3D_sub() 311 return bts_Flt16Vec3D_create32( xL, yL, zL, bbpFactorA + vecA.bbpE ); in bts_Flt16Vec3D_mul()
|
D | Flt16Vec3D.h | 98 struct bts_Flt16Vec3D bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA );
|
D | Flt16Alt3D.c | 193 altL.vecE = bts_Flt16Vec3D_create32( xA, yA, zA, vecBbpA ); in bts_Flt16Alt3D_create32()
|
D | Flt16Mat3D.c | 306 return bts_Flt16Vec3D_create32( xL, yL, zL, vecPtrA->bbpE + matPtrA->bbpE - 1 ); in bts_Flt16Mat3D_mapFlt()
|