Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_TensorEm/
DRBFMap2D.c54 bts_Int32Mat_init( cpA, &ptrA->tempMatE ); in bts_RBFMap2D_init()
74 bts_Int32Mat_exit( cpA, &ptrA->tempMatE ); in bts_RBFMap2D_exit()
143 bts_Int32Mat_create( cpA, &ptrA->tempMatE, sizeA, mspA ); in bts_RBFMap2D_create()
204 ptrA->tempMatE.widthE = sizeL; in bts_RBFMap2D_compute()
291 ptrA->tempMatE.arrE.arrPtrE, in bts_RBFMap2D_compute()
324 ptrA->tempMatE.arrE.arrPtrE, in bts_RBFMap2D_compute()
406 bts_Int32Mat_create( cpA, &ptrA->tempMatE, ptrA->srcClusterE.sizeE, mspA ); in bts_RBFMap2D_memRead()
DRBFMap2D.h86 struct bts_Int32Mat tempMatE; member