Searched refs:tempMatE (Results 1 – 2 of 2) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | RBFMap2D.c | 54 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()
|
D | RBFMap2D.h | 86 struct bts_Int32Mat tempMatE; member
|