OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:COEF_SCALE_S
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_reset.c
1796
#define
COEF_SCALE_S
24
1826
coef_exp = 14 - (coef_exp -
COEF_SCALE_S
);
1832
coef_man = coef_scaled + (1 << (
COEF_SCALE_S
- coef_exp - 1));
1833
ds_coef_man = coef_man >> (
COEF_SCALE_S
- coef_exp);
1841
#undef
COEF_SCALE_S
/src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c
700
#define
COEF_SCALE_S
24
711
coef_exp = 14 - (coef_exp -
COEF_SCALE_S
);
717
coef_man = coef_scaled + (1 << (
COEF_SCALE_S
- coef_exp - 1));
719
*coef_mantissa = coef_man >> (
COEF_SCALE_S
- coef_exp);
722
#undef
COEF_SCALE_S
Completed in 16 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025