OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RBFTypeE
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
RBFMap2D.c
45
ptrA->
RBFTypeE
= bts_RBF_LINEAR;
65
ptrA->
RBFTypeE
= bts_RBF_LINEAR;
94
ptrA->
RBFTypeE
= srcPtrA->
RBFTypeE
;
107
if( ptrA->
RBFTypeE
!= srcPtrA->
RBFTypeE
) return FALSE;
207
switch( ptrA->
RBFTypeE
)
242
bbs_ERROR1( "void bts_RBFMap2D_compute( ... ): RBFType %d is not handled\n", ptrA->
RBFTypeE
);
364
+ bbs_SIZEOF16( ptrA->
RBFTypeE
)
380
memPtrA += bbs_memWrite32( &ptrA->
RBFTypeE
, memPtrA )
[
all
...]
RBFMap2D.h
65
int32
RBFTypeE
;
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanDetector.c
416
ptrA->rbfMapE.
RBFTypeE
= bts_RBF_LINEAR;
Completed in 209 milliseconds