Home
last modified time | relevance | path

Searched refs:MIN_10_EXP (Results 1 – 25 of 90) sorted by relevance

1234

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/standback-0.2.17/src/
H A Dv1_43.rs64 const MIN_10_EXP: i32; const
80 const MIN_10_EXP: i32 = -37; const
97 const MIN_10_EXP: i32 = -307; const
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/standback-0.2.17/src/
H A Dv1_43.rs64 const MIN_10_EXP: i32; const
80 const MIN_10_EXP: i32 = -37; const
97 const MIN_10_EXP: i32 = -307; const
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/standback/src/
H A Dv1_43.rs64 const MIN_10_EXP: i32; const
80 const MIN_10_EXP: i32 = -37; const
97 const MIN_10_EXP: i32 = -307; const
/dports/sysutils/vector/vector-0.10.0/cargo-crates/standback-0.2.8/src/
H A Dv1_43.rs63 const MIN_10_EXP: i32; const
79 const MIN_10_EXP: i32 = -37; const
96 const MIN_10_EXP: i32 = -307; const
/dports/www/xh/xh-0.14.1/cargo-crates/standback-0.2.17/src/
H A Dv1_43.rs64 const MIN_10_EXP: i32; const
80 const MIN_10_EXP: i32 = -37; const
97 const MIN_10_EXP: i32 = -307; const
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/standback-0.2.17/src/
H A Dv1_43.rs64 const MIN_10_EXP: i32; const
80 const MIN_10_EXP: i32 = -37; const
97 const MIN_10_EXP: i32 = -307; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/standback-0.2.17/src/
H A Dv1_43.rs64 const MIN_10_EXP: i32; const
80 const MIN_10_EXP: i32 = -37; const
97 const MIN_10_EXP: i32 = -307; const
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/standback-0.2.17/src/
H A Dv1_43.rs64 const MIN_10_EXP: i32; const
80 const MIN_10_EXP: i32 = -37; const
97 const MIN_10_EXP: i32 = -307; const
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/standback-0.2.17/src/
H A Dv1_43.rs64 const MIN_10_EXP: i32; const
80 const MIN_10_EXP: i32 = -37; const
97 const MIN_10_EXP: i32 = -307; const
/dports/lang/rust/rustc-1.58.1-src/library/core/src/num/
H A Df32.rs210 pub const MIN_10_EXP: i32 = f32::MIN_10_EXP; const
415 pub const MIN_10_EXP: i32 = -37; const
H A Df64.rs210 pub const MIN_10_EXP: i32 = f64::MIN_10_EXP; const
414 pub const MIN_10_EXP: i32 = -307; const
/dports/lang/gcc12-devel/gcc-12-20211205/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/lang/gcc8/gcc-8.5.0/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/lang/gcc48/gcc-4.8.5/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/lang/gcc10/gcc-10.3.0/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/lang/gcc11-devel/gcc-11-20211009/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/lang/gnat_util/gcc-6-20180516/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/devel/avr-gcc/gcc-10.2.0/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/lang/gcc9-devel/gcc-9-20211007/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/lang/gcc9/gcc-9.4.0/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libquadmath/strtod/
H A Dstrtod_l.c98 #define MIN_10_EXP PASTE(FLT,_MIN_10_EXP) macro
129 #define NDIG (MAX_10_EXP - MIN_10_EXP + 2 * MANT_DIG)
947 <= (uintmax_t) (INTMAX_MAX + MIN_10_EXP - MANT_DIG));
948 exp_limit = -MIN_10_EXP + MANT_DIG + (intmax_t) int_no;
1196 if (__builtin_expect (exponent < MIN_10_EXP - (DIG + 1), 0))
1363 && exponent >= MIN_10_EXP - (DIG + 1));

1234