Home
last modified time | relevance | path

Searched refs:EXPONENT_BIAS (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/minimal-lexical-0.1.4/src/
H A Dnum.rs79 const EXPONENT_BIAS: i32; const
98 const INFINITE_POWER: i32 = Self::MAX_EXPONENT + Self::EXPONENT_BIAS;
188 biased_e - Self::EXPONENT_BIAS in exponent()
211 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
212 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
213 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
259 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
260 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
261 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/minimal-lexical-0.2.1/src/
H A Dnum.rs79 const EXPONENT_BIAS: i32; const
98 const INFINITE_POWER: i32 = Self::MAX_EXPONENT + Self::EXPONENT_BIAS;
188 biased_e - Self::EXPONENT_BIAS in exponent()
211 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
212 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
213 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
259 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
260 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
261 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/minimal-lexical-0.2.1/src/
H A Dnum.rs79 const EXPONENT_BIAS: i32; const
98 const INFINITE_POWER: i32 = Self::MAX_EXPONENT + Self::EXPONENT_BIAS;
188 biased_e - Self::EXPONENT_BIAS in exponent()
211 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
212 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
213 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
259 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
260 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
261 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/minimal-lexical-0.1.4/src/
H A Dnum.rs79 const EXPONENT_BIAS: i32; const
98 const INFINITE_POWER: i32 = Self::MAX_EXPONENT + Self::EXPONENT_BIAS;
188 biased_e - Self::EXPONENT_BIAS in exponent()
211 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
212 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
213 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
259 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
260 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
261 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/minimal-lexical-0.1.3/src/
H A Dnum.rs79 const EXPONENT_BIAS: i32; const
98 const INFINITE_POWER: i32 = Self::MAX_EXPONENT + Self::EXPONENT_BIAS;
188 biased_e - Self::EXPONENT_BIAS in exponent()
211 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
212 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
213 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
259 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
260 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
261 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/devel/ppl/ppl-1.2/src/
H A DFloat_templates.hh61 f_exponent_bias = float_ieee754_half::EXPONENT_BIAS; in compute_absolute_error()
71 f_exponent_bias = float_ieee754_single::EXPONENT_BIAS; in compute_absolute_error()
81 f_exponent_bias = float_ieee754_double::EXPONENT_BIAS; in compute_absolute_error()
91 f_exponent_bias = float_ibm_single::EXPONENT_BIAS; in compute_absolute_error()
101 f_exponent_bias = float_ieee754_quad::EXPONENT_BIAS; in compute_absolute_error()
111 f_exponent_bias = float_intel_double_extended::EXPONENT_BIAS; in compute_absolute_error()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/serde_json-1.0.72/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/serde_json-1.0.72/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/serde_json-1.0.56/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/serde_json-1.0.68/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/serde_json-1.0.72/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/misc/broot/broot-1.7.0/cargo-crates/serde_json-1.0.66/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/serde_json-1.0.72/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/serde_json-1.0.61/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/serde_json-1.0.57/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/serde_json-1.0.57/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/serde_json-1.0.73/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/lang/gleam/gleam-0.18.2/cargo-crates/serde_json-1.0.72/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/serde_json-1.0.72/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/serde_json-1.0.73/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/devel/grcov/grcov-0.8.2/cargo-crates/serde_json-1.0.64/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/serde_json-1.0.62/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/net/routinator/routinator-0.10.2/cargo-crates/serde_json-1.0.64/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/devel/git-delta/delta-0.9.2/cargo-crates/serde_json-1.0.61/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;
/dports/editors/helix/helix-0.5.0/cargo-crates/serde_json-1.0.68/src/lexical/
H A Dnum.rs227 const EXPONENT_BIAS: i32; const
280 biased_e as i32 - Self::EXPONENT_BIAS in exponent()
326 const EXPONENT_BIAS: i32 = 127 + Self::MANTISSA_SIZE; const
327 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
328 const MAX_EXPONENT: i32 = 0xFF - Self::EXPONENT_BIAS;
390 const EXPONENT_BIAS: i32 = 1023 + Self::MANTISSA_SIZE; const
391 const DENORMAL_EXPONENT: i32 = 1 - Self::EXPONENT_BIAS;
392 const MAX_EXPONENT: i32 = 0x7FF - Self::EXPONENT_BIAS;

12345678910>>...18