code wiki / _hdl_build / nx_eurisko_guard_gate.nx
nx_eurisko_guard_gate.nx
buildroot/runtime/_hdl_build/nx_eurisko_guard_gate.nx
dependencies 3 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_syscalls.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
| 13 | const R4_MAXF: i64 = 8 |
| 14 | const R4_MAXOPS: i64 = 8 |
| 15 | const R4_NPROBE: i64 = 4 |
| 16 | const R4_MAXCAND: i64 = 32 |
functions
| 19 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 21 | func r4_apply(ops: *i64, args: *i64, len: i64, x: i64) -> i64 |
| 32 | func r4_sig(ops: *i64, args: *i64, len: i64, sig: *i64) -> i64 |
| 37 | func r4_sig_in(sigs: *i64, n: i64, cand: *i64) -> i64 |
| 49 | func r4_useful(sig: *i64) -> i64 |
| 54 | func r4_store(flen: *i64, fops: *i64, farg: *i64, fsig: *i64, idx: i64, ops: *i64, args: *i64, len: i64) -> i64 |
| 64 | func r4_addseen(seen: *i64, ns: i64, sig: *i64) -> i64 { var p: i64=0; while p < R4_NPROBE { seen[ns*R4_NPROBE+p] = sig[p]; p = p + 1 } return 0 } |
| 68 | func r4_prod(flen: *i64, fops: *i64, farg: *i64, fsig: *i64, nf: i64, kind: i64, param: i64) -> i64 |
| 118 | func main(argc: i64, argv: *i64) -> i64 |