code wiki / _hdl_build / _bf_regen_gate_authored.nx
_bf_regen_gate_authored.nx
buildroot/runtime/_hdl_build/_bf_regen_gate_authored.nx
about
_bf_regen_gate_authored.nx -- ME3 rung 1 gate: the SOVEREIGN bigfloat oracle
(nx_bigfloat120 + exp/ln, every constant self-computed) must reproduce EVERY
mpmath-born expected value in the exp (203) and log (196) KAT sets bit-exactly.
GREEN = anchor transferred = the last python debt in the math arc closes
(ledger T#math-oracle-py-exp-log): vector regeneration is nishi-only from here.
Markers: REGENBAD fn= i= x= exp= got= / REGEN exp=ok/total log=ok/total
BF-REGEN-GATE verdict=GREEN|RED
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_bigfloat120.nxnx_bigfloat120_div.nxnx_bigfloat120_exp.nxnx_bigfloat120_ln.nx_f64_exp_kat_vectors.nx_f64_log_kat_vectors.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
| 18 | func bfr_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 20 | func bfr_putn(v: i64) -> i64 |
| 34 | func bfr_puthex(v: i64) -> i64 |
| 46 | func main() -> i64 |