nx_fx_f64_lit.nx
buildroot/runtime/nx_fx_f64_lit.nx
about
nx_fx_f64_lit.nx -- LN36 + LN40 fixture: decimal exponent literals and long literals pack to the SAME bits
as a single correctly-rounded IEEE operation on exactly-representable operands (the hardware op is the
oracle: a quotient or product of exact operands is correctly rounded by IEEE-754). Exit 0 iff every check
holds, else a bitmask naming the failing checks (bit k = check k). license_tier: ORIGINAL
dependencies 0 imports · 0 importers
imports: none
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_id(x: f64) -> f64 { return x } called by 1: main |
| 6 | func main() -> i64 calls 1: fx_id |