nx_garment_strap_gate_t138.nx
buildroot/runtime/nx_garment_strap_gate_t138.nx
dependencies 1 imports · 0 importers
imports: nx_garment_boundary_t138.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 2 | func gs_check(ok:i64,name:*u8,counts:*i64)->i64{counts[0]=counts[0]+1;if ok==1{gmg_puts("PASS ");gmg_puts(name);gmg_puts("\n");return 0};counts[1]=counts[1]+1;gmg_puts("FAIL ");gmg_puts(name);gmg_puts("\n");return 1} |
| 3 | func gs_area(v:*i64,t:*i64,i:i64)->i64{let a:i64=t[i*3]*5;let b:i64=t[i*3+1]*5;let c:i64=t[i*3+2]*5;let x:i64=v[b]-v[a];let y:i64=v[b+1]-v[a+1];let z:i64=v[b+2]-v[a+2];let u:i64=v[c]-v[a];let w:i64=v[c+1]-v[a+1];let q:i64=v[c+2]-v[a+2];if y*q-z*w==0&&z*u-x*q==0&&x*w-y*u==0{return 0};return 1} called by 1: main |
| 4 | func main(argc:i64,argv:*i64)->i64 |