code wiki / _hdl_build / nx_wakesleep_scale_gate.nx
nx_wakesleep_scale_gate.nx
buildroot/runtime/_hdl_build/nx_wakesleep_scale_gate.nx
dependencies 4 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_synth_fit.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
| none |
functions
| 21 | 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 |
| 23 | func seq_degree(ys: *i64, n: i64) -> i64 |
| 35 | func mk_pow(k: i64, xs: *i64, ys: *i64) -> i64 { var i: i64=0; while i<8 { xs[i]=i; ys[i]=sf_powsum(k,i); i=i+1 } return 8 } |
| 39 | func solve_problem(xs: *i64, ys: *i64, n: i64, hy0: i64, hy1: i64, lib_k: *i64, lib_f: *i64, lib_nb: *i64, pool: *i64, pooln: i64, fits: *i64, retr: *i64) -> i64 |
| 55 | func main() -> i64 |