fma

Undocumented in source. Be warned that the author may not have intended to support it.

  1. uint fma(uint x, uint y, uint z, bool overflow)
  2. ulong fma(ulong x, ulong y, ulong z, bool overflow)
    package @safe pure nothrow @nogc
    ulong
    fma
    (
    const ulong x
    ,
    const ulong y
    ,
    const ulong z
    ,
    ref bool overflow
    )
  3. ulong fma(ulong x, uint y, uint z, bool overflow)
  4. T fma(T x, T y, T z, bool overflow)
  5. T fma(T x, U y, U z, bool overflow)

Meta