code wiki / (root) / nx_fx_f64_lit.nx

nx_fx_f64_lit.nx

buildroot/runtime/nx_fx_f64_lit.nx

2314 B25 linesdepth 0pulls 0 transitivereach 0 importersview sourcekind tooltopic fx
docsdependenciesstructsconstsfunctions

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

main fx_id

structs

none

consts

none

functions

5func fx_id(x: f64) -> f64 { return x }
called by 1: main
6func main() -> i64
calls 1: fx_id