Home
last modified time | relevance | path

Searched refs:FP_W_MSIGN (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_fp1.c205 #define FP_W_MSIGN 1 macro
225 #define FP_V_MSIGN (64 - FP_W_MSIGN)
226 #define FP_V_FMANT (64 - FP_W_MSIGN - FP_W_FMANT)
227 #define FP_V_XMANT (64 - FP_W_MSIGN - FP_W_XMANT)
228 #define FP_V_TMANT (64 - FP_W_MSIGN - FP_W_TMANT)
229 #define FP_V_EMANT (64 - FP_W_MSIGN - FP_W_EMANT)
239 #define FP_M_MSIGN (((t_uint64) 1 << FP_W_MSIGN) - 1)
321 FP_W_FMANT + FP_W_MSIGN,
322 FP_W_XMANT + FP_W_MSIGN,
323 FP_W_TMANT + FP_W_MSIGN,
[all …]
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_cpu_fpp.c218 #define FP_W_MSIGN 1 macro
238 #define FP_V_MSIGN (64 - FP_W_MSIGN)
239 #define FP_V_FMANT (64 - FP_W_MSIGN - FP_W_FMANT)
240 #define FP_V_XMANT (64 - FP_W_MSIGN - FP_W_XMANT)
241 #define FP_V_TMANT (64 - FP_W_MSIGN - FP_W_TMANT)
242 #define FP_V_EMANT (64 - FP_W_MSIGN - FP_W_EMANT)
252 #define FP_M_MSIGN (((t_uint64) 1 << FP_W_MSIGN) - 1)
334 FP_W_FMANT + FP_W_MSIGN,
335 FP_W_XMANT + FP_W_MSIGN,
336 FP_W_TMANT + FP_W_MSIGN,
[all …]
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_cpu_fpp.c218 #define FP_W_MSIGN 1 macro
238 #define FP_V_MSIGN (64 - FP_W_MSIGN)
239 #define FP_V_FMANT (64 - FP_W_MSIGN - FP_W_FMANT)
240 #define FP_V_XMANT (64 - FP_W_MSIGN - FP_W_XMANT)
241 #define FP_V_TMANT (64 - FP_W_MSIGN - FP_W_TMANT)
242 #define FP_V_EMANT (64 - FP_W_MSIGN - FP_W_EMANT)
252 #define FP_M_MSIGN (((t_uint64) 1 << FP_W_MSIGN) - 1)
334 FP_W_FMANT + FP_W_MSIGN,
335 FP_W_XMANT + FP_W_MSIGN,
336 FP_W_TMANT + FP_W_MSIGN,
[all …]