rust/library/coretests/tests/num
bors 4d051fb306 Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrum
Add `f16` formatting and parsing

Use the same algorithms as for `f32` and `f64` to implement `f16` parsing and printing.

try-job: x86_64-gnu-aux
2025-05-18 20:38:01 +00:00
..
dec2flt float: Add tests for `f16` conversions to and from decimal 2025-05-18 16:51:28 +00:00
flt2dec float: Add tests for `f16` conversions to and from decimal 2025-05-18 16:51:28 +00:00
bignum.rs
const_from.rs
float_iter_sum_identity.rs
i8.rs
i16.rs
i32.rs
i64.rs
i128.rs
ieee754.rs
int_log.rs
int_macros.rs coretests stop relying on `inline_const_pat` 2025-03-21 09:35:31 +01:00
int_sqrt.rs
midpoint.rs
mod.rs Make some `f32`/`f64` tests also run in const-context 2025-05-11 14:00:16 +02:00
nan.rs
ops.rs
u8.rs
u16.rs
u32.rs
u64.rs
u128.rs
uint_macros.rs coretests stop relying on `inline_const_pat` 2025-03-21 09:35:31 +01:00
wrapping.rs