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

Function eval_divide

extern/boost/boost/multiprecision/cpp_dec_float.hpp:3146–3149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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{
3148 result /= o;
3149}
3150
3151template <unsigned Digits10, class ExponentType, class Allocator>
3152inline void eval_add(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const unsigned long long& o)

Callers 5

type operator/=Method · 0.70
do_assignFunction · 0.70
type do_multipliesMethod · 0.70
do_divideFunction · 0.70
type do_dividesMethod · 0.70

Calls 2

unsigned_absFunction · 0.85
negateMethod · 0.45

Tested by

no test coverage detected