code wiki / _hdl_build / _pe_f64gamma_test.nx

_pe_f64gamma_test.nx

buildroot/runtime/_hdl_build/_pe_f64gamma_test.nx

936 B16 linesdepth 6pulls 8 transitivereach 0 importersview sourcekind gate/prooftopic pe
docsdependenciesstructsconstsfunctions

about

GENERATED invariant KATs for the Builder-authored gamma (GAMMA_STIRLING).

dependencies 1 imports · 0 importers

_pe_f64gamma.nx _pe_f64gamma_test.nx

imports: _pe_f64gamma.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main nx_f64_gamma nx_f64_classify nx_f64_exp_field nx_f64_mant_field nx_f64_sign nx_f64_sub nx_f64_add nx_f64_classify ↻ nx_f64_sign ↻ nx_f64_mant_field ↻ nx_f64_exp_field ↻ _f64_round_pack nx_f64_neg nx_f64_mul nx_f64_classify ↻ nx_f64_sign ↻ nx_f64_mant_field ↻ nx_f64_exp_field ↻ _f64_round_pack ↻ nx_f64_add ↻ sys_mmap _gm_lndd nx_f64_log nx_f64_classify ↻ nx_f64_sign ↻ nx_f64_mant_field ↻ nx_f64_exp_field ↻ nx_f64_sub ↻ nx_f64_add ↻ nx_f64_div nx_f64_classify ↻ nx_f64_sign ↻ nx_f64_mant_field ↻ nx_f64_exp_field ↻ _f64_round_pack ↻ nx_f64_mul ↻ nx_i64_to_f64 _f64_round_pack ↻ _gm_expf

structs

none

consts

none

functions

3func gt_ulp(a: i64, b: i64) -> i64 { if a >= b { return a - b } return b - a }
called by 1: main
4func main() -> i64