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

/freebsd-10.2-release/contrib/gcclibs/libdecnumber/
H A DdecUtility.c202 } /* n bunches */
212 /* bunches is the count of DPD groups in the decNumber (2, 5, or 11)*/
225 Int bunches, Int odd)
241 for (n = 0; n < bunches + odd; n++)
242 { /* N bunches of 10 bits */
310 if (n < bunches)
224 decDenseUnpackCoeff(const uByte * bytes, Int len, decNumber * dn, Int bunches, Int odd) argument
H A Ddecimal128.c237 Int bunches = DECIMAL128_Pmax / 3; /* coefficient full bunches to convert */ local
252 decDenseUnpackCoeff (d128->bytes, sizeof (d128->bytes), dn, bunches,
H A Ddecimal32.c234 Int bunches = DECIMAL32_Pmax / 3; /* coefficient full bunches to convert */ local
247 decDenseUnpackCoeff (d32->bytes, sizeof (d32->bytes), dn, bunches, odd);
H A Ddecimal64.c233 Int bunches = DECIMAL64_Pmax / 3; /* coefficient full bunches to convert */ local
246 decDenseUnpackCoeff (d64->bytes, sizeof (d64->bytes), dn, bunches, odd);

Completed in 278 milliseconds