code wiki / _hdl_build / nx_nofloat_census.nx
nx_nofloat_census.nx
buildroot/runtime/_hdl_build/nx_nofloat_census.nx
about
nx_nofloat_census.nx -- CAP-NF-CENSUS: a LIVING, liar-killed, negative-controlled census of our S-class
position vs the float incumbents (Unsloth/QLoRA/GPTQ/vLLM/SmoothQuant/TensorRT-LLM/llama.cpp -- all in the
fetched eff_*.raw corpus). Unlike a hardcoded scorecard, EVERY axis's grade is GROUNDED on a real on-disk
organ AND its run-evidence status-log: an axis is "live" only if both exist. The EXCEED count therefore
DERIVES from reality (living -- it re-grades as rungs land/fall), and a negative control proves the check
distinguishes real from fake BOTH ways.
T1 GROUNDED: all 3 EXCEED + 4 PARITY axes are LIVE (organ + run-log present) -- not asserted, derived.
T2 NEG-CONTROL: a real organ reads present(1) AND a fabricated twin reads absent(0) -- the census reads reality.
T3 HONEST / no-wave: the BEHIND axes have NO green capability (their green-log is absent) AND behind>=3
-- we do NOT claim exceed everywhere (anti-floor-claim).
expect_exit: 0 Sovereign: nx_syscalls only.
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_g_check_lib.nxnx_g_puts_lib.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
| 16 | func g_pn(v: i64) -> i64 { let b: *u8=sys_mmap(28); var x: i64=v; if x<0{b[0]=45;sys_write(1,b,1);x=0-x} if x==0{b[0]=48;sys_write(1,b,1);return 0} var d: i64=0; var y: i64=x; while y>0{d=d+1;y=y/10} var i: i64=d-1; y=x; while i>=0{b[i]=(48+(y%10)) as u8;y=y/10;i=i-1} sys_write(1,b,d); return 0 } |
| 17 | func have_file(path: *u8) -> i64 { let fd: i64=sys_openat_rd(path); if fd<0 { return 0 } sys_close(fd); return 1 } |
| 19 | func axis_live(organ: *u8, logp: *u8) -> i64 { if have_file(organ)==1 { if have_file(logp)==1 { return 1 } } return 0 } |
| 20 | func row(verdict: *u8, name: *u8, them: *u8, live: i64) -> i64 |
| 26 | func main() -> i64 |