OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alttypee
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
RBFMap2D.c
48
ptrA->
altTypeE
= bts_ALT_LINEAR;
68
ptrA->
altTypeE
= bts_ALT_LINEAR;
97
ptrA->
altTypeE
= srcPtrA->
altTypeE
;
110
if( ptrA->
altTypeE
!= srcPtrA->
altTypeE
) return FALSE;
192
ptrA->altE = bts_Cluster2D_alt( cpA, srcPtrA, dstPtrA, ptrA->
altTypeE
);
367
+ bbs_SIZEOF16( ptrA->
altTypeE
)
383
memPtrA += bbs_memWrite32( &ptrA->
altTypeE
, memPtrA );
402
memPtrA += bbs_memRead32( &ptrA->
altTypeE
, memPtrA )
[
all
...]
RBFMap2D.h
47
* A is a possibly linear tranformation of type
altTypeE
49
* See member declaration for more information on typeE and
altTypeE
.
74
int32
altTypeE
;
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanDetector.c
417
ptrA->rbfMapE.
altTypeE
= bts_ALT_RIGID;
Completed in 31 milliseconds