HomeSort by relevance Sort by last modified time
    Searched refs:rbfCoeffClusterE (Results 1 - 2 of 2) sorted by null

  /external/neven/Embedded/common/src/b_TensorEm/
RBFMap2D.c 47 bts_Cluster2D_init( cpA, &ptrA->rbfCoeffClusterE );
67 bts_Cluster2D_exit( cpA, &ptrA->rbfCoeffClusterE );
96 bts_Cluster2D_copy( cpA, &ptrA->rbfCoeffClusterE, &srcPtrA->rbfCoeffClusterE );
109 if( ! bts_Cluster2D_equal( cpA, &ptrA->rbfCoeffClusterE, &srcPtrA->rbfCoeffClusterE ) ) return FALSE;
140 bts_Cluster2D_create( cpA, &ptrA->rbfCoeffClusterE, sizeA, mspA );
182 bts_Cluster2D_size( cpA, &ptrA->rbfCoeffClusterE, sizeL );
187 ptrA->rbfCoeffClusterE.vecArrE[ iL ].xE = 0;
188 ptrA->rbfCoeffClusterE.vecArrE[ iL ].yE = 0
    [all...]
RBFMap2D.h 71 struct bts_Cluster2D rbfCoeffClusterE;

Completed in 56 milliseconds