nx_tfl_decimate_gate.nx
buildroot/runtime/nx_tfl_decimate_gate.nx
about
nx_tfl_decimate_gate.nx -- NXMSH2 TFL reducer gate
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_gate_verdict.nxnx_tissuefield_lib.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
| 7 | const TD_DEFAULT_IN: *u8 = "/volume1/homes/elderwesto/nishihost/buildroot/knowledge/gates/beach-skin-t375.nxmesh" |
| 8 | const TD_DEFAULT_OUT: *u8 = "/tmp/nx_tfl_lod_default.nxmesh" |
| 9 | const TD_DEFAULT_CELL: *u8 = "50" |
functions
| 6 | func td_atoi(s: *u8) -> i64 { var i: i64 = 0; var v: i64 = 0; while s[i] != (0 as u8) { let c: i64 = s[i] as i64; if c >= 48 { if c <= 57 { v = v * 10 + c - 48 } }; i = i + 1 }; return v } called by 1: main |
| 10 | func main(argc: i64, argv: *i64) -> i64 |