about summary refs log tree commit diff
path: root/library/coretests/tests/floats/f32.rs
AgeCommit message (Expand)AuthorLines
2025-07-11Consolidate classify testsRoger Curley-18/+0
2025-07-11Consolidate is_normal testsRoger Curley-17/+0
2025-07-11Consolidate is_finite testsRoger Curley-13/+0
2025-07-11Consolidate is_infinite testsRoger Curley-13/+0
2025-07-11Consolidate is_nanRoger Curley-13/+0
2025-07-11Consolidate one testsRoger Curley-13/+0
2025-07-11Consolidate negative zero testsRoger Curley-14/+0
2025-07-11Consolidate zero testsRoger Curley-13/+0
2025-07-11Consolidate neg_infinity testsRoger Curley-12/+0
2025-07-11Consolidate test_num testsRoger Curley-5/+0
2025-07-11Consolidate infinity testsRoger Curley-12/+0
2025-07-09Refactor nan testsRoger Curley-14/+0
2025-06-14Rollup merge of #142243 - RalfJung:float-test-dedup, r=tgross35Matthias Krüger-110/+2
2025-06-09float tests: deduplicate min, max, and rounding testsRalf Jung-110/+0
2025-06-09float tests: use assert_biteq in more placesRalf Jung-0/+2
2025-06-05change tests to use fixed constants to let them pass with miriLorrensP-2158466-2/+7
2025-05-29float: Use `assert_biteq!` where possibleTrevor Gross-117/+118
2025-05-29float: Replace some approximate assertions with exactTrevor Gross-70/+70
2025-05-29float: Use a shared `assert_biteq!` macro for testsTrevor Gross-44/+33
2025-05-20`core_float_math`: Move functions to `math` folderDaniel McNab-71/+71
2025-05-14Skip {f32,f64}::mul_add tests on MinGWTrevor Gross-0/+2
2025-05-14Move applicable float tests from `coretests` back to `std`Trevor Gross-315/+75
2025-05-13Move float tests from std to coreTrevor Gross-0/+940