nx_nxa_hierarchy_correction_gate_t332.nx
buildroot/runtime/nx_nxa_hierarchy_correction_gate_t332.nx
about
nx_nxa_hierarchy_correction_gate_t332.nx -- Validates affine hierarchy corrections with error checks and refusal conditions.
dependencies 3 imports · 0 importers
imports: nx_nxa_hierarchy_correction_candidate_t332.nxnx_nxa_hierarchy_fixture_t332.nxnx_gate_verdict.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
| 5 | func hg_identity(p:*i64)->i64{var i:i64=0;while i<16{p[i]=0;i=i+1};p[0]=FQ_ONE;p[5]=FQ_ONE;p[10]=FQ_ONE;p[15]=FQ_ONE;return 0} called by 1: main |
| 6 | func hg_fill(p:*i64,n:i64,v:i64)->i64{var i:i64=0;while i<n{p[i]=v;i=i+1};return 0} called by 1: main |
| 7 | func hg_same(p:*i64,n:i64,v:i64)->i64{var i:i64=0;while i<n{if p[i]!=v{return 0};i=i+1};return 1} called by 1: main |
| 8 | func main()->i64 |