fn graph_fixed(value: f64, name: &str, id: ValueId) -> Result<i64, String>
Quantise a real value into the signed Q8.16 graph datapath, rejecting out-of-range constants.