code wiki / _hdl_build / nx_viz_array.nx

nx_viz_array.nx

buildroot/runtime/_hdl_build/nx_viz_array.nx

1076 B32 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind tooltopic viz
docsdependenciesstructsconstsfunctions

about

nx_viz_array.nx -- the DATA-ARRAY layer of the sovereign Nishi viz library (the d3-array core, bits-up). Stats every real chart needs to AUTO-SCALE: min / max / sum / mean / extent. Pure integer. Closes data-array. license_tier: ORIGINAL

dependencies 1 imports · 1 importers

nx_syscalls.nx nx_viz_array.nx nx_viz_array_gate.nx

imports: nx_syscalls.nx

imported by: nx_viz_array_gate.nx

structs

none

consts

none

functions

6func vd_min(a: *i64, n: i64) -> i64
called by 2: vd_extentmain
12func vd_max(a: *i64, n: i64) -> i64
called by 2: vd_extentmain
18func vd_sum(a: *i64, n: i64) -> i64
called by 2: vd_meanmain
23func vd_mean(a: *i64, n: i64) -> i64
called by 1: main calls 1: vd_sum
28func vd_extent(a: *i64, n: i64, out: *i64) -> i64
called by 1: main calls 2: vd_minvd_max
32func main() -> i64 { return 0 }