MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / eval_multiply

Function eval_multiply

extern/boost/boost/multiprecision/cpp_dec_float.hpp:3141–3144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3139}
3140template <unsigned Digits10, class ExponentType, class Allocator>
3141inline void eval_multiply(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float<Digits10, ExponentType, Allocator>& o)
3142{
3143 result *= o;
3144}
3145template <unsigned Digits10, class ExponentType, class Allocator>
3146inline void eval_divide(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float<Digits10, ExponentType, Allocator>& o)
3147{

Callers 6

type operator*=Method · 0.70
do_assignFunction · 0.70
do_multipliesFunction · 0.70
type do_multipliesMethod · 0.70
cpp_dec_floatClass · 0.70
eval_scalbnFunction · 0.70

Calls 2

unsigned_absFunction · 0.85
negateMethod · 0.45

Tested by

no test coverage detected