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)
  3. ulong fma(ulong x, uint y, uint z, bool overflow)
  4. T fma(T x, T y, T z, bool overflow)
    package @safe pure nothrow @nogc
    T
    fma
    (
    T
    )
    (
    auto const ref T x
    ,
    auto const ref T y
    ,
    auto const ref T z
    ,
    ref bool overflow
    )
  5. T fma(T x, U y, U z, bool overflow)

Meta