code wiki / _hdl_build / nx_rankmap_gate.nx
nx_rankmap_gate.nx
buildroot/runtime/_hdl_build/nx_rankmap_gate.nx
about
nx_rankmap_gate.nx -- proves the ranking vocabulary is TOTAL, AXIS-SPLIT, and UNGAMEABLE.
The anti-gaming property is only worth stating if something asserts it. T7/T8 are the load-bearing
teeth: NO coverage percentage may reach a COMPARATIVE rung. T9 is the live check against the
actual deriving function -- permil_to_level must never return a comparative level for ANY input
0..1000, which is swept exhaustively rather than sampled. That is the tooth that would have caught
the original defect (p>=700 -> S-CLASS) on the day it shipped.
license_tier: ORIGINAL No hw writes (Rule 26).
dependencies 3 imports · 0 importers
imports: nx_rankmap.nxnx_ecomat_lib.nxnx_gate_verdict.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
| 13 | func rg_eq(a: i64, b: i64) -> i64 { if a == b { return 1 } return 0 } called by 1: main |
| 15 | func main(argc: i64, argv: *i64) -> i64 |