Home
last modified time | relevance | path

Searched refs:expArrE (Results 1 – 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
DCompactMat.c351 bbs_Int16Arr_init( cpA, &ptrA->expArrE ); in bts_CompactMat_init()
366 bbs_Int16Arr_exit( cpA, &ptrA->expArrE ); in bts_CompactMat_exit()
417 bbs_Int16Arr_create( cpA, &ptrA->expArrE, ptrA->heightE, mspA ); in bts_CompactMat_create()
418 bbs_Int16Arr_fill( cpA, &ptrA->expArrE, 0 ); in bts_CompactMat_create()
433 bbs_Int16Arr_size( cpA, &ptrA->expArrE, ptrA->heightE ); in bts_CompactMat_copy()
501 bbs_Int16Arr_create( cpA, &ptrA->expArrE, ptrA->heightE, mspA ); in bts_CompactMat_memRead()
502 bbs_Int16Arr_fill( cpA, &ptrA->expArrE, 0 ); in bts_CompactMat_memRead()
526 int16* expArrL = ( ( struct bts_CompactMat* )ptrA )->expArrE.arrPtrE; in bts_CompactMat_map()
DCompactMat.h79 struct bbs_Int16Arr expArrE; member