Home
last modified time | relevance | path

Searched refs:D (Results 1 – 6 of 6) sorted by relevance

/include/math-emu/
Ddouble.h74 #define FP_UNPACK_RAW_D(X,val) _FP_UNPACK_RAW_2(D,X,val)
75 #define FP_UNPACK_RAW_DP(X,val) _FP_UNPACK_RAW_2_P(D,X,val)
76 #define FP_PACK_RAW_D(val,X) _FP_PACK_RAW_2(D,val,X)
80 _FP_PACK_RAW_2_P(D,val,X); \
85 _FP_UNPACK_RAW_2(D,X,val); \
86 _FP_UNPACK_CANONICAL(D,2,X); \
91 _FP_UNPACK_RAW_2_P(D,X,val); \
92 _FP_UNPACK_CANONICAL(D,2,X); \
97 _FP_PACK_CANONICAL(D,2,X); \
98 _FP_PACK_RAW_2(D,val,X); \
[all …]
Dop-1.h29 #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) argument
288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument
290 D##_f = S##_f; \
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; \
Dop-4.h29 #define _FP_FRAC_COPY_4(D,S) \ argument
30 (D##_f[0] = S##_f[0], D##_f[1] = S##_f[1], \
31 D##_f[2] = S##_f[2], D##_f[3] = S##_f[3])
615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \ argument
622 D##_f = S##_f[0]; \
625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \ argument
632 D##_f0 = S##_f[0]; \
633 D##_f1 = S##_f[1]; \
677 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \ argument
679 D##_f[0] = S##_f; \
[all …]
Dop-2.h29 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument
596 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument
603 D##_f = S##_f0; \
606 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \ argument
608 D##_f0 = S##_f; \
609 D##_f1 = 0; \
610 _FP_FRAC_SLL_2(D, (_FP_WFRACBITS_##dfs - _FP_WFRACBITS_##sfs)); \
Dop-common.h820 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument
822 _FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
823 D##_e = S##_e; \
824 D##_c = S##_c; \
825 D##_s = S##_s; \
/include/linux/
DmISDNif.h495 struct mISDNchannel D; member