Lines Matching refs:uInt
74 #define uInt uint32_t macro
93 extern const uInt DECPOWERS[10]; /* powers of ten table */
97 extern const uInt DPD2BINK[1024]; /* DPD -> 0-999000 */
98 extern const uInt DPD2BINM[1024]; /* DPD -> 0-999000000 */
109 uInt u0, u1, v0, v1, w0, w1, w2, t; \
154 #define CHARMASK ((((((((uInt)'0')<<8)+'0')<<8)+'0')<<8)+'0')
294 uInt sign; /* 0=positive, DECFLOAT_Sign=negative */
330 extern const uInt DECCOMBMSD[64]; /* Combination field -> MSD */
331 extern const uInt DECCOMBFROM[48]; /* exp+msd -> Combination */
407 || ((dpd)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
412 || ((lo)&(((uInt)0x6e)<<(k)))!=(((uInt)0x6e)<<(k)))
487 uInt sourhi=DFWORD(df, 0); \
492 uInt sourhi=DFWWORD(df, 0); \
493 uInt sourlo=DFWWORD(df, 1); \
503 uInt sourhi=DFWORD(df, 0); \
504 uInt sourlo=DFWORD(df, 1); \
512 uInt sourhi=DFWWORD(df, 0); \
513 uInt sourmh=DFWWORD(df, 1); \
514 uInt sourml=DFWWORD(df, 2); \
515 uInt sourlo=DFWWORD(df, 3); \
531 uInt sourhi=DFWORD(df, 0); \
532 uInt sourmh=DFWORD(df, 1); \
533 uInt sourml=DFWORD(df, 2); \
534 uInt sourlo=DFWORD(df, 3); \
565 uInt sourhi=DFWORD(df, 0); \
572 uInt sourhi, sourlo; \
584 uInt sourhi, sourmh, sourml, sourlo; \
612 uInt sourhi=DFWORD(df, 0); \
619 uInt sourhi, sourlo; \
631 uInt sourhi, sourmh, sourml, sourlo; \
657 uInt sourhi=DFWORD(df, 0); \
666 uInt sourhi, sourlo; \
683 uInt sourhi, sourmh, sourml, sourlo; \