pub fn get_absmax_2<NQ>(d1: *mut f32, d2: *mut f32, nquads: NQ) -> f32 where NQ: TryInto<u32>, <NQ as TryInto<u32>>::Error: Debug,