code wiki / (root) / nx_is_negative.nx

nx_is_negative.nx

buildroot/runtime/nx_is_negative.nx

637 B20 linesdepth 2pulls 2 transitivereach 1 importersview sourcekind generated fixturetopic is
docsdependenciesstructsconstsfunctions

about

nx_is_negative.nx -- AUTO-GENERATED from shape `scalar_unary_op`. Single-arg nx_int function. if a < 0 { return 1 } return 0 is the imperative body. genealogy_id: lineage_id: scalar_unary license: public_domain complexity: O(1)

dependencies 2 imports · 1 importers

nx_syscalls.nx nx_tier.nx nx_is_negative.nx nx_is_negative_test.nx

imports: nx_syscalls.nxnx_tier.nx

imported by: nx_is_negative_test.nx

structs

none

consts

none

functions

18func nx_is_negative(a: nx_int) -> nx_int
called by 1: main