nx_abs_diff.nx
buildroot/runtime/nx_abs_diff.nx
about
nx_abs_diff.nx -- AUTO-GENERATED from shape `scalar_pair_op`.
Shape: function taking two nx_int returning nx_int. if a >= b { return a - b } return b - a is the
complete imperative function body (one or more statements). No
human-authored body for this primitive.
genealogy_id:
lineage_id: scalar_pair_op
license: public_domain
complexity: O(1)
dependencies 2 imports · 1 importers
imports: nx_syscalls.nxnx_tier.nx
imported by: nx_abs_diff_test.nx
structs
| none |
consts
| none |
functions
| 21 | func nx_abs_diff(a: nx_int, b: nx_int) -> nx_int called by 1: main |