Home
last modified time | relevance | path

Searched refs:define_float_constants (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc75 define_float_constants (tree type) in define_float_constants() function
183 define_float_constants <Target::FloatProperties> (float_type_node); in _init()
184 define_float_constants <Target::DoubleProperties> (double_type_node); in _init()
185 define_float_constants <Target::RealProperties> (long_double_type_node); in _init()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc71 define_float_constants (T &f, tree type) in define_float_constants() function
190 define_float_constants (this->FloatProperties, float_type_node); in _init()
191 define_float_constants (this->DoubleProperties, double_type_node); in _init()
192 define_float_constants (this->RealProperties, long_double_type_node); in _init()
H A DChangeLog-20198 * d-target.cc (define_float_constants): Update call to
H A DChangeLog-2021271 (define_float_constants): Remove initialization of snan.
H A DChangeLog-2020715 * d-target.cc (define_float_constants): Initialize constants through a
H A DChangeLog-2017917 (define_float_constants): New function.