Home
last modified time | relevance | path

Searched refs:DP_SIGNIFICAND_SIZE (Results 1 – 6 of 6) sorted by last modified time

/dports/lang/rust/rustc-1.58.1-src/vendor/json/src/util/
H A Ddiyfp.rs15 const DP_SIGNIFICAND_SIZE: isize = 52; const
16 const DP_EXPONENT_BIAS: isize = 0x3FF + DP_SIGNIFICAND_SIZE;
55 let biased_e = ((u & DP_EXPONENT_MASK) >> DP_SIGNIFICAND_SIZE) as isize; in from_f64()
107 res.f <<= DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2; in normalize_boundary()
108 res.e -= DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2; in normalize_boundary()
/dports/lang/mujs/mujs-1.2.0/
H A Djsdtoa.c415 #define DP_SIGNIFICAND_SIZE 52 macro
416 #define DP_EXPONENT_BIAS (0x3FF + DP_SIGNIFICAND_SIZE)
425 int biased_e = (d64 & DP_EXPONENT_MASK) >> DP_SIGNIFICAND_SIZE; in double2diy_fp()
448 res.f <<= (DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2); in normalize_boundary()
449 res.e = res.e - (DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2); in normalize_boundary()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/mujs/
H A Djsdtoa.c415 #define DP_SIGNIFICAND_SIZE 52 macro
416 #define DP_EXPONENT_BIAS (0x3FF + DP_SIGNIFICAND_SIZE)
425 int biased_e = (d64 & DP_EXPONENT_MASK) >> DP_SIGNIFICAND_SIZE; in double2diy_fp()
448 res.f <<= (DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2); in normalize_boundary()
449 res.e = res.e - (DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2); in normalize_boundary()
/dports/dns/dog/dog-0.1.0/cargo-crates/json-0.12.4/src/util/
H A Ddiyfp.rs15 const DP_SIGNIFICAND_SIZE: isize = 52; const
16 const DP_EXPONENT_BIAS: isize = 0x3FF + DP_SIGNIFICAND_SIZE;
55 let biased_e = ((u & DP_EXPONENT_MASK) >> DP_SIGNIFICAND_SIZE) as isize; in from_f64()
107 res.f <<= DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2; in normalize_boundary()
108 res.e -= DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2; in normalize_boundary()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/json-0.12.4/src/util/
H A Ddiyfp.rs15 const DP_SIGNIFICAND_SIZE: isize = 52; const
16 const DP_EXPONENT_BIAS: isize = 0x3FF + DP_SIGNIFICAND_SIZE;
55 let biased_e = ((u & DP_EXPONENT_MASK) >> DP_SIGNIFICAND_SIZE) as isize; in from_f64()
107 res.f <<= DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2; in normalize_boundary()
108 res.e -= DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2; in normalize_boundary()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/mujs/
H A Djsdtoa.c415 #define DP_SIGNIFICAND_SIZE 52 macro
416 #define DP_EXPONENT_BIAS (0x3FF + DP_SIGNIFICAND_SIZE)
425 int biased_e = (d64 & DP_EXPONENT_MASK) >> DP_SIGNIFICAND_SIZE; in double2diy_fp()
448 res.f <<= (DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2); in normalize_boundary()
449 res.e = res.e - (DIY_SIGNIFICAND_SIZE - DP_SIGNIFICAND_SIZE - 2); in normalize_boundary()