Home
last modified time | relevance | path

Searched refs:TC_LARGEST_EXPONENT_IS_NORMAL (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Datof-ieee.c37 #ifndef TC_LARGEST_EXPONENT_IS_NORMAL
38 #define TC_LARGEST_EXPONENT_IS_NORMAL(PRECISION) 0 macro
285 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision)) in gen_to_words()
324 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision)) in gen_to_words()
365 if (TC_LARGEST_EXPONENT_IS_NORMAL (precision)) in gen_to_words()
581 || (! TC_LARGEST_EXPONENT_IS_NORMAL (precision) in gen_to_words()
/toolchain/binutils/binutils-2.27/gas/doc/
Dinternals.texi1170 @item TC_LARGEST_EXPONENT_IS_NORMAL
1171 @cindex TC_LARGEST_EXPONENT_IS_NORMAL (@var{precision})
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-02036091 * doc/invoke.texi (TC_LARGEST_EXPONENT_IS_NORMAL): Document.
6092 * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): Add an
DChangeLog-00013061 * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): New macro.
3064 numbers if TC_LARGEST_EXPONENT_IS_NORMAL evaluates to true.