OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexL
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Phase.c
144
uint16
indexL
= ( ( phaseA & 0x7F00 ) >> 8 ) << 1;
145
int32 sinL = bbs_sin32_table1G[
indexL
] + oL * bbs_sin32_table1G[
indexL
+ 1 ];
160
uint16
indexL
= ( ( phaseA & 0x7800 ) >> 11 ) * 3;
161
int32 sinL = bbs_sin32_table2G[
indexL
] + ( ( o1L * bbs_sin32_table2G[
indexL
+ 1 ] ) << 3 ) + o2L * bbs_sin32_table2G[
indexL
+ 2 ];
264
uint16
indexL
= ( valA >> 10 ) << 1;
265
uint32 phaseL = bbs_atan16_tableG[
indexL
] + oL * bbs_atan16_tableG[
indexL
+ 1 ]
[
all
...]
MemSeg.c
124
uint32
indexL
= 0;
126
while(
indexL
< ptrA->allocIndexE )
128
uint32 sizeL = *( uint32* )( ptrA->memPtrE +
indexL
);
129
indexL
+= ( sizeL & 0xFFFFFFFE );
149
uint32
indexL
= 0;
154
while(
indexL
< ptrA->allocIndexE )
156
uint32 sizeL = *( uint32* )( ptrA->memPtrE +
indexL
);
157
indexL
+= ( sizeL & 0xFFFFFFFE );
168
uint32
indexL
= 0;
173
while(
indexL
< ptrA->allocIndexE
[
all
...]
Math.c
130
uint32
indexL
= 0;
142
indexL
= ( valL >> 24 ) & 0xFE;
144
return ( bbs_fastSqrt32_tableG[
indexL
] + offsL * bbs_fastSqrt32_tableG[
indexL
+ 1 ] ) >> ( 28 - ( expL >> 1 ) );
185
uint32
indexL
= 0;
197
indexL
= ( valL >> 24 ) & 0xFE;
199
return ( bbs_invSqrt32_tableG[
indexL
] - offsL * bbs_invSqrt32_tableG[
indexL
+ 1 ] ) >> ( expL >> 1 );
225
uint32
indexL
= 0;
238
indexL
= ( valL >> 24 ) & 0xFE
[
all
...]
Completed in 219 milliseconds