Skip to documentation
SLOP

tiny.simd.orderedRoundingShiftRightAndDemote2To

Reference tiny.simd orderedRoundingShiftRightAndDemote2To

Defined in convert.

Called byCallstest sourcelib.simd.src.converttest: Highway truncation ordered pack...convertorderedDemote2Toprivate sourcelib.simd.src.convertsourceDescriptorshiftroundingShiftRightconvertorderedRoundingShiftRightAndDemote2To
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/convert.zig:240

zig
pub fn orderedRoundingShiftRightAndDemote2To(    comptime D: type,    comptime amount: usize,    a: anytype,    b: @TypeOf(a),) D.Vector {    const S = sourceDescriptor(@TypeOf(a));    return orderedDemote2To(        D,        shift.roundingShiftRight(S, amount, a),        shift.roundingShiftRight(S, amount, b),    );}

Source: lib/simd/src/root.zig:823

zig
pub const orderedRoundingShiftRightAndDemote2To = convert.orderedRoundingShiftRightAndDemote2To;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433