Home
last modified time | relevance | path

Searched refs:DECDPUNMAX (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/libdecnumber/
H A DdecNumber.c6545 *c-=DECDPUNMAX+1;
6549 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6563 *c-=DECDPUNMAX+1;
6567 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6583 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6600 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6602 carry=carry/(DECDPUNMAX+1)-(DECDPUNMAX+1);
6632 *c-=DECDPUNMAX+1;
6636 carry=carry+(eInt)(DECDPUNMAX+1)*(DECDPUNMAX+1); /* make positive */
6650 *c-=DECDPUNMAX+1;
[all …]
/openbmc/qemu/include/libdecnumber/
H A DdecNumberLocal.h177 #define DECDPUNMAX 9 macro
183 #define DECDPUNMAX 99 macro
188 #define DECDPUNMAX 999 macro
193 #define DECDPUNMAX 9999 macro
198 #define DECDPUNMAX 99999 macro
203 #define DECDPUNMAX 999999 macro
208 #define DECDPUNMAX 9999999 macro
213 #define DECDPUNMAX 99999999 macro
218 #define DECDPUNMAX 999999999 macro