code wiki / _hdl_build / nx_epose_gate.nx
nx_epose_gate.nx
buildroot/runtime/_hdl_build/nx_epose_gate.nx
about
nx_epose_gate.nx -- benchmark E->R,t decomposition (cadtwin P1, completes photo->pose->3D). Build E from a
KNOWN (R,t), decompose, and verify one of the two rotation candidates matches R and the recovered translation
direction matches t (up to sign -- the 4-fold resolved by cheirality). KATs: identity rotation + a 30deg-y
rotation. Deterministic. expect_exit: 0 license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_epose.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
| 7 | func qg_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 8 | func qg_putn(v: i64) -> i64 |
| 21 | func qg_tooth(name: *u8, pass: i64, fails: *i64) -> i64 |
| 30 | func run_case(R: *i64, tx: i64, ty: i64, tz: i64, out2: *i64) -> i64 |
| 51 | func main() -> i64 |