Searched refs:COMBMSD (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal32.c | 51 extern const uInt COMBEXP[32], COMBMSD[32]; 205 msd=COMBMSD[comb]; /* decode the combination field */ in decimal32ToNumber() 279 msd=COMBMSD[comb]; /* decode the combination field */ in decimal32ToString()
|
H A D | decimal128.c | 51 extern const uInt COMBEXP[32], COMBMSD[32]; 229 msd=COMBMSD[comb]; /* decode the combination field */ in decimal128ToNumber() 322 msd=COMBMSD[comb]; /* decode the combination field */ in decimal128ToString()
|
H A D | decimal64.c | 51 extern const uInt COMBEXP[32], COMBMSD[32]; 240 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToNumber() 332 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToString() 583 const uInt COMBMSD[32]={0, 1, 2, 3, 4, 5, 6, 7, variable
|