Home
last modified time | relevance | path

Searched refs:bts_Int16Vec3D (Results 1 – 6 of 6) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DInt16Vec3D.h34 struct bts_Int16Vec3D struct
67 const struct bts_Int16Vec3D* ptrA ); argument
71 const struct bts_Int16Vec3D* ptrA,
76 struct bts_Int16Vec3D* ptrA,
82 uint32 bts_Int16Vec3D_norm2( const struct bts_Int16Vec3D* ptrA );
85 uint16 bts_Int16Vec3D_norm( const struct bts_Int16Vec3D* ptrA );
88 void bts_Int16Vec3D_normalize( struct bts_Int16Vec3D* ptrA, int32 bbpA );
91 struct bts_Int16Vec3D bts_Int16Vec3D_normalized( const struct bts_Int16Vec3D* ptrA, int32 bbpA );
DInt16Vec3D.c75 const struct bts_Int16Vec3D *ptrA ) in bts_Int16Vec3D_memSize()
77 return bbs_SIZEOF16( struct bts_Int16Vec3D ); in bts_Int16Vec3D_memSize()
83 const struct bts_Int16Vec3D* ptrA, in bts_Int16Vec3D_memWrite()
95 struct bts_Int16Vec3D* ptrA, in bts_Int16Vec3D_memRead()
115 uint32 bts_Int16Vec3D_norm2( const struct bts_Int16Vec3D* ptrA ) in bts_Int16Vec3D_norm2()
124 uint16 bts_Int16Vec3D_norm( const struct bts_Int16Vec3D* ptrA ) in bts_Int16Vec3D_norm()
133 void bts_Int16Vec3D_normalize( struct bts_Int16Vec3D* ptrA, int32 bbpA ) in bts_Int16Vec3D_normalize()
149 struct bts_Int16Vec3D bts_Int16Vec3D_normalized( const struct bts_Int16Vec3D* ptrA, int32 bbpA ) in bts_Int16Vec3D_normalized()
151 struct bts_Int16Vec3D vecL = *ptrA; in bts_Int16Vec3D_normalized()
DCluster3D.c87 …bbs_memcpy16( ptrA->vecArrE, srcPtrA->vecArrE, bbs_SIZEOF16( struct bts_Int16Vec3D ) * srcPtrA->si… in bts_Cluster3D_copy()
100 const struct bts_Int16Vec3D* src1L = ptrA->vecArrE; in bts_Cluster3D_equal()
101 const struct bts_Int16Vec3D* src2L = srcPtrA->vecArrE; in bts_Cluster3D_equal()
131 struct bts_Int16Vec3D* vecPtrL = ptrA->vecArrE; in bts_Cluster3D_center()
159 struct bts_Int16Vec3D* vecPtrL = ptrA->vecArrE; in bts_Cluster3D_boundingBox()
295 ptrA->vecArrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( struct bts_Int16Vec3D ) ); in bts_Cluster3D_create()
325 struct bts_Int16Vec3D* vecPtrL = ptrA->vecArrE; in bts_Cluster3D_transform()
372 struct bts_Int16Vec3D* vecPtrL = ptrA->vecArrE; in bts_Cluster3D_centerFree()
403 + bbs_SIZEOF16( struct bts_Int16Vec3D ) * ptrA->sizeE; in bts_Cluster3D_memSize()
418 ptrA->sizeE * bbs_SIZEOF16( struct bts_Int16Vec3D ), in bts_Cluster3D_memWrite()
[all …]
DFlt16Mat3D.h134 struct bts_Int16Vec3D bts_Flt16Mat3D_map( const struct bts_Flt16Mat3D* matPtrA,
135 const struct bts_Int16Vec3D* vecPtrA );
DCluster3D.h61 struct bts_Int16Vec3D* vecArrE;
134 struct bts_Int16Vec3D* vecArrA,
DFlt16Mat3D.c260 struct bts_Int16Vec3D bts_Flt16Mat3D_map( const struct bts_Flt16Mat3D* matPtrA, in bts_Flt16Mat3D_map()
261 const struct bts_Int16Vec3D* vecPtrA ) in bts_Flt16Mat3D_map()
263 struct bts_Int16Vec3D vecL; in bts_Flt16Mat3D_map()