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

  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal128.c 205 #define sourml sourar[1] /* and the mod-low word */ macro
211 sourml=UBTOUI(d128->bytes+4 ); /* then the mid-low */
218 sourml=UBTOUI(d128->bytes+8 ); /* then the mid-low */
252 else if (sourml) need=7;
298 #define sourml sourar[1] /* and the mod-low word */ macro
304 sourml=UBTOUI(d128->bytes+4 ); /* then the mid-low */
311 sourml=UBTOUI(d128->bytes+8 ); /* then the mid-low */
331 if (sourlo==0 && sourml==0 && sourmh==0
361 dpd=((sourmh&0x3f)<<4) | (sourml>>28); /* declet 5 */
363 dpd=(sourml>>18)&0x3ff; /* declet 6 *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal128.c 205 #define sourml sourar[1] /* and the mod-low word */ macro
211 sourml=UBTOUI(d128->bytes+4 ); /* then the mid-low */
218 sourml=UBTOUI(d128->bytes+8 ); /* then the mid-low */
252 else if (sourml) need=7;
298 #define sourml sourar[1] /* and the mod-low word */ macro
304 sourml=UBTOUI(d128->bytes+4 ); /* then the mid-low */
311 sourml=UBTOUI(d128->bytes+8 ); /* then the mid-low */
331 if (sourlo==0 && sourml==0 && sourmh==0
361 dpd=((sourmh&0x3f)<<4) | (sourml>>28); /* declet 5 */
363 dpd=(sourml>>18)&0x3ff; /* declet 6 *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal128.c 205 #define sourml sourar[1] /* and the mod-low word */ macro
211 sourml=UBTOUI(d128->bytes+4 ); /* then the mid-low */
218 sourml=UBTOUI(d128->bytes+8 ); /* then the mid-low */
252 else if (sourml) need=7;
298 #define sourml sourar[1] /* and the mod-low word */ macro
304 sourml=UBTOUI(d128->bytes+4 ); /* then the mid-low */
311 sourml=UBTOUI(d128->bytes+8 ); /* then the mid-low */
331 if (sourlo==0 && sourml==0 && sourmh==0
361 dpd=((sourmh&0x3f)<<4) | (sourml>>28); /* declet 5 */
363 dpd=(sourml>>18)&0x3ff; /* declet 6 *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal128.c 205 #define sourml sourar[1] /* and the mod-low word */ macro
211 sourml=UBTOUI(d128->bytes+4 ); /* then the mid-low */
218 sourml=UBTOUI(d128->bytes+8 ); /* then the mid-low */
252 else if (sourml) need=7;
298 #define sourml sourar[1] /* and the mod-low word */ macro
304 sourml=UBTOUI(d128->bytes+4 ); /* then the mid-low */
311 sourml=UBTOUI(d128->bytes+8 ); /* then the mid-low */
331 if (sourlo==0 && sourml==0 && sourmh==0
361 dpd=((sourmh&0x3f)<<4) | (sourml>>28); /* declet 5 */
363 dpd=(sourml>>18)&0x3ff; /* declet 6 *
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 1252 uInt sourml=DFWORD(df, 2); local
1277 if (sourlo==0 && sourml==0 && sourmh==0
1322 dpd2char((sourmh<<4) | (sourml>>28)); /* declet 5 */
1323 dpd2char(sourml>>18); /* declet 6 */
1324 dpd2char(sourml>>8); /* declet 7 */
1325 dpd2char((sourml<<2) | (sourlo>>30)); /* declet 8 */
1531 uInt sourml=DFWORD(df, 2); local
1559 if (sourlo==0 && sourml==0 && sourmh==0
1601 dpd2char((sourmh<<4) | (sourml>>28)); /* declet 5 */
1602 dpd2char(sourml>>18); /* declet 6 *
    [all...]
decBasic.c 110 uInt sourml=DFWORD(df, 2);
116 && CANONDPDTWO(sourmh, sourml, 28)
117 && CANONDPDOFF(sourml, 18)
118 && CANONDPDOFF(sourml, 8)
119 && CANONDPDTWO(sourml, sourlo, 30)
1905 uInt sourmh, sourml; local
1940 sourml=DFWORD(df, 2);
1941 dpdlendun(4, ((sourmh)<<4) | (sourml>>28));
1943 sourml=DFWORD(df, 2);
1944 if (sourml) {
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 1252 uInt sourml=DFWORD(df, 2); local
1277 if (sourlo==0 && sourml==0 && sourmh==0
1322 dpd2char((sourmh<<4) | (sourml>>28)); /* declet 5 */
1323 dpd2char(sourml>>18); /* declet 6 */
1324 dpd2char(sourml>>8); /* declet 7 */
1325 dpd2char((sourml<<2) | (sourlo>>30)); /* declet 8 */
1531 uInt sourml=DFWORD(df, 2); local
1559 if (sourlo==0 && sourml==0 && sourmh==0
1601 dpd2char((sourmh<<4) | (sourml>>28)); /* declet 5 */
1602 dpd2char(sourml>>18); /* declet 6 *
    [all...]
decBasic.c 110 uInt sourml=DFWORD(df, 2);
116 && CANONDPDTWO(sourmh, sourml, 28)
117 && CANONDPDOFF(sourml, 18)
118 && CANONDPDOFF(sourml, 8)
119 && CANONDPDTWO(sourml, sourlo, 30)
1905 uInt sourmh, sourml; local
1940 sourml=DFWORD(df, 2);
1941 dpdlendun(4, ((sourmh)<<4) | (sourml>>28));
1943 sourml=DFWORD(df, 2);
1944 if (sourml) {
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 1252 uInt sourml=DFWORD(df, 2); local
1277 if (sourlo==0 && sourml==0 && sourmh==0
1322 dpd2char((sourmh<<4) | (sourml>>28)); /* declet 5 */
1323 dpd2char(sourml>>18); /* declet 6 */
1324 dpd2char(sourml>>8); /* declet 7 */
1325 dpd2char((sourml<<2) | (sourlo>>30)); /* declet 8 */
1531 uInt sourml=DFWORD(df, 2); local
1559 if (sourlo==0 && sourml==0 && sourmh==0
1601 dpd2char((sourmh<<4) | (sourml>>28)); /* declet 5 */
1602 dpd2char(sourml>>18); /* declet 6 *
    [all...]
decBasic.c 110 uInt sourml=DFWORD(df, 2);
116 && CANONDPDTWO(sourmh, sourml, 28)
117 && CANONDPDOFF(sourml, 18)
118 && CANONDPDOFF(sourml, 8)
119 && CANONDPDTWO(sourml, sourlo, 30)
1905 uInt sourmh, sourml; local
1940 sourml=DFWORD(df, 2);
1941 dpdlendun(4, ((sourmh)<<4) | (sourml>>28));
1943 sourml=DFWORD(df, 2);
1944 if (sourml) {
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 1252 uInt sourml=DFWORD(df, 2); local
1277 if (sourlo==0 && sourml==0 && sourmh==0
1322 dpd2char((sourmh<<4) | (sourml>>28)); /* declet 5 */
1323 dpd2char(sourml>>18); /* declet 6 */
1324 dpd2char(sourml>>8); /* declet 7 */
1325 dpd2char((sourml<<2) | (sourlo>>30)); /* declet 8 */
1531 uInt sourml=DFWORD(df, 2); local
1559 if (sourlo==0 && sourml==0 && sourmh==0
1601 dpd2char((sourmh<<4) | (sourml>>28)); /* declet 5 */
1602 dpd2char(sourml>>18); /* declet 6 *
    [all...]
decBasic.c 110 uInt sourml=DFWORD(df, 2);
116 && CANONDPDTWO(sourmh, sourml, 28)
117 && CANONDPDOFF(sourml, 18)
118 && CANONDPDOFF(sourml, 8)
119 && CANONDPDTWO(sourml, sourlo, 30)
1905 uInt sourmh, sourml; local
1940 sourml=DFWORD(df, 2);
1941 dpdlendun(4, ((sourmh)<<4) | (sourml>>28));
1943 sourml=DFWORD(df, 2);
1944 if (sourml) {
    [all...]

Completed in 68 milliseconds