⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

fp_mul

Function fp_mul 

Source
pub fn fp_mul(a: FixedPoint, b: FixedPoint) -> FixedPoint
Expand description

Multiply two fixed-point values with saturation

Uses i64 intermediate to avoid overflow, then clamps to i32 range.