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

Function eval_add

extern/boost/boost/multiprecision/cpp_dec_float.hpp:3131–3134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3129
3130template <unsigned Digits10, class ExponentType, class Allocator>
3131inline void eval_add(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float<Digits10, ExponentType, Allocator>& o)
3132{
3133 result += o;
3134}
3135template <unsigned Digits10, class ExponentType, class Allocator>
3136inline void eval_subtract(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float<Digits10, ExponentType, Allocator>& o)
3137{

Callers 5

do_assignFunction · 0.70
do_addFunction · 0.70
do_subtractFunction · 0.70
cpp_dec_floatClass · 0.70

Calls 1

unsigned_absFunction · 0.85

Tested by

no test coverage detected