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

  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal128.c 418 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
419 Int rem=e-(1000*thou); /* e%1000 */
420 *c++='0'+(char)thou;
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal128.c 418 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
419 Int rem=e-(1000*thou); /* e%1000 */
420 *c++='0'+(char)thou;
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal128.c 418 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
419 Int rem=e-(1000*thou); /* e%1000 */
420 *c++='0'+(char)thou;
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal128.c 418 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
419 Int rem=e-(1000*thou); /* e%1000 */
420 *c++='0'+(char)thou;
  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 1438 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1439 Int rem=e-(1000*thou); /* e%1000 */
1440 *c++=(char)('0'+(char)thou); /* the thousands digit */
1666 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1667 Int rem=e-(1000*thou); /* e%1000 */
1668 *c++=(char)('0'+(char)thou); /* the thousands digit */
1828 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1829 Int rem=e-(1000*thou); /* e%1000 */
1830 *c++=(char)('0'+(char)thou); /* the thousands digit */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 1438 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1439 Int rem=e-(1000*thou); /* e%1000 */
1440 *c++=(char)('0'+(char)thou); /* the thousands digit */
1666 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1667 Int rem=e-(1000*thou); /* e%1000 */
1668 *c++=(char)('0'+(char)thou); /* the thousands digit */
1828 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1829 Int rem=e-(1000*thou); /* e%1000 */
1830 *c++=(char)('0'+(char)thou); /* the thousands digit */
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 1438 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1439 Int rem=e-(1000*thou); /* e%1000 */
1440 *c++=(char)('0'+(char)thou); /* the thousands digit */
1666 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1667 Int rem=e-(1000*thou); /* e%1000 */
1668 *c++=(char)('0'+(char)thou); /* the thousands digit */
1828 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1829 Int rem=e-(1000*thou); /* e%1000 */
1830 *c++=(char)('0'+(char)thou); /* the thousands digit */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 1438 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1439 Int rem=e-(1000*thou); /* e%1000 */
1440 *c++=(char)('0'+(char)thou); /* the thousands digit */
1666 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1667 Int rem=e-(1000*thou); /* e%1000 */
1668 *c++=(char)('0'+(char)thou); /* the thousands digit */
1828 Int thou=((e>>3)*1049)>>17; /* e/1000 */ local
1829 Int rem=e-(1000*thou); /* e%1000 */
1830 *c++=(char)('0'+(char)thou); /* the thousands digit */

Completed in 24 milliseconds