Home
last modified time | relevance | path

Searched defs:msd (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/gcc-4.7/libdecnumber/dpd/
H A Ddecimal32.c138 uInt msd; /* work */ in decimal32FromNumber() local
187 uInt msd; /* coefficient MSD */ in decimal32ToNumber() local
255 uInt msd; /* coefficient MSD */ in decimal32ToString() local
H A Ddecimal128.c142 uInt msd; /* work */ in decimal128FromNumber() local
197 uInt msd; /* coefficient MSD */ in decimal128ToNumber() local
284 uInt msd; /* coefficient MSD */ in decimal128ToString() local
H A Ddecimal64.c146 uInt msd; /* work */ in decimal64FromNumber() local
214 uInt msd; /* coefficient MSD */ in decimal64ToNumber() local
300 uInt msd; /* coefficient MSD */ in decimal64ToString() local
/dragonfly/contrib/gdb-7/libdecnumber/dpd/
H A Ddecimal32.c138 uInt msd; /* work */ in decimal32FromNumber() local
187 uInt msd; /* coefficient MSD */ in decimal32ToNumber() local
255 uInt msd; /* coefficient MSD */ in decimal32ToString() local
H A Ddecimal128.c142 uInt msd; /* work */ in decimal128FromNumber() local
197 uInt msd; /* coefficient MSD */ in decimal128ToNumber() local
284 uInt msd; /* coefficient MSD */ in decimal128ToString() local
H A Ddecimal64.c146 uInt msd; /* work */ in decimal64FromNumber() local
214 uInt msd; /* coefficient MSD */ in decimal64ToNumber() local
300 uInt msd; /* coefficient MSD */ in decimal64ToString() local
/dragonfly/contrib/gcc-8.0/libdecnumber/dpd/
H A Ddecimal32.c138 uInt msd; /* work */ in decimal32FromNumber() local
187 uInt msd; /* coefficient MSD */ in decimal32ToNumber() local
255 uInt msd; /* coefficient MSD */ in decimal32ToString() local
H A Ddecimal128.c142 uInt msd; /* work */ in decimal128FromNumber() local
197 uInt msd; /* coefficient MSD */ in decimal128ToNumber() local
284 uInt msd; /* coefficient MSD */ in decimal128ToString() local
H A Ddecimal64.c146 uInt msd; /* work */ in decimal64FromNumber() local
214 uInt msd; /* coefficient MSD */ in decimal64ToNumber() local
300 uInt msd; /* coefficient MSD */ in decimal64ToString() local
/dragonfly/contrib/gcc-4.7/libdecnumber/
H A DdecNumberLocal.h311 uByte *msd; /* -> most significant digit */ member
/dragonfly/contrib/gdb-7/libdecnumber/
H A DdecNumberLocal.h311 uByte *msd; /* -> most significant digit */ member
/dragonfly/contrib/gcc-8.0/libdecnumber/
H A DdecNumberLocal.h310 uByte *msd; /* -> most significant digit */ member
/dragonfly/contrib/diffutils/lib/
H A Dvasnprintf.c565 mp_limb_t msd = b_ptr[b_len - 1]; /* = b[n-1], > 0 */ in divide() local