24 #ifndef QOF_MATH_128_H 25 #define QOF_MATH_128_H 82 guint64
gcf64 (guint64 num, guint64 denom);
guint64 gcf64(guint64 num, guint64 denom)
QofInt128 inc128(QofInt128 a)
gint cmp128(QofInt128 a, QofInt128 b)
gint64 rem128(QofInt128 n, gint64 d)
QofInt128 shift128(QofInt128 x)
QofInt128 div128(QofInt128 n, gint64 d)
QofInt128 add128(QofInt128 a, QofInt128 b)
gboolean equal128(QofInt128 a, QofInt128 b)
QofInt128 shiftleft128(QofInt128 x)
QofInt128 mult128(gint64 a, gint64 b)
QofInt128 lcm128(guint64 a, guint64 b)