code wiki / _hdl_build / nx_interp_ex_gate.nx
nx_interp_ex_gate.nx
buildroot/runtime/_hdl_build/nx_interp_ex_gate.nx
about
nx_interp_ex_gate.nx -- proves + MEASURES sovereign dead-reckoning extrapolation (nx_interp ip_sample_ex):
during a LOSS BURST (rt runs past the newest snapshot) the peer keeps MOVING from estimated velocity
instead of freezing, capped at a safe horizon so long loss holds (bounded) rather than diverging.
1) extrapolation tracks truth during a loss burst (measured err ~0 on steady motion)
2) EXCEED vs hold (neg-control = NET-R1 freeze): extrap_max_err << hold_max_err (measured)
3) horizon cap (neg): beyond max_extrap_ms it HOLDS (status 3, bounded) -- no runaway divergence
4) interior unchanged: ip_sample_ex delegates to ip_sample for in-bracket rt (regression)
5) no-data (neg): empty history -> 0
Built nx_cc_sovereign -> nxasm_x86 (no gcc, no .sh). license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_gate_emit_lib.nxnx_interp.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
| 14 | func g_abs(v: i64) -> i64 { if v < 0 { return 0 - v } return v } called by 1: main |
| 15 | func mkf(f: *i64, x: i64) -> i64 { var i: i64=0; while i<10 { f[i]=0; i=i+1 } f[0]=x; return 0 } called by 1: main |
| 17 | func main() -> i64 |