code wiki / (root) / nx_double_each.nx

nx_double_each.nx

buildroot/runtime/nx_double_each.nx

798 B28 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind generated fixturetopic double
docsdependenciesstructsconstsfunctions

about

nx_double_each.nx -- AUTO-GENERATED from shape `array_transform_inplace`. Shape: rewrite each element of arr in place via v * 2. Returns nx_int status (always 0). genealogy_id: classical_double_each lineage_id: array_transform_inplace license: public_domain complexity: O(n)

dependencies 2 imports · 1 importers

nx_syscalls.nx nx_tier.nx nx_double_each.nx nx_double_each_test.nx

imports: nx_syscalls.nxnx_tier.nx

imported by: nx_double_each_test.nx

structs

none

consts

none

functions

20func nx_double_each(arr: *nx_int, n: nx_idx) -> nx_int
called by 1: main