MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / eval_multiply

Function eval_multiply

include/boost/multiprecision/cpp_dec_float.hpp:3170–3173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3168}
3169template <unsigned Digits10, class ExponentType, class Allocator>
3170inline void eval_multiply(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float<Digits10, ExponentType, Allocator>& o)
3171{
3172 result *= o;
3173}
3174template <unsigned Digits10, class ExponentType, class Allocator>
3175inline void eval_divide(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float<Digits10, ExponentType, Allocator>& o)
3176{

Callers 2

cpp_dec_floatClass · 0.70
eval_scalbnFunction · 0.70

Calls 2

unsigned_absFunction · 0.85
negateMethod · 0.45

Tested by

no test coverage detected