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

Function decFloatToIntegralExact

extern/decNumber/decBasic.c:3512–3514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3510 return decToIntegral(result, df, set, round, 0);}
3511
3512decFloat * decFloatToIntegralExact(decFloat *result, const decFloat *df,
3513 decContext *set) {
3514 return decToIntegral(result, df, set, set->round, 1);}
3515
3516/* ------------------------------------------------------------------ */
3517/* decFloatXor -- logical digitwise XOR of two decFloats */

Callers

nothing calls this directly

Calls 1

decToIntegralFunction · 0.85

Tested by

no test coverage detected