code wiki / _hdl_build / nx_g_pn_lib.nx
nx_g_pn_lib.nx
buildroot/runtime/_hdl_build/nx_g_pn_lib.nx
about
nx_g_pn_lib.nx -- single-responsibility shared helper: g_pn (gate integer writer; handles negatives).
This is the SUPERSET variant (funcmine's g_pn x78 majority group). Subset copies lacking the negative
branch are DIFFERENT bodies -> the remover's self-check reports them VARIANT and leaves them alone. license_tier: ORIGINAL
dependencies 2 imports · 6 importers
imports: nx_syscalls.nxnx_itoa_lib.nx
imported by: nx_nofloat_autograd_gate.nxnx_nofloat_xformer_gate.nxnx_quic_frame_test.nxnx_quic_hdr_test.nxnx_quic_pkt_test.nxnx_quic_wire_test.nx
structs
| none |
consts
| none |
functions
| 10 | func g_pn(v: i64) -> i64 { nxi_out(v); return 0 } |