code wiki / _hdl_build / nx_rankmap_gate.nx

nx_rankmap_gate.nx

buildroot/runtime/_hdl_build/nx_rankmap_gate.nx

3625 B63 linesdepth 4pulls 7 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

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

nx_rankmap.nx nx_ecomat_lib.nx nx_gate_verdict.nx nx_rankmap_gate.nx

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

main gv_ctr sys_mmap gv_head gv_puts sys_write mat_label rm_trl rm_evidence rm_capgraph gv_check gv_puts ↻ rg_eq rm_axis el_streq rm_permil_reachable rm_axis ↻ permil_to_level gv_verdict gv_puts ↻ gv_num sys_mmap ↻ sys_write ↻ sys_munmap gv_journal sys_openat_append sys_mmap ↻ gv_catn sys_mmap ↻ sys_munmap ↻ sys_now_realtime_sec sys_mmap ↻ sys_clock_gettime_real gv_cat sys_write ↻ sys_close sys_munmap ↻

structs

none

consts

none

functions

13func rg_eq(a: i64, b: i64) -> i64 { if a == b { return 1 } return 0 }
called by 1: main
15func main(argc: i64, argv: *i64) -> i64