Home
last modified time | relevance | path

Searched refs:D64_SIGN (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/R-cran-vroom/vroom/src/
H A Dgrisu3.c46 #define D64_SIGN 0x8000000000000000ULL macro
202 while(!(n.f & D64_SIGN)) { n.f <<= 1; --n.e; } in normalize_diy_fp()
353 if ((u64 & D64_SIGN) != 0) { *s2++ = '-'; v = -v; u64 ^= D64_SIGN; } in dtoa_grisu3()
/dports/textproc/R-cran-readr/readr/src/
H A Dgrisu3.c46 #define D64_SIGN 0x8000000000000000ULL macro
202 while(!(n.f & D64_SIGN)) { n.f <<= 1; --n.e; } in normalize_diy_fp()
365 if ((u64 & D64_SIGN) != 0) { *s2++ = '-'; v = -v; u64 ^= D64_SIGN; } in dtoa_grisu3()
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/
H A Dgrisu3.h16 #define D64_SIGN 0x8000000000000000ULL macro
H A Dgrisu3.c148 while(!(n.f & D64_SIGN)) { n.f <<= 1; --n.e; } in normalize_diy_fp()
H A DMPFR.xs9224 if((u64 & D64_SIGN) != 0) {
9227 u64 ^= D64_SIGN;
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_defs.h417 #define D64_SIGN 01000000000000000000000uL /* 64-bit sign */ macro
H A Dhp3000_cpu_base.c2196 { D64_SIGN, D64_MASK & ~D64_SIGN, D64_WIDTH } /* 64-bit operand properties */ in shift_48_64()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_defs.h429 #define D64_SIGN 01000000000000000000000uL /* 64-bit sign */ macro
H A Dhp3000_cpu_base.c2193 { D64_SIGN, D64_MASK & ~D64_SIGN, D64_WIDTH } /* 64-bit operand properties */ in shift_48_64()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_defs.h488 #define D64_SIGN 01000000000000000000000uL /* 64-bit sign */ macro
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_defs.h511 #define D64_SIGN 01000000000000000000000uL /* 64-bit sign */ macro