HomeSort by: relevance | last modified time | path
    Searched refs:BIN2CHAR (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc/dist/libdecnumber/
decDPDSymbols.h 7 #define BIN2CHAR __decBIN2CHAR
decDPD.h 38 /* uint8_t BIN2CHAR[4001]; -- Bin -> CHAR (999 => '\3' '9' '9' '9') */
47 /* in the table entry. BIN2CHAR entries are a single byte length (0 for */
774 const uint8_t BIN2CHAR[4001]={
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decDPDSymbols.h 7 #define BIN2CHAR __decBIN2CHAR
decDPD.h 38 /* uint8_t BIN2CHAR[4001]; -- Bin -> CHAR (999 => '\3' '9' '9' '9') */
47 /* in the table entry. BIN2CHAR entries are a single byte length (0 for */
774 const uint8_t BIN2CHAR[4001]={
  /src/external/gpl3/gdb/dist/libdecnumber/
decDPDSymbols.h 7 #define BIN2CHAR __decBIN2CHAR
decDPD.h 38 /* uint8_t BIN2CHAR[4001]; -- Bin -> CHAR (999 => '\3' '9' '9' '9') */
47 /* in the table entry. BIN2CHAR entries are a single byte length (0 for */
774 const uint8_t BIN2CHAR[4001]={
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decDPDSymbols.h 7 #define BIN2CHAR __decBIN2CHAR
decDPD.h 38 /* uint8_t BIN2CHAR[4001]; -- Bin -> CHAR (999 => '\3' '9' '9' '9') */
47 /* in the table entry. BIN2CHAR entries are a single byte length (0 for */
774 const uint8_t BIN2CHAR[4001]={
  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal32.c 50 extern const uByte BIN2CHAR[4001];
304 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
349 u=&BIN2CHAR[e*4]; /* -> length byte */
decimal128.c 50 extern const uByte BIN2CHAR[4001];
350 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
413 u=&BIN2CHAR[e*4]; /* -> length byte */
421 u=&BIN2CHAR[rem*4]; /* -> length byte */
decimal64.c 50 extern const uByte BIN2CHAR[4001];
359 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
410 u=&BIN2CHAR[e*4]; /* -> length byte */
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal32.c 50 extern const uByte BIN2CHAR[4001];
304 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
349 u=&BIN2CHAR[e*4]; /* -> length byte */
decimal128.c 50 extern const uByte BIN2CHAR[4001];
350 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
413 u=&BIN2CHAR[e*4]; /* -> length byte */
421 u=&BIN2CHAR[rem*4]; /* -> length byte */
decimal64.c 50 extern const uByte BIN2CHAR[4001];
359 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
410 u=&BIN2CHAR[e*4]; /* -> length byte */
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal32.c 50 extern const uByte BIN2CHAR[4001];
304 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
349 u=&BIN2CHAR[e*4]; /* -> length byte */
decimal128.c 50 extern const uByte BIN2CHAR[4001];
350 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
413 u=&BIN2CHAR[e*4]; /* -> length byte */
421 u=&BIN2CHAR[rem*4]; /* -> length byte */
decimal64.c 50 extern const uByte BIN2CHAR[4001];
359 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
410 u=&BIN2CHAR[e*4]; /* -> length byte */
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal32.c 50 extern const uByte BIN2CHAR[4001];
304 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
349 u=&BIN2CHAR[e*4]; /* -> length byte */
decimal128.c 50 extern const uByte BIN2CHAR[4001];
350 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
413 u=&BIN2CHAR[e*4]; /* -> length byte */
421 u=&BIN2CHAR[rem*4]; /* -> length byte */
decimal64.c 50 extern const uByte BIN2CHAR[4001];
359 #define dpd2char u=&BIN2CHAR[DPD2BIN[dpd]*4]; \
410 u=&BIN2CHAR[e*4]; /* -> length byte */

Completed in 37 milliseconds