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

  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal128.c 206 #define sourlo sourar[0] /* and the lowest word */ macro
210 sourlo=UBTOUI(d128->bytes ); /* directly load the low int */
219 sourlo=UBTOUI(d128->bytes+12); /* then the low int */
253 else if (sourlo) need=4;
299 #define sourlo sourar[0] /* and the lowest word */ macro
303 sourlo=UBTOUI(d128->bytes ); /* directly load the low int */
312 sourlo=UBTOUI(d128->bytes+12); /* then the low int */
331 if (sourlo==0 && sourml==0 && sourmh==0
367 dpd=((sourml&0xff)<<2) | (sourlo>>30); /* declet 8 */
369 dpd=(sourlo>>20)&0x3ff; /* declet 9 *
    [all...]
decimal64.c 221 #define sourlo sourar[0] /* and the lower word */ macro
225 sourlo=UBTOUI(d64->bytes ); /* directly load the low int */
230 sourlo=UBTOUI(d64->bytes+4); /* then the low int */
262 if (!sourlo) return dn; /* easy: coefficient is 0 */
264 if (sourlo&0xc0000000) need++; /* process 4 declets */
313 #define sourlo sourar[0] /* and the lower word */ macro
317 sourlo=UBTOUI(d64->bytes ); /* directly load the low int */
322 sourlo=UBTOUI(d64->bytes+4); /* then the low int */
341 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string; /* zero payload */
365 dpd=((sourhi&0xff)<<2) | (sourlo>>30); /* declet 2 *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal128.c 206 #define sourlo sourar[0] /* and the lowest word */ macro
210 sourlo=UBTOUI(d128->bytes ); /* directly load the low int */
219 sourlo=UBTOUI(d128->bytes+12); /* then the low int */
253 else if (sourlo) need=4;
299 #define sourlo sourar[0] /* and the lowest word */ macro
303 sourlo=UBTOUI(d128->bytes ); /* directly load the low int */
312 sourlo=UBTOUI(d128->bytes+12); /* then the low int */
331 if (sourlo==0 && sourml==0 && sourmh==0
367 dpd=((sourml&0xff)<<2) | (sourlo>>30); /* declet 8 */
369 dpd=(sourlo>>20)&0x3ff; /* declet 9 *
    [all...]
decimal64.c 221 #define sourlo sourar[0] /* and the lower word */ macro
225 sourlo=UBTOUI(d64->bytes ); /* directly load the low int */
230 sourlo=UBTOUI(d64->bytes+4); /* then the low int */
262 if (!sourlo) return dn; /* easy: coefficient is 0 */
264 if (sourlo&0xc0000000) need++; /* process 4 declets */
313 #define sourlo sourar[0] /* and the lower word */ macro
317 sourlo=UBTOUI(d64->bytes ); /* directly load the low int */
322 sourlo=UBTOUI(d64->bytes+4); /* then the low int */
341 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string; /* zero payload */
365 dpd=((sourhi&0xff)<<2) | (sourlo>>30); /* declet 2 *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal128.c 206 #define sourlo sourar[0] /* and the lowest word */ macro
210 sourlo=UBTOUI(d128->bytes ); /* directly load the low int */
219 sourlo=UBTOUI(d128->bytes+12); /* then the low int */
253 else if (sourlo) need=4;
299 #define sourlo sourar[0] /* and the lowest word */ macro
303 sourlo=UBTOUI(d128->bytes ); /* directly load the low int */
312 sourlo=UBTOUI(d128->bytes+12); /* then the low int */
331 if (sourlo==0 && sourml==0 && sourmh==0
367 dpd=((sourml&0xff)<<2) | (sourlo>>30); /* declet 8 */
369 dpd=(sourlo>>20)&0x3ff; /* declet 9 *
    [all...]
decimal64.c 221 #define sourlo sourar[0] /* and the lower word */ macro
225 sourlo=UBTOUI(d64->bytes ); /* directly load the low int */
230 sourlo=UBTOUI(d64->bytes+4); /* then the low int */
262 if (!sourlo) return dn; /* easy: coefficient is 0 */
264 if (sourlo&0xc0000000) need++; /* process 4 declets */
313 #define sourlo sourar[0] /* and the lower word */ macro
317 sourlo=UBTOUI(d64->bytes ); /* directly load the low int */
322 sourlo=UBTOUI(d64->bytes+4); /* then the low int */
341 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string; /* zero payload */
365 dpd=((sourhi&0xff)<<2) | (sourlo>>30); /* declet 2 *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal128.c 206 #define sourlo sourar[0] /* and the lowest word */ macro
210 sourlo=UBTOUI(d128->bytes ); /* directly load the low int */
219 sourlo=UBTOUI(d128->bytes+12); /* then the low int */
253 else if (sourlo) need=4;
299 #define sourlo sourar[0] /* and the lowest word */ macro
303 sourlo=UBTOUI(d128->bytes ); /* directly load the low int */
312 sourlo=UBTOUI(d128->bytes+12); /* then the low int */
331 if (sourlo==0 && sourml==0 && sourmh==0
367 dpd=((sourml&0xff)<<2) | (sourlo>>30); /* declet 8 */
369 dpd=(sourlo>>20)&0x3ff; /* declet 9 *
    [all...]
decimal64.c 221 #define sourlo sourar[0] /* and the lower word */ macro
225 sourlo=UBTOUI(d64->bytes ); /* directly load the low int */
230 sourlo=UBTOUI(d64->bytes+4); /* then the low int */
262 if (!sourlo) return dn; /* easy: coefficient is 0 */
264 if (sourlo&0xc0000000) need++; /* process 4 declets */
313 #define sourlo sourar[0] /* and the lower word */ macro
317 sourlo=UBTOUI(d64->bytes ); /* directly load the low int */
322 sourlo=UBTOUI(d64->bytes+4); /* then the low int */
341 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string; /* zero payload */
365 dpd=((sourhi&0xff)<<2) | (sourlo>>30); /* declet 2 *
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 1249 uInt sourlo=DFWORD(df, 1); local
1253 uInt sourlo=DFWORD(df, 3); local
1275 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string;
1277 if (sourlo==0 && sourml==0 && sourmh==0
1312 dpd2char((sourhi<<2) | (sourlo>>30)); /* declet 2 */
1313 dpd2char(sourlo>>20); /* declet 3 */
1314 dpd2char(sourlo>>10); /* declet 4 */
1315 dpd2char(sourlo); /* declet 5 */
1325 dpd2char((sourml<<2) | (sourlo>>30)); /* declet 8 */
1326 dpd2char(sourlo>>20); /* declet 9 *
1528 uInt sourlo=DFWORD(df, 1); local
1532 uInt sourlo=DFWORD(df, 3); local
    [all...]
decBasic.c 101 uInt sourlo=DFWORD(df, 1); local
103 && CANONDPDTWO(sourhi, sourlo, 30)
104 && CANONDPDOFF(sourlo, 20)
105 && CANONDPDOFF(sourlo, 10)
106 && CANONDPDOFF(sourlo, 0)) return result;
111 uInt sourlo=DFWORD(df, 3);
119 && CANONDPDTWO(sourml, sourlo, 30)
120 && CANONDPDOFF(sourlo, 20)
121 && CANONDPDOFF(sourlo, 10)
122 && CANONDPDOFF(sourlo, 0)) return result
1907 uInt sourlo; local
2392 uInt sourlo=DFWORD(df, 1); local
3791 uInt sourhi, sourpen, sourlo; \/* top word from source decFloat .. *\/ local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 1249 uInt sourlo=DFWORD(df, 1); local
1253 uInt sourlo=DFWORD(df, 3); local
1275 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string;
1277 if (sourlo==0 && sourml==0 && sourmh==0
1312 dpd2char((sourhi<<2) | (sourlo>>30)); /* declet 2 */
1313 dpd2char(sourlo>>20); /* declet 3 */
1314 dpd2char(sourlo>>10); /* declet 4 */
1315 dpd2char(sourlo); /* declet 5 */
1325 dpd2char((sourml<<2) | (sourlo>>30)); /* declet 8 */
1326 dpd2char(sourlo>>20); /* declet 9 *
1528 uInt sourlo=DFWORD(df, 1); local
1532 uInt sourlo=DFWORD(df, 3); local
    [all...]
decBasic.c 101 uInt sourlo=DFWORD(df, 1); local
103 && CANONDPDTWO(sourhi, sourlo, 30)
104 && CANONDPDOFF(sourlo, 20)
105 && CANONDPDOFF(sourlo, 10)
106 && CANONDPDOFF(sourlo, 0)) return result;
111 uInt sourlo=DFWORD(df, 3);
119 && CANONDPDTWO(sourml, sourlo, 30)
120 && CANONDPDOFF(sourlo, 20)
121 && CANONDPDOFF(sourlo, 10)
122 && CANONDPDOFF(sourlo, 0)) return result
1907 uInt sourlo; local
2392 uInt sourlo=DFWORD(df, 1); local
3791 uInt sourhi, sourpen, sourlo; \/* top word from source decFloat .. *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 1249 uInt sourlo=DFWORD(df, 1); local
1253 uInt sourlo=DFWORD(df, 3); local
1275 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string;
1277 if (sourlo==0 && sourml==0 && sourmh==0
1312 dpd2char((sourhi<<2) | (sourlo>>30)); /* declet 2 */
1313 dpd2char(sourlo>>20); /* declet 3 */
1314 dpd2char(sourlo>>10); /* declet 4 */
1315 dpd2char(sourlo); /* declet 5 */
1325 dpd2char((sourml<<2) | (sourlo>>30)); /* declet 8 */
1326 dpd2char(sourlo>>20); /* declet 9 *
1528 uInt sourlo=DFWORD(df, 1); local
1532 uInt sourlo=DFWORD(df, 3); local
    [all...]
decBasic.c 101 uInt sourlo=DFWORD(df, 1); local
103 && CANONDPDTWO(sourhi, sourlo, 30)
104 && CANONDPDOFF(sourlo, 20)
105 && CANONDPDOFF(sourlo, 10)
106 && CANONDPDOFF(sourlo, 0)) return result;
111 uInt sourlo=DFWORD(df, 3);
119 && CANONDPDTWO(sourml, sourlo, 30)
120 && CANONDPDOFF(sourlo, 20)
121 && CANONDPDOFF(sourlo, 10)
122 && CANONDPDOFF(sourlo, 0)) return result
1907 uInt sourlo; local
2392 uInt sourlo=DFWORD(df, 1); local
3791 uInt sourhi, sourpen, sourlo; \/* top word from source decFloat .. *\/ local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 1249 uInt sourlo=DFWORD(df, 1); local
1253 uInt sourlo=DFWORD(df, 3); local
1275 if (sourlo==0 && (sourhi&0x0003ffff)==0) return string;
1277 if (sourlo==0 && sourml==0 && sourmh==0
1312 dpd2char((sourhi<<2) | (sourlo>>30)); /* declet 2 */
1313 dpd2char(sourlo>>20); /* declet 3 */
1314 dpd2char(sourlo>>10); /* declet 4 */
1315 dpd2char(sourlo); /* declet 5 */
1325 dpd2char((sourml<<2) | (sourlo>>30)); /* declet 8 */
1326 dpd2char(sourlo>>20); /* declet 9 *
1528 uInt sourlo=DFWORD(df, 1); local
1532 uInt sourlo=DFWORD(df, 3); local
    [all...]
decBasic.c 101 uInt sourlo=DFWORD(df, 1); local
103 && CANONDPDTWO(sourhi, sourlo, 30)
104 && CANONDPDOFF(sourlo, 20)
105 && CANONDPDOFF(sourlo, 10)
106 && CANONDPDOFF(sourlo, 0)) return result;
111 uInt sourlo=DFWORD(df, 3);
119 && CANONDPDTWO(sourml, sourlo, 30)
120 && CANONDPDOFF(sourlo, 20)
121 && CANONDPDOFF(sourlo, 10)
122 && CANONDPDOFF(sourlo, 0)) return result
1907 uInt sourlo; local
2392 uInt sourlo=DFWORD(df, 1); local
3791 uInt sourhi, sourpen, sourlo; \/* top word from source decFloat .. *\/ local
    [all...]

Completed in 71 milliseconds