OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expArrE
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
CompactMat.h
79
struct bbs_Int16Arr
expArrE
;
CompactMat.c
351
bbs_Int16Arr_init( cpA, &ptrA->
expArrE
);
366
bbs_Int16Arr_exit( cpA, &ptrA->
expArrE
);
417
bbs_Int16Arr_create( cpA, &ptrA->
expArrE
, ptrA->heightE, mspA );
418
bbs_Int16Arr_fill( cpA, &ptrA->
expArrE
, 0 );
433
bbs_Int16Arr_size( cpA, &ptrA->
expArrE
, ptrA->heightE );
501
bbs_Int16Arr_create( cpA, &ptrA->
expArrE
, ptrA->heightE, mspA );
502
bbs_Int16Arr_fill( cpA, &ptrA->
expArrE
, 0 );
526
int16* expArrL = ( ( struct bts_CompactMat* )ptrA )->
expArrE
.arrPtrE;
Completed in 180 milliseconds