MCPcopy Create free account
hub / github.com/fmtlib/fmt / operator*

Function operator*

include/fmt/format.h:1673–1675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671}
1672
1673FMT_CONSTEXPR inline auto operator*(fp x, fp y) -> fp {
1674 return {multiply(x.f, y.f), x.e + y.e + 64};
1675}
1676
1677template <typename T, bool doublish = num_bits<T>() == num_bits<double>()>
1678using convert_float_result =

Callers

nothing calls this directly

Calls 1

multiplyFunction · 0.85

Tested by

no test coverage detected