Home
last modified time | relevance | path

Searched refs:COMBMSD (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal32.c50 extern const uInt COMBEXP[32], COMBMSD[32];
204 msd=COMBMSD[comb]; /* decode the combination field */ in decimal32ToNumber()
278 msd=COMBMSD[comb]; /* decode the combination field */ in decimal32ToString()
H A Ddecimal128.c50 extern const uInt COMBEXP[32], COMBMSD[32];
228 msd=COMBMSD[comb]; /* decode the combination field */ in decimal128ToNumber()
321 msd=COMBMSD[comb]; /* decode the combination field */ in decimal128ToString()
H A Ddecimal64.c50 extern const uInt COMBEXP[32], COMBMSD[32];
239 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToNumber()
331 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToString()
582 const uInt COMBMSD[32]={0, 1, 2, 3, 4, 5, 6, 7, variable