code wiki / (root) / nx_sum_pairwise_max.nx

nx_sum_pairwise_max.nx

buildroot/runtime/nx_sum_pairwise_max.nx

1016 B31 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind generated fixturetopic sum
docsdependenciesstructsconstsfunctions

about

nx_sum_pairwise_max.nx -- AUTO-GENERATED from shape `array_accumulate_pair`. Shape: walks two arrays of length n in lockstep, accumulates a single scalar. INIT is the starting accumulator; STEP is the per- element update (may reference `acc`, `av`, `bv`, `i`). genealogy_id: synthesized_from_corpus lineage_id: array_accumulate_pair license: public_domain complexity: O(n)

dependencies 2 imports · 1 importers

nx_syscalls.nx nx_tier.nx nx_sum_pairwise_max.nx nx_sum_pairwise_max_test.nx

imports: nx_syscalls.nxnx_tier.nx

imported by: nx_sum_pairwise_max_test.nx

structs

none

consts

none

functions

21func nx_sum_pairwise_max(a: *nx_int, b: *nx_int, n: nx_idx) -> nx_int
called by 1: main