HomeSort by: relevance | last modified time | path
    Searched refs:LITTLENUM_TYPE (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/external/gpl3/binutils/dist/gas/
flonum-konst.c 29 static const LITTLENUM_TYPE zero[] = {
46 static const LITTLENUM_TYPE minus_1[] = {
51 static const LITTLENUM_TYPE plus_1[] = {
56 static const LITTLENUM_TYPE minus_2[] = {
61 static const LITTLENUM_TYPE plus_2[] = {
66 static const LITTLENUM_TYPE minus_3[] = {
71 static const LITTLENUM_TYPE plus_3[] = {
76 static const LITTLENUM_TYPE minus_4[] = {
82 static const LITTLENUM_TYPE plus_4[] = {
87 static const LITTLENUM_TYPE minus_5[] =
    [all...]
flonum.h 56 LITTLENUM_TYPE *low; /* low order littlenum of a bignum */
57 LITTLENUM_TYPE *high; /* high order littlenum of a bignum */
58 LITTLENUM_TYPE *leader; /* -> 1st non-zero littlenum */
bignum.h 42 typedef unsigned short LITTLENUM_TYPE;
flonum-copy.c 53 (in_length + 1) * sizeof (LITTLENUM_TYPE));
64 (out_length + 1) * sizeof (LITTLENUM_TYPE));
atof-generic.c 345 LITTLENUM_TYPE *temporary_binary_low = NULL;
346 LITTLENUM_TYPE *power_binary_low = NULL;
347 LITTLENUM_TYPE *digits_binary_low;
399 sizeof (LITTLENUM_TYPE));
422 LITTLENUM_TYPE *littlenum_pointer;
423 LITTLENUM_TYPE *littlenum_limit;
510 * sizeof (LITTLENUM_TYPE)) + 2;
629 LITTLENUM_TYPE *lp;
631 sprintf (littlenum_format, " %%0%dx", sizeof (LITTLENUM_TYPE) * 2);
expr.h 166 extern LITTLENUM_TYPE generic_bignum[];
as.h 536 char * atof_ieee (char *, int, LITTLENUM_TYPE *);
537 char * atof_ieee_detail (char *, int, int, LITTLENUM_TYPE *, FLONUM_TYPE *);
548 int gen_to_words (LITTLENUM_TYPE *, int, long);
flonum-mult.c 85 LITTLENUM_TYPE *q;
  /src/external/gpl3/binutils.old/dist/gas/
flonum-konst.c 29 static const LITTLENUM_TYPE zero[] = {
46 static const LITTLENUM_TYPE minus_1[] = {
51 static const LITTLENUM_TYPE plus_1[] = {
56 static const LITTLENUM_TYPE minus_2[] = {
61 static const LITTLENUM_TYPE plus_2[] = {
66 static const LITTLENUM_TYPE minus_3[] = {
71 static const LITTLENUM_TYPE plus_3[] = {
76 static const LITTLENUM_TYPE minus_4[] = {
82 static const LITTLENUM_TYPE plus_4[] = {
87 static const LITTLENUM_TYPE minus_5[] =
    [all...]
flonum.h 56 LITTLENUM_TYPE *low; /* low order littlenum of a bignum */
57 LITTLENUM_TYPE *high; /* high order littlenum of a bignum */
58 LITTLENUM_TYPE *leader; /* -> 1st non-zero littlenum */
bignum.h 42 typedef unsigned short LITTLENUM_TYPE;
flonum-copy.c 53 (in_length + 1) * sizeof (LITTLENUM_TYPE));
64 (out_length + 1) * sizeof (LITTLENUM_TYPE));
atof-generic.c 345 LITTLENUM_TYPE *temporary_binary_low = NULL;
346 LITTLENUM_TYPE *power_binary_low = NULL;
347 LITTLENUM_TYPE *digits_binary_low;
399 sizeof (LITTLENUM_TYPE));
422 LITTLENUM_TYPE *littlenum_pointer;
423 LITTLENUM_TYPE *littlenum_limit;
510 * sizeof (LITTLENUM_TYPE)) + 2;
629 LITTLENUM_TYPE *lp;
631 sprintf (littlenum_format, " %%0%dx", sizeof (LITTLENUM_TYPE) * 2);
expr.h 174 extern LITTLENUM_TYPE generic_bignum[];
as.h 522 char * atof_ieee (char *, int, LITTLENUM_TYPE *);
523 char * atof_ieee_detail (char *, int, int, LITTLENUM_TYPE *, FLONUM_TYPE *);
534 int gen_to_words (LITTLENUM_TYPE *, int, long);
flonum-mult.c 85 LITTLENUM_TYPE *q;
  /src/external/gpl3/binutils/dist/gas/config/
atof-vax.c 33 int flonum_gen2vax (int, FLONUM_TYPE *, LITTLENUM_TYPE *);
113 static LITTLENUM_TYPE *littlenum_pointer;
114 static LITTLENUM_TYPE *littlenum_end;
142 make_invalid_floating_point_number (LITTLENUM_TYPE *words)
195 LITTLENUM_TYPE *words) /* Build the binary here. */
198 LITTLENUM_TYPE bits[MAX_PRECISION + MAX_PRECISION + GUARD];
221 memset (bits, '\0', sizeof (LITTLENUM_TYPE) * MAX_PRECISION);
247 LITTLENUM_TYPE *words) /* Deliver answer here. */
249 LITTLENUM_TYPE *lp;
263 memset (words, '\0', sizeof (LITTLENUM_TYPE) * precision)
    [all...]
atof-ieee.c 90 static LITTLENUM_TYPE *littlenum_pointer;
147 make_invalid_floating_point_number (LITTLENUM_TYPE *words)
151 words[0] = (LITTLENUM_TYPE) -1 >> 1;
173 LITTLENUM_TYPE * words,
178 static LITTLENUM_TYPE bits[MAX_PRECISION + MAX_PRECISION + GUARD];
200 memset (bits, '\0', sizeof (LITTLENUM_TYPE) * MAX_PRECISION);
236 LITTLENUM_TYPE *words) /* Build the binary here. */
296 gen_to_words (LITTLENUM_TYPE *words, int precision, long exponent_bits)
305 LITTLENUM_TYPE word1;
306 LITTLENUM_TYPE *lp
    [all...]
tc-lm32.c 222 LITTLENUM_TYPE words[4];
243 *sizeP = prec * sizeof (LITTLENUM_TYPE);
249 md_number_to_chars (litP, words[i], sizeof (LITTLENUM_TYPE));
250 litP += sizeof (LITTLENUM_TYPE);
257 md_number_to_chars (litP, words[i], sizeof (LITTLENUM_TYPE));
258 litP += sizeof (LITTLENUM_TYPE);
tc-ns32k.c 1722 sizeof (LITTLENUM_TYPE));
1727 LITTLENUM_TYPE words[4];
1734 sizeof (LITTLENUM_TYPE));
1735 md_number_to_imm (memP + sizeof (LITTLENUM_TYPE),
1737 sizeof (LITTLENUM_TYPE));
1742 sizeof (LITTLENUM_TYPE));
1743 md_number_to_imm (memP + sizeof (LITTLENUM_TYPE),
1745 sizeof (LITTLENUM_TYPE));
1747 * sizeof (LITTLENUM_TYPE)),
1749 sizeof (LITTLENUM_TYPE));
    [all...]
tc-tic4x.c 111 LITTLENUM_TYPE fwords[MAX_LITTLENUMS]; /* Float immed. number. */
231 tic4x_gen_to_words (FLONUM_TYPE flonum, LITTLENUM_TYPE *words, int precision)
234 LITTLENUM_TYPE *p; /* Littlenum pointer. */
543 tic4x_atof (char *str, char what_kind, LITTLENUM_TYPE *words)
547 static LITTLENUM_TYPE bits[MAX_PRECISION + MAX_PRECISION + GUARD];
569 memset (bits, '\0', sizeof (LITTLENUM_TYPE) * MAX_PRECISION);
2530 LITTLENUM_TYPE words[MAX_LITTLENUMS];
2531 LITTLENUM_TYPE *wordP;
2574 *sizeP = prec * sizeof (LITTLENUM_TYPE);
2585 md_number_to_chars (litP, wordP[1], sizeof (LITTLENUM_TYPE));
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
atof-vax.c 33 int flonum_gen2vax (int, FLONUM_TYPE *, LITTLENUM_TYPE *);
113 static LITTLENUM_TYPE *littlenum_pointer;
114 static LITTLENUM_TYPE *littlenum_end;
142 make_invalid_floating_point_number (LITTLENUM_TYPE *words)
195 LITTLENUM_TYPE *words) /* Build the binary here. */
198 LITTLENUM_TYPE bits[MAX_PRECISION + MAX_PRECISION + GUARD];
221 memset (bits, '\0', sizeof (LITTLENUM_TYPE) * MAX_PRECISION);
247 LITTLENUM_TYPE *words) /* Deliver answer here. */
249 LITTLENUM_TYPE *lp;
263 memset (words, '\0', sizeof (LITTLENUM_TYPE) * precision)
    [all...]
atof-ieee.c 90 static LITTLENUM_TYPE *littlenum_pointer;
147 make_invalid_floating_point_number (LITTLENUM_TYPE *words)
151 words[0] = (LITTLENUM_TYPE) -1 >> 1;
173 LITTLENUM_TYPE * words,
178 static LITTLENUM_TYPE bits[MAX_PRECISION + MAX_PRECISION + GUARD];
200 memset (bits, '\0', sizeof (LITTLENUM_TYPE) * MAX_PRECISION);
236 LITTLENUM_TYPE *words) /* Build the binary here. */
296 gen_to_words (LITTLENUM_TYPE *words, int precision, long exponent_bits)
305 LITTLENUM_TYPE word1;
306 LITTLENUM_TYPE *lp
    [all...]
tc-lm32.c 222 LITTLENUM_TYPE words[4];
243 *sizeP = prec * sizeof (LITTLENUM_TYPE);
249 md_number_to_chars (litP, words[i], sizeof (LITTLENUM_TYPE));
250 litP += sizeof (LITTLENUM_TYPE);
257 md_number_to_chars (litP, words[i], sizeof (LITTLENUM_TYPE));
258 litP += sizeof (LITTLENUM_TYPE);
tc-ns32k.c 1722 sizeof (LITTLENUM_TYPE));
1727 LITTLENUM_TYPE words[4];
1734 sizeof (LITTLENUM_TYPE));
1735 md_number_to_imm (memP + sizeof (LITTLENUM_TYPE),
1737 sizeof (LITTLENUM_TYPE));
1742 sizeof (LITTLENUM_TYPE));
1743 md_number_to_imm (memP + sizeof (LITTLENUM_TYPE),
1745 sizeof (LITTLENUM_TYPE));
1747 * sizeof (LITTLENUM_TYPE)),
1749 sizeof (LITTLENUM_TYPE));
    [all...]

Completed in 43 milliseconds

1 2 3 4