OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsL
(Results
1 - 4
of
4
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Math.c
129
uint32
offsL
;
141
offsL
= ( ( valL & 0x01FFFFFF ) + ( 1 << 12 ) ) >> 13;
144
return ( bbs_fastSqrt32_tableG[ indexL ] +
offsL
* bbs_fastSqrt32_tableG[ indexL + 1 ] ) >> ( 28 - ( expL >> 1 ) );
184
uint32
offsL
;
196
offsL
= ( ( valL & 0x01FFFFFF ) + ( 1 << 9 ) ) >> 10;
199
return ( bbs_invSqrt32_tableG[ indexL ] -
offsL
* bbs_invSqrt32_tableG[ indexL + 1 ] ) >> ( expL >> 1 );
224
int32
offsL
;
237
offsL
= ( ( valL & 0x01FFFFFF ) + ( 1 << 10 ) ) >> 11;
240
return signL * ( ( ( ( bbs_inv32_tableG[ indexL ] -
offsL
* bbs_inv32_tableG[ indexL + 1 ] ) >> ( expL - 1 ) ) + 1 ) >> 1 );
280
uint32
offsL
= ( valA & 0x03FFFFFF ) >> 10
[
all
...]
/external/neven/Embedded/common/src/b_ImageEm/
UInt16BytePyrImage.c
118
uint32
offsL
= 0;
132
offsL
+= ( baseSizeL >> ( iL * 2 ) );
134
return ptrA->arrE.arrPtrE +
offsL
;
UInt8PyramidalImage.c
118
uint32
offsL
= 0;
132
offsL
+= ( baseSizeL >> ( iL * 2 ) );
134
return ptrA->arrE.arrPtrE +
offsL
;
/external/neven/Embedded/common/src/b_TensorEm/
CompactMat.c
49
uint32
offsL
= *rowPtrL++;
58
const int16* inPtrL = inVecA +
offsL
;
Completed in 603 milliseconds