nx_fx_f64_nan.nx
buildroot/runtime/nx_fx_f64_nan.nx
about
nx_fx_f64_nan.nx -- LN38 fixture: IEEE-754 unordered compares. Every ordered predicate on a NaN operand is
FALSE and != is TRUE; ordinary ordered compares keep their answers. Exit 0 iff every check holds, else a
bitmask naming the failing checks (bit k = check k). license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 5 | func fx_nan(z: f64) -> f64 { return z / z } called by 1: main |
| 6 | func fx_id(x: f64) -> f64 { return x } called by 1: main |
| 7 | func main() -> i64 |