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

Function eval_add

include/boost/multiprecision/cpp_dec_float.hpp:3160–3163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3158
3159template <unsigned Digits10, class ExponentType, class Allocator>
3160inline void eval_add(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float<Digits10, ExponentType, Allocator>& o)
3161{
3162 result += o;
3163}
3164template <unsigned Digits10, class ExponentType, class Allocator>
3165inline void eval_subtract(cpp_dec_float<Digits10, ExponentType, Allocator>& result, const cpp_dec_float<Digits10, ExponentType, Allocator>& o)
3166{

Callers 1

cpp_dec_floatClass · 0.70

Calls 1

unsigned_absFunction · 0.85

Tested by

no test coverage detected