Searched refs:dfs (Results 1 – 5 of 5) sorted by relevance
/include/math-emu/ |
D | op-1.h | 288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument 291 if (_FP_WFRACBITS_##sfs > _FP_WFRACBITS_##dfs) \ 294 _FP_FRAC_SRS_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs), \ 297 _FP_FRAC_SRL_1(D, (_FP_WFRACBITS_##sfs-_FP_WFRACBITS_##dfs)); \ 300 D##_f <<= _FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs; \
|
D | op-4.h | 615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \ argument 618 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \ 621 _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \ 625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \ argument 628 _FP_FRAC_SRS_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \ 631 _FP_FRAC_SRL_4(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \ 677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \ argument 681 _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \ 684 #define _FP_FRAC_CONV_4_2(dfs, sfs, D, S) \ argument 689 _FP_FRAC_SLL_4(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
|
D | op-2.h | 588 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument 591 _FP_FRAC_SRS_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs), \ 594 _FP_FRAC_SRL_2(S, (_FP_WFRACBITS_##sfs - _FP_WFRACBITS_##dfs)); \ 598 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \ argument 602 _FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
|
D | op-common.h | 826 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument 828 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
|
/include/linux/mfd/ |
D | si476x-platform.h | 122 enum si476x_dfs_config dfs; member
|