Skip to documentation
SLOP

tiny.simd.maskedNegMulAdd

Reference tiny.simd maskedNegMulAdd

Defined in arithmetic.

Called byCallsNo direct callersprivate sourcelib.simd.src.arithmeticmaskedZeroarithmeticnegMulAddarithmeticmaskedNegMulAdd
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/arithmetic.zig:352

zig
pub fn maskedNegMulAdd(comptime D: type, mask: D.Mask, a: D.Vector, b: D.Vector, c: D.Vector) D.Vector {    return maskedZero(D, mask, negMulAdd(D, a, b, c));}

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

zig
pub const maskedNegMulAdd = arithmetic.maskedNegMulAdd;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433