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

Method set

src/common/DecFloat.cpp:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361
362#if SIZEOF_LONG < 8
363Decimal64 Decimal64::set(int value, DecimalStatus decSt, int scale)
364{
365 return set(SLONG(value), decSt, scale);
366}
367#endif
368
369Decimal64 Decimal64::set(SLONG value, DecimalStatus decSt, int scale)

Callers

nothing calls this directly

Calls 3

toDecimal64Method · 0.80
setFunction · 0.50
getTable32Method · 0.45

Tested by

no test coverage detected