nx_sum_pairwise_max.nx
buildroot/runtime/nx_sum_pairwise_max.nx
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
imports: nx_syscalls.nxnx_tier.nx
imported by: nx_sum_pairwise_max_test.nx
structs
| none |
consts
| none |
functions
| 21 | func nx_sum_pairwise_max(a: *nx_int, b: *nx_int, n: nx_idx) -> nx_int called by 1: main |