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

/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecBasic.c186 Int divunits, accunits; /* lengths */ local
296 divunits=(Int)(msud-div+1); /* precalculate */
297 lsua=msua-divunits+1; /* initial working lsu of acc */
305 if (divunits>1) {
321 for (i=divunits-1; i>=0; i--) printf("%09ld ", (LI)div[i]);
349 if (accunits<divunits) {
361 if (accunits==divunits) {
362 /* compare the high divunits of acc and div: */
384 if (divunits>1) {
387 /* assume bits out there if divunits>
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecBasic.c186 Int divunits, accunits; /* lengths */ local
296 divunits=(Int)(msud-div+1); /* precalculate */
297 lsua=msua-divunits+1; /* initial working lsu of acc */
305 if (divunits>1) {
321 for (i=divunits-1; i>=0; i--) printf("%09ld ", (LI)div[i]);
349 if (accunits<divunits) {
361 if (accunits==divunits) {
362 /* compare the high divunits of acc and div: */
384 if (divunits>1) {
387 /* assume bits out there if divunits>
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecBasic.c186 Int divunits, accunits; /* lengths */ local
296 divunits=(Int)(msud-div+1); /* precalculate */
297 lsua=msua-divunits+1; /* initial working lsu of acc */
305 if (divunits>1) {
321 for (i=divunits-1; i>=0; i--) printf("%09ld ", (LI)div[i]);
349 if (accunits<divunits) {
361 if (accunits==divunits) {
362 /* compare the high divunits of acc and div: */
384 if (divunits>1) {
387 /* assume bits out there if divunits>
[all...]
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecBasic.c186 Int divunits, accunits; /* lengths */ local
296 divunits=(Int)(msud-div+1); /* precalculate */
297 lsua=msua-divunits+1; /* initial working lsu of acc */
305 if (divunits>1) {
321 for (i=divunits-1; i>=0; i--) printf("%09ld ", (LI)div[i]);
349 if (accunits<divunits) {
361 if (accunits==divunits) {
362 /* compare the high divunits of acc and div: */
384 if (divunits>1) {
387 /* assume bits out there if divunits>
[all...]

Completed in 213 milliseconds