HomeSort by: relevance | last modified time | path
    Searched defs:sourhi (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal128.c 203 #define sourhi sourar[3] /* name the word with the sign */ macro
213 sourhi=UBTOUI(d128->bytes+12); /* then the high int */
216 sourhi=UBTOUI(d128->bytes ); /* directly load the high int */
222 comb=(sourhi>>26)&0x1f; /* combination field */
225 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */
235 else if (sourhi&0x02000000) dn->bits|=DECSNAN;
240 dn->exponent=(exp<<12)+((sourhi>>14)&0xfff)-DECIMAL128_Bias; /* unbiased */
244 sourhi&=0x00003fff; /* clean coefficient continuation */
246 sourhi|=msd<<14; /* prefix to coefficient */
250 if (sourhi) need=11; /* declets to process *
296 #define sourhi macro
    [all...]
decimal64.c 220 #define sourhi sourar[1] /* name the word with the sign */ macro
226 sourhi=UBTOUI(d64->bytes+4); /* then the high int */
229 sourhi=UBTOUI(d64->bytes ); /* directly load the high int */
233 comb=(sourhi>>26)&0x1f; /* combination field */
236 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */
246 else if (sourhi&0x02000000) dn->bits|=DECSNAN;
251 dn->exponent=(exp<<8)+((sourhi>>18)&0xff)-DECIMAL64_Bias; /* unbiased */
255 sourhi&=0x0003ffff; /* clean coefficient continuation */
257 sourhi|=msd<<18; /* prefix to coefficient */
261 if (!sourhi) { /* top word 0 *
312 #define sourhi macro
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal128.c 203 #define sourhi sourar[3] /* name the word with the sign */ macro
213 sourhi=UBTOUI(d128->bytes+12); /* then the high int */
216 sourhi=UBTOUI(d128->bytes ); /* directly load the high int */
222 comb=(sourhi>>26)&0x1f; /* combination field */
225 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */
235 else if (sourhi&0x02000000) dn->bits|=DECSNAN;
240 dn->exponent=(exp<<12)+((sourhi>>14)&0xfff)-DECIMAL128_Bias; /* unbiased */
244 sourhi&=0x00003fff; /* clean coefficient continuation */
246 sourhi|=msd<<14; /* prefix to coefficient */
250 if (sourhi) need=11; /* declets to process *
296 #define sourhi macro
    [all...]
decimal64.c 220 #define sourhi sourar[1] /* name the word with the sign */ macro
226 sourhi=UBTOUI(d64->bytes+4); /* then the high int */
229 sourhi=UBTOUI(d64->bytes ); /* directly load the high int */
233 comb=(sourhi>>26)&0x1f; /* combination field */
236 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */
246 else if (sourhi&0x02000000) dn->bits|=DECSNAN;
251 dn->exponent=(exp<<8)+((sourhi>>18)&0xff)-DECIMAL64_Bias; /* unbiased */
255 sourhi&=0x0003ffff; /* clean coefficient continuation */
257 sourhi|=msd<<18; /* prefix to coefficient */
261 if (!sourhi) { /* top word 0 *
312 #define sourhi macro
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal128.c 203 #define sourhi sourar[3] /* name the word with the sign */ macro
213 sourhi=UBTOUI(d128->bytes+12); /* then the high int */
216 sourhi=UBTOUI(d128->bytes ); /* directly load the high int */
222 comb=(sourhi>>26)&0x1f; /* combination field */
225 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */
235 else if (sourhi&0x02000000) dn->bits|=DECSNAN;
240 dn->exponent=(exp<<12)+((sourhi>>14)&0xfff)-DECIMAL128_Bias; /* unbiased */
244 sourhi&=0x00003fff; /* clean coefficient continuation */
246 sourhi|=msd<<14; /* prefix to coefficient */
250 if (sourhi) need=11; /* declets to process *
296 #define sourhi macro
    [all...]
decimal64.c 220 #define sourhi sourar[1] /* name the word with the sign */ macro
226 sourhi=UBTOUI(d64->bytes+4); /* then the high int */
229 sourhi=UBTOUI(d64->bytes ); /* directly load the high int */
233 comb=(sourhi>>26)&0x1f; /* combination field */
236 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */
246 else if (sourhi&0x02000000) dn->bits|=DECSNAN;
251 dn->exponent=(exp<<8)+((sourhi>>18)&0xff)-DECIMAL64_Bias; /* unbiased */
255 sourhi&=0x0003ffff; /* clean coefficient continuation */
257 sourhi|=msd<<18; /* prefix to coefficient */
261 if (!sourhi) { /* top word 0 *
312 #define sourhi macro
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal128.c 203 #define sourhi sourar[3] /* name the word with the sign */ macro
213 sourhi=UBTOUI(d128->bytes+12); /* then the high int */
216 sourhi=UBTOUI(d128->bytes ); /* directly load the high int */
222 comb=(sourhi>>26)&0x1f; /* combination field */
225 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */
235 else if (sourhi&0x02000000) dn->bits|=DECSNAN;
240 dn->exponent=(exp<<12)+((sourhi>>14)&0xfff)-DECIMAL128_Bias; /* unbiased */
244 sourhi&=0x00003fff; /* clean coefficient continuation */
246 sourhi|=msd<<14; /* prefix to coefficient */
250 if (sourhi) need=11; /* declets to process *
296 #define sourhi macro
    [all...]
decimal64.c 220 #define sourhi sourar[1] /* name the word with the sign */ macro
226 sourhi=UBTOUI(d64->bytes+4); /* then the high int */
229 sourhi=UBTOUI(d64->bytes ); /* directly load the high int */
233 comb=(sourhi>>26)&0x1f; /* combination field */
236 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */
246 else if (sourhi&0x02000000) dn->bits|=DECSNAN;
251 dn->exponent=(exp<<8)+((sourhi>>18)&0xff)-DECIMAL64_Bias; /* unbiased */
255 sourhi&=0x0003ffff; /* clean coefficient continuation */
257 sourhi|=msd<<18; /* prefix to coefficient */
261 if (!sourhi) { /* top word 0 *
312 #define sourhi macro
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 1247 uInt sourhi=DFWORD(df, 0); /* word with sign */ local
1257 if (((Int)sourhi)<0) *c++='-'; /* handle sign */
1258 comb=sourhi>>26; /* sign+combination field */
1268 if (sourhi&0x02000000) *c++='s'; /* sNaN */
1273 if ((sourhi&0x000fffff)==0) return string;
1275 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string;
1278 && (sourhi&0x00003fff)==0) return string;
1307 dpd2char(sourhi>>10); /* declet 1 */
1308 dpd2char(sourhi); /* declet 2 */
1311 dpd2char(sourhi>>8); /* declet 1 *
1526 uInt sourhi=DFWORD(df, 0); \/* word with sign *\/ local
    [all...]
decBasic.c 100 uInt sourhi=DFWORD(df, 0); local
102 if (CANONDPDOFF(sourhi, 8)
103 && CANONDPDTWO(sourhi, sourlo, 30)
108 uInt sourhi=DFWORD(df, 0);
112 if (CANONDPDOFF(sourhi, 4)
113 && CANONDPDTWO(sourhi, sourmh, 26)
1903 uInt sourhi=DFWORD(df, 0); /* top word from source decFloat */ local
1912 if (!DFISNAN(df) && DECCOMBMSD[sourhi>>26]) return DECPMAX;
1915 if (sourhi&0x0003ffff) { /* ends in first */
1916 dpdlenchk(0, sourhi>>8)
2351 uInt sourhi=DFWORD(df, 0); \/* top word of dfs *\/ local
2391 uInt sourhi=DFWORD(df, 0); local
3791 uInt sourhi, sourpen, sourlo; \/* top word from source decFloat .. *\/ local
3879 uInt sourhi; \/* top word from source decFloat *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 1247 uInt sourhi=DFWORD(df, 0); /* word with sign */ local
1257 if (((Int)sourhi)<0) *c++='-'; /* handle sign */
1258 comb=sourhi>>26; /* sign+combination field */
1268 if (sourhi&0x02000000) *c++='s'; /* sNaN */
1273 if ((sourhi&0x000fffff)==0) return string;
1275 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string;
1278 && (sourhi&0x00003fff)==0) return string;
1307 dpd2char(sourhi>>10); /* declet 1 */
1308 dpd2char(sourhi); /* declet 2 */
1311 dpd2char(sourhi>>8); /* declet 1 *
1526 uInt sourhi=DFWORD(df, 0); \/* word with sign *\/ local
    [all...]
decBasic.c 100 uInt sourhi=DFWORD(df, 0); local
102 if (CANONDPDOFF(sourhi, 8)
103 && CANONDPDTWO(sourhi, sourlo, 30)
108 uInt sourhi=DFWORD(df, 0);
112 if (CANONDPDOFF(sourhi, 4)
113 && CANONDPDTWO(sourhi, sourmh, 26)
1903 uInt sourhi=DFWORD(df, 0); /* top word from source decFloat */ local
1912 if (!DFISNAN(df) && DECCOMBMSD[sourhi>>26]) return DECPMAX;
1915 if (sourhi&0x0003ffff) { /* ends in first */
1916 dpdlenchk(0, sourhi>>8)
2351 uInt sourhi=DFWORD(df, 0); \/* top word of dfs *\/ local
2391 uInt sourhi=DFWORD(df, 0); local
3791 uInt sourhi, sourpen, sourlo; \/* top word from source decFloat .. *\/ local
3879 uInt sourhi; \/* top word from source decFloat *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 1247 uInt sourhi=DFWORD(df, 0); /* word with sign */ local
1257 if (((Int)sourhi)<0) *c++='-'; /* handle sign */
1258 comb=sourhi>>26; /* sign+combination field */
1268 if (sourhi&0x02000000) *c++='s'; /* sNaN */
1273 if ((sourhi&0x000fffff)==0) return string;
1275 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string;
1278 && (sourhi&0x00003fff)==0) return string;
1307 dpd2char(sourhi>>10); /* declet 1 */
1308 dpd2char(sourhi); /* declet 2 */
1311 dpd2char(sourhi>>8); /* declet 1 *
1526 uInt sourhi=DFWORD(df, 0); \/* word with sign *\/ local
    [all...]
decBasic.c 100 uInt sourhi=DFWORD(df, 0); local
102 if (CANONDPDOFF(sourhi, 8)
103 && CANONDPDTWO(sourhi, sourlo, 30)
108 uInt sourhi=DFWORD(df, 0);
112 if (CANONDPDOFF(sourhi, 4)
113 && CANONDPDTWO(sourhi, sourmh, 26)
1903 uInt sourhi=DFWORD(df, 0); /* top word from source decFloat */ local
1912 if (!DFISNAN(df) && DECCOMBMSD[sourhi>>26]) return DECPMAX;
1915 if (sourhi&0x0003ffff) { /* ends in first */
1916 dpdlenchk(0, sourhi>>8)
2351 uInt sourhi=DFWORD(df, 0); \/* top word of dfs *\/ local
2391 uInt sourhi=DFWORD(df, 0); local
3791 uInt sourhi, sourpen, sourlo; \/* top word from source decFloat .. *\/ local
3879 uInt sourhi; \/* top word from source decFloat *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 1247 uInt sourhi=DFWORD(df, 0); /* word with sign */ local
1257 if (((Int)sourhi)<0) *c++='-'; /* handle sign */
1258 comb=sourhi>>26; /* sign+combination field */
1268 if (sourhi&0x02000000) *c++='s'; /* sNaN */
1273 if ((sourhi&0x000fffff)==0) return string;
1275 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string;
1278 && (sourhi&0x00003fff)==0) return string;
1307 dpd2char(sourhi>>10); /* declet 1 */
1308 dpd2char(sourhi); /* declet 2 */
1311 dpd2char(sourhi>>8); /* declet 1 *
1526 uInt sourhi=DFWORD(df, 0); \/* word with sign *\/ local
    [all...]
decBasic.c 100 uInt sourhi=DFWORD(df, 0); local
102 if (CANONDPDOFF(sourhi, 8)
103 && CANONDPDTWO(sourhi, sourlo, 30)
108 uInt sourhi=DFWORD(df, 0);
112 if (CANONDPDOFF(sourhi, 4)
113 && CANONDPDTWO(sourhi, sourmh, 26)
1903 uInt sourhi=DFWORD(df, 0); /* top word from source decFloat */ local
1912 if (!DFISNAN(df) && DECCOMBMSD[sourhi>>26]) return DECPMAX;
1915 if (sourhi&0x0003ffff) { /* ends in first */
1916 dpdlenchk(0, sourhi>>8)
2351 uInt sourhi=DFWORD(df, 0); \/* top word of dfs *\/ local
2391 uInt sourhi=DFWORD(df, 0); local
3791 uInt sourhi, sourpen, sourlo; \/* top word from source decFloat .. *\/ local
3879 uInt sourhi; \/* top word from source decFloat *\/ local
    [all...]

Completed in 40 milliseconds