Searched refs:define_float_constants (Results 1 – 6 of 6) sorted by relevance
75 define_float_constants (tree type) in define_float_constants() function183 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()
71 define_float_constants (T &f, tree type) in define_float_constants() function190 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()
8 * d-target.cc (define_float_constants): Update call to
271 (define_float_constants): Remove initialization of snan.
715 * d-target.cc (define_float_constants): Initialize constants through a
917 (define_float_constants): New function.