OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bts_VectorMap
(Results
1 - 12
of
12
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
VectorMap.h
47
struct
bts_VectorMap
63
const struct
bts_VectorMap
* ptrA,
75
/** initializes
bts_VectorMap
*/
77
struct
bts_VectorMap
* ptrA );
79
/** resets
bts_VectorMap
*/
81
struct
bts_VectorMap
* ptrA );
87
struct
bts_VectorMap
* ptrA,
88
const struct
bts_VectorMap
* srcPtrA );
92
const struct
bts_VectorMap
* ptrA,
93
const struct
bts_VectorMap
* srcPtrA )
[
all
...]
VectorMap.c
47
struct
bts_VectorMap
* ptrA )
56
struct
bts_VectorMap
* ptrA )
73
struct
bts_VectorMap
* ptrA,
74
const struct
bts_VectorMap
* srcPtrA )
83
const struct
bts_VectorMap
* ptrA,
84
const struct
bts_VectorMap
* srcPtrA )
119
const struct
bts_VectorMap
* ptrA )
129
const struct
bts_VectorMap
* ptrA,
140
struct
bts_VectorMap
* ptrA,
159
struct
bts_VectorMap
* ptrA
[
all
...]
MapSequence.h
46
struct
bts_VectorMap
baseE;
65
struct
bts_VectorMap
** ptrArrE;
122
const struct
bts_VectorMap
* ptrA,
Alt.h
45
struct
bts_VectorMap
baseE;
109
const struct
bts_VectorMap
* ptrA,
Mat.h
45
struct
bts_VectorMap
baseE;
109
const struct
bts_VectorMap
* ptrA,
Normalizer.h
44
struct
bts_VectorMap
baseE;
105
const struct
bts_VectorMap
* ptrA,
SubVecMap.h
44
struct
bts_VectorMap
baseE;
111
const struct
bts_VectorMap
* ptrA,
MapSequence.c
180
uint32 dataSizeL = ptrA->sizeE * bbs_SIZEOF16( struct
bts_VectorMap
* );
196
ptrA->ptrArrE = ( struct
bts_VectorMap
** )dataPtrL;
197
dataPtrL += ptrA->sizeE * bbs_SIZEOF16( struct
bts_VectorMap
* );
201
ptrA->ptrArrE[ iL ] = ( struct
bts_VectorMap
* )dataPtrL;
229
const struct
bts_VectorMap
* ptrA,
240
struct
bts_VectorMap
* mapPtrL = ptrL->ptrArrE[ 0 ];
248
struct
bts_VectorMap
* mapPtrL = ptrL->ptrArrE[ 0 ];
Normalizer.c
164
const struct
bts_VectorMap
* ptrA,
Alt.c
176
const struct
bts_VectorMap
* ptrA,
Mat.c
178
const struct
bts_VectorMap
* ptrA,
SubVecMap.c
179
const struct
bts_VectorMap
* ptrA,
Completed in 1301 milliseconds