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

Function eval_convert_to

extern/boost/boost/multiprecision/cpp_dec_float.hpp:3212–3215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3210
3211template <unsigned Digits10, class ExponentType, class Allocator>
3212inline void eval_convert_to(unsigned long long* result, const cpp_dec_float<Digits10, ExponentType, Allocator>& val)
3213{
3214 *result = val.extract_unsigned_long_long();
3215}
3216template <unsigned Digits10, class ExponentType, class Allocator>
3217inline void eval_convert_to(long long* result, const cpp_dec_float<Digits10, ExponentType, Allocator>& val)
3218{

Callers 11

convert_to_impFunction · 0.85
generic_interconvertFunction · 0.85
type eval_convert_toMethod · 0.85
default_ops.hppFile · 0.85
eval_remquoFunction · 0.85
eval_karatsuba_sqrtFunction · 0.85
pow.hppFile · 0.85
eval_powFunction · 0.85
eval_exp2Function · 0.85
trig.hppFile · 0.85
eval_atanFunction · 0.85

Calls 8

extract_signed_int128Method · 0.80
extract_long_doubleMethod · 0.80
extract_doubleMethod · 0.80
strMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected