OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bts_Flt16Vec3D
(Results
1 - 8
of
8
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec3D.h
35
struct
bts_Flt16Vec3D
62
void bts_Flt16Vec3D_init( struct
bts_Flt16Vec3D
* ptrA );
65
void bts_Flt16Vec3D_exit( struct
bts_Flt16Vec3D
* ptrA );
70
flag bts_Flt16Vec3D_equal( const struct
bts_Flt16Vec3D
* ptrA, const struct
bts_Flt16Vec3D
* srcPtrA );
80
const struct
bts_Flt16Vec3D
* ptrA );
84
const struct
bts_Flt16Vec3D
* ptrA,
89
struct
bts_Flt16Vec3D
* ptrA,
95
struct
bts_Flt16Vec3D
bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA );
98
struct
bts_Flt16Vec3D
bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA )
[
all
...]
Flt16Vec3D.c
42
void bts_Flt16Vec3D_init( struct
bts_Flt16Vec3D
* ptrA )
52
void bts_Flt16Vec3D_exit( struct
bts_Flt16Vec3D
* ptrA )
70
flag bts_Flt16Vec3D_equal( const struct
bts_Flt16Vec3D
* ptrA, const struct
bts_Flt16Vec3D
* srcPtrA )
133
const struct
bts_Flt16Vec3D
*ptrA )
141
const struct
bts_Flt16Vec3D
* ptrA,
151
struct
bts_Flt16Vec3D
* ptrA,
169
struct
bts_Flt16Vec3D
bts_Flt16Vec3D_create16( int16 xA, int16 yA, int16 zA, int16 bbpA )
171
struct
bts_Flt16Vec3D
vecL;
181
struct
bts_Flt16Vec3D
bts_Flt16Vec3D_create32( int32 xA, int32 yA, int32 zA, int32 bbpA
[
all
...]
Flt16Alt3D.h
47
struct
bts_Flt16Vec3D
vecE;
92
const struct
bts_Flt16Vec3D
* centerPtrA );
96
const struct
bts_Flt16Vec3D
* centerPtrA );
115
struct
bts_Flt16Vec3D
bts_Flt16Alt3D_mapFlt( const struct bts_Flt16Alt3D* matPtrA,
116
const struct
bts_Flt16Vec3D
* vecPtrA );
Flt16Alt3D.c
140
const struct
bts_Flt16Vec3D
* centerPtrA )
151
const struct
bts_Flt16Vec3D
* centerPtrA )
199
struct
bts_Flt16Vec3D
bts_Flt16Alt3D_mapFlt( const struct bts_Flt16Alt3D* altPtrA,
200
const struct
bts_Flt16Vec3D
* vecPtrA )
202
struct
bts_Flt16Vec3D
vecL = bts_Flt16Mat3D_mapFlt( &altPtrA->matE, vecPtrA );
Cluster3D.h
93
struct
bts_Flt16Vec3D
bts_Cluster3D_center( struct bbs_Context* cpA,
143
struct
bts_Flt16Vec3D
bts_Cluster3D_centerFree( struct bbs_Context* cpA,
Flt16Mat3D.h
140
struct
bts_Flt16Vec3D
bts_Flt16Mat3D_mapFlt( const struct bts_Flt16Mat3D* matPtrA,
141
const struct
bts_Flt16Vec3D
* vecPtrA );
Cluster3D.c
128
struct
bts_Flt16Vec3D
bts_Cluster3D_center( struct bbs_Context* cpA,
368
struct
bts_Flt16Vec3D
bts_Cluster3D_centerFree( struct bbs_Context* cpA,
371
struct
bts_Flt16Vec3D
centerL = bts_Cluster3D_center( cpA, ptrA );
Flt16Mat3D.c
289
struct
bts_Flt16Vec3D
bts_Flt16Mat3D_mapFlt( const struct bts_Flt16Mat3D* matPtrA,
290
const struct
bts_Flt16Vec3D
* vecPtrA )
Completed in 34 milliseconds