code wiki / ncf
topic: ncf
11 modules sharing the ncf name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| ncf_loop_organ.nx | SYNTHESIZED CONTROL FLOW (a bounded loop) + GOD-BUILT by nx_ncf_loop_gate. license_tier: ORIGINAL | 18 | 2 |
| ncf_organ.nx | SYNTHESIZED CONTROL FLOW (a branch) + GOD-BUILT by nx_ncf_synth_gate. license_tier: ORIGINAL | 15 | 2 |
| nx_ncf_cube_gate.nx | X-AUT-NCF-001 RUNG 4: SYNTHESIZE A QUADRATIC-INDEX LOOP (acc += c2*i*i + c1*i + c0), | 60 | 1 |
| nx_ncf_loop_gate.nx | 244 | 14 | |
| nx_ncf_quad_gate.nx | X-AUT-NCF-001 RUNG 3: SYNTHESIZE AN AFFINE-INDEX LOOP (acc += c1*i + c0), the | 61 | 1 |
| nx_ncf_recur_gate.nx | X-AUT-NCF-001 RUNG 6 (GENERALIZATION, not another special case): synthesize an | 70 | 1 |
| nx_ncf_route_gate.nx | THE WIRING RUNG: close the L3 autonomy loop. When nx_pattern_classify marks a spec | 76 | 1 |
| nx_ncf_scaffold_register.nx | registers the DECLARED-SCAFFOLD pe8 field-kinds 6 | 56 | 2 |
| nx_ncf_state_gate.nx | X-AUT-NCF-001 RUNG 5: SYNTHESIZE A TWO-STATE LINEAR RECURRENCE -- the QUALITATIVE | 62 | 1 |
| nx_ncf_synth.nx | the SHARED control-flow SYNTHESIS CORE (no main; imported by the rungs + the WIRING). | 499 | 37 |
| nx_ncf_synth_gate.nx | 227 | 13 |