OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bts_Int16Vec3D
(Results
1 - 6
of
6
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Int16Vec3D.h
34
struct
bts_Int16Vec3D
67
const struct
bts_Int16Vec3D
* ptrA );
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 );
Int16Vec3D.c
75
const struct
bts_Int16Vec3D
*ptrA )
77
return bbs_SIZEOF16( struct
bts_Int16Vec3D
);
83
const struct
bts_Int16Vec3D
* ptrA,
95
struct
bts_Int16Vec3D
* ptrA,
115
uint32 bts_Int16Vec3D_norm2( const struct
bts_Int16Vec3D
* ptrA )
124
uint16 bts_Int16Vec3D_norm( const struct
bts_Int16Vec3D
* ptrA )
133
void bts_Int16Vec3D_normalize( struct
bts_Int16Vec3D
* ptrA, int32 bbpA )
149
struct
bts_Int16Vec3D
bts_Int16Vec3D_normalized( const struct
bts_Int16Vec3D
* ptrA, int32 bbpA )
151
struct
bts_Int16Vec3D
vecL = *ptrA
[
all
...]
Cluster3D.c
87
bbs_memcpy16( ptrA->vecArrE, srcPtrA->vecArrE, bbs_SIZEOF16( struct
bts_Int16Vec3D
) * srcPtrA->sizeE );
100
const struct
bts_Int16Vec3D
* src1L = ptrA->vecArrE;
101
const struct
bts_Int16Vec3D
* src2L = srcPtrA->vecArrE;
131
struct
bts_Int16Vec3D
* vecPtrL = ptrA->vecArrE;
159
struct
bts_Int16Vec3D
* vecPtrL = ptrA->vecArrE;
295
ptrA->vecArrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( struct
bts_Int16Vec3D
) );
325
struct
bts_Int16Vec3D
* vecPtrL = ptrA->vecArrE;
372
struct
bts_Int16Vec3D
* vecPtrL = ptrA->vecArrE;
403
+ bbs_SIZEOF16( struct
bts_Int16Vec3D
) * ptrA->sizeE;
418
ptrA->sizeE * bbs_SIZEOF16( struct
bts_Int16Vec3D
),
[
all
...]
Cluster3D.h
61
struct
bts_Int16Vec3D
* vecArrE;
134
struct
bts_Int16Vec3D
* vecArrA,
Flt16Mat3D.h
134
struct
bts_Int16Vec3D
bts_Flt16Mat3D_map( const struct bts_Flt16Mat3D* matPtrA,
135
const struct
bts_Int16Vec3D
* vecPtrA );
Flt16Mat3D.c
260
struct
bts_Int16Vec3D
bts_Flt16Mat3D_map( const struct bts_Flt16Mat3D* matPtrA,
261
const struct
bts_Int16Vec3D
* vecPtrA )
263
struct
bts_Int16Vec3D
vecL;
Completed in 144 milliseconds