Home
last modified time | relevance | path

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

/qemu/libdecnumber/dpd/
H A Ddecimal32.c51 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 Ddecimal128.c51 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 Ddecimal64.c51 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