OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:coef_exp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c
1798
unsigned long coef_scaled,
coef_exp
, coef_man, ds_coef_exp, ds_coef_man;
local in function:ar5212SetDeltaSlope
1818
* ALGO ->
coef_exp
= 14-floor(log2(coef));
1821
for (
coef_exp
= 31;
coef_exp
> 0;
coef_exp
--)
1822
if ((coef_scaled >>
coef_exp
) & 0x1)
1824
/* A
coef_exp
of 0 is a legal bit position but an unexpected
coef_exp
*/
1825
HALASSERT(
coef_exp
);
1826
coef_exp
= 14 - (coef_exp - COEF_SCALE_S)
[
all
...]
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c
701
uint32_t
coef_exp
, coef_man;
local in function:ar5416GetDeltaSlopeValues
703
* ALGO ->
coef_exp
= 14-floor(log2(coef));
706
for (
coef_exp
= 31;
coef_exp
> 0;
coef_exp
--)
707
if ((coef_scaled >>
coef_exp
) & 0x1)
709
/* A
coef_exp
of 0 is a legal bit position but an unexpected
coef_exp
*/
710
HALASSERT(
coef_exp
);
711
coef_exp
= 14 - (coef_exp - COEF_SCALE_S)
[
all
...]
Completed in 52 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025