code wiki / _hdl_build / _f64_log_gate_authored.nx
_f64_log_gate_authored.nx
buildroot/runtime/_hdl_build/_f64_log_gate_authored.nx
about
_f64_log_gate_authored.nx -- ME1 rung 2 gate: TEAM-AUTHORED nx_f64_log (via the
MATH_KERNEL emitter) vs mpmath-60dps oracle. 196 vectors; pass = ULP <= 1 each.
log results span negative values, so ULP distance uses the monotone ordered map
ord(v) = v >= 0 ? v : i64min - v (exact bit-adjacency metric across the sign).
Markers: LOGBAD ... / LOG-ULP total= exact= ulp1= worse= max= / LOG-GATE verdict=
dependencies 7 imports · 0 importers
imports: nx_syscalls.nxnx_f64.nxnx_f64_div.nxnx_f64_sqrt.nxnx_f64_cvt.nx_pe_f64log.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
| 16 | func f6l_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 18 | func f6l_putn(v: i64) -> i64 |
| 32 | func f6l_puthex(v: i64) -> i64 |
| 44 | func f6l_ord(v: i64) -> i64 called by 1: main |
| 49 | func main() -> i64 |