Searched defs:bunches (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal128.c237 Int bunches = DECIMAL128_Pmax / 3; /* coefficient full bunches to convert */ local
H A Ddecimal32.c234 Int bunches = DECIMAL32_Pmax / 3; /* coefficient full bunches to convert */ local
H A Ddecimal64.c233 Int bunches = DECIMAL64_Pmax / 3; /* coefficient full bunches to convert */ local
H A DdecUtility.c224 decDenseUnpackCoeff(const uByte * bytes, Int len, decNumber * dn, Int bunches, Int odd) argument

Completed in 93 milliseconds