OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x0L
(Results
1 - 4
of
4
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Cluster3D.c
328
int32
x0L
= altA.vecE.xE;
336
x0L
= ( (
x0L
>> ( -shiftL - 1 ) ) + 1 ) >> 1;
342
x0L
<<= shiftL;
349
x0L
+= (int32)1 << ( altA.matE.bbpE - 1 );
359
vecPtrL->xE = (
x0L
+ xL * altA.matE.xxE + yL * altA.matE.xyE + zL * altA.matE.xzE ) >> altA.matE.bbpE;
/external/neven/Embedded/common/src/b_ImageEm/
Functions.c
303
int32
x0L
= xL >> 16;
314
uint32 idxL = y0L * w1L +
x0L
;
332
int32
x0L
= xL >> 16;
344
if(
x0L
< 0 )
348
else if(
x0L
>= ( int32 )w1L - 1 )
354
*dstL++ = ( ( uint32 )srcL[
x0L
] * xf1L + ( uint32 )srcL[
x0L
+ 1 ] * xf2L + 0x08000 ) >> 16;
359
if(
x0L
< 0 )
363
else if(
x0L
>= ( int32 )w1L - 1 )
369
uint32 idxL = ( h1L - 1 ) * w1L +
x0L
;
[
all
...]
/external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanDetector.c
600
int32
x0L
= ( ( wrkClPtrL->vecArrE[ iL ].xE >> ( wrkClPtrL->bbpE - 1 ) ) + 1 ) >> 1;
602
struct bts_Int16Rect scanRegionL = bts_Int16Rect_create(
x0L
- regionWHL, y0L - regionHHL,
x0L
+ regionWHL, y0L + regionHHL );
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 55 milliseconds