Searched defs:D (Results 1 – 5 of 5) sorted by relevance
/include/math-emu/ |
D | op-4.h | 29 #define _FP_FRAC_COPY_4(D,S) \ argument 615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \ argument 625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \ argument 677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \ argument 684 #define _FP_FRAC_CONV_4_2(dfs, sfs, D, S) \ argument
|
D | op-2.h | 29 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument 588 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument 598 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \ argument
|
D | op-1.h | 29 #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) argument 288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument
|
D | op-common.h | 829 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument
|
/include/linux/ |
D | mISDNif.h | 494 struct mISDNchannel D; member
|