OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpL
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Int32Mat.c
308
int32
tmpL
= *row1PtrL;
310
*row2PtrL++ =
tmpL
;
314
int32
tmpL
= vecL[ jPivL ];
316
vecL[ iPivL ] =
tmpL
;
389
int32
tmpL
= *( rowPtrL + jPivL );
391
bbs_int32ReduceToNBits( &
tmpL
, &bbp_tmpL, 15 );
398
*rowPtrL++ -= ( ( (
tmpL
* pivRowL[ jL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1;
405
*rowPtrL++ -= (
tmpL
* pivRowL[ jL ] ) << -shiftL;
412
vecL[ iL ] -= ( ( (
tmpL
* vecL[ jPivL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1;
416
vecL[ iL ] -= (
tmpL
* vecL[ jPivL ] ) << -shiftL
[
all
...]
/external/neven/Embedded/common/src/b_ImageEm/
UInt16BytePyrImage.c
352
uint16
tmpL
;
367
tmpL
= ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) +
370
*dstL =
tmpL
<< 8;
372
*dstL =
tmpL
;
376
tmpL
= ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) +
379
*dstL |=
tmpL
;
381
*dstL |=
tmpL
<< 8;
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanDetector.c
669
int16
tmpL
= idxArrL[ iL - 1 ];
671
idxArrL[ iL ] =
tmpL
;
Completed in 289 milliseconds