Home
last modified time | relevance | path

Searched refs:QOF_HOW_RND_TRUNC (Results 1 – 3 of 3) sorted by relevance

/dports/databases/qof/qof-0.8.8/qof/
H A Dqofnumeric.h138 QOF_HOW_RND_TRUNC = 0x03, enumerator
491 #define QOF_RND_TRUNC QOF_HOW_RND_TRUNC
H A Dqofnumeric.c793 case QOF_HOW_RND_TRUNC: in qof_numeric_convert()
958 case QOF_HOW_RND_TRUNC: in qof_numeric_from_double()
/dports/databases/qof/qof-0.8.8/qof/test/
H A Dtest-numeric.c271 qof_numeric_convert (val, 100, QOF_HOW_RND_TRUNC), in check_rounding()