Function clamp_float_value

Source
fn clamp_float_value<S: Semantics>(
    intrinsic_name: &str,
    val: IeeeFloat<S>,
) -> IeeeFloat<S>
Expand description

Given an floating-point operation and a floating-point value, clamps the result to the output range of the given operation.