OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bts_Flt16Vec3D_create32
(Results
1 - 4
of
4
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec3D.c
181
struct bts_Flt16Vec3D
bts_Flt16Vec3D_create32
( int32 xA, int32 yA, int32 zA, int32 bbpA )
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 );
Flt16Vec3D.h
98
struct bts_Flt16Vec3D
bts_Flt16Vec3D_create32
( int32 xA, int32 yA, int32 zA, int32 bbpA );
Flt16Alt3D.c
193
altL.vecE =
bts_Flt16Vec3D_create32
( xA, yA, zA, vecBbpA );
Flt16Mat3D.c
306
return
bts_Flt16Vec3D_create32
( xL, yL, zL, vecPtrA->bbpE + matPtrA->bbpE - 1 );
Completed in 610 milliseconds