code wiki / _hdl_build / nx_math_gate_demo.nx

nx_math_gate_demo.nx

buildroot/runtime/_hdl_build/nx_math_gate_demo.nx

4240 B108 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind sketch/demotopic math
docsdependenciesstructsconstsfunctions

about

nx_math_gate_demo.nx -- the TEAM authoring the ATAN live-oracle ULP gate from DATA (no Claude gate logic). Edges + bands are the data rows; helpers are the emitter's proven templates. Emits _f64_atan_gate_emitted.nx.

dependencies 2 imports · 0 importers

nx_math_gate_emit.nx nx_syscalls.nx nx_math_gate_demo.nx

imports: nx_math_gate_emit.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap mge_author sys_openat_wr pe_w sys_write mge_wlit pe_w ↻ pe_wn sys_mmap ↻ sys_write ↻ pe_wn ↻ sys_close mgd_w sys_write ↻ sys_exit

structs

none

consts

6const K_MAGIC_1026: i64 = 1026
7const K_MAGIC_1033: i64 = 1033

functions

9func mgd_w(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
11func main() -> i64