Searched refs:E_PRECISION (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-tic4x.c302 #define E_PRECISION (4) /* Extended precision, 64-bit (real 40-bit). */ macro
459 if (precision == E_PRECISION)
482 if (precision == E_PRECISION)
496 if (precision == E_PRECISION)
520 else /* E_PRECISION */
545 mantissa_bits is 31 (E_PRECISION). Then the first test cannot
549 || smant == (unsigned)-1 ) /* This is to catch E_PRECISION cases */
594 if (precision == E_PRECISION)
671 precision = E_PRECISION;
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic4x.c230 #define E_PRECISION (4) /* Extended precision, 64-bit (real 40-bit). */ macro
384 if (precision == E_PRECISION)
407 if (precision == E_PRECISION)
421 if (precision == E_PRECISION)
445 else /* E_PRECISION */
470 mantissa_bits is 31 (E_PRECISION). Then the first test cannot
474 || smant == (unsigned)-1 ) /* This is to catch E_PRECISION cases */
519 if (precision == E_PRECISION)
593 precision = E_PRECISION;
H A Dtc-arm.c4926 #define E_PRECISION 15L
4927 if (gen_to_words (words, X_PRECISION, E_PRECISION) == 0)
7946 gen_to_words (w, X_PRECISION, E_PRECISION);
4925 #define E_PRECISION macro

Completed in 224 milliseconds