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

/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecBasic.c2021 uInt hipad; /* pad digit for hi if needed */ local
2118 hipad=0;
2121 hipad=9;
2220 *ub=(uByte)(carry+hipad+(*ul--));
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecBasic.c2021 uInt hipad; /* pad digit for hi if needed */ local
2118 hipad=0;
2121 hipad=9;
2220 *ub=(uByte)(carry+hipad+(*ul--));
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecBasic.c2021 uInt hipad; /* pad digit for hi if needed */ local
2118 hipad=0;
2121 hipad=9;
2220 *ub=(uByte)(carry+hipad+(*ul--));
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecBasic.c2021 uInt hipad; /* pad digit for hi if needed */ local
2118 hipad=0;
2121 hipad=9;
2220 *ub=(uByte)(carry+hipad+(*ul--));

Completed in 289 milliseconds