PPL  1.2
mp_std_bits.cc
Go to the documentation of this file.
1 /* Definitions of specializations of std::numeric_limits objects for
2  multi-precision types.
3  Copyright (C) 2001-2010 Roberto Bagnara <bagnara@cs.unipr.it>
4  Copyright (C) 2010-2016 BUGSENG srl (http://bugseng.com)
5 
6 This file is part of the Parma Polyhedra Library (PPL).
7 
8 The PPL is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the
10 Free Software Foundation; either version 3 of the License, or (at your
11 option) any later version.
12 
13 The PPL is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 for more details.
17 
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software Foundation,
20 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA.
21 
22 For the most up-to-date information see the Parma Polyhedra Library
23 site: http://bugseng.com/products/ppl/ . */
24 
25 #include "ppl-config.h"
26 #include "mp_std_bits_defs.hh"
27 
28 #if __GNU_MP_VERSION < 5 \
29  || (__GNU_MP_VERSION == 5 && __GNU_MP_VERSION_MINOR < 1)
30 
45 const std::float_denorm_style std::numeric_limits<mpz_class>::has_denorm;
52 const std::float_round_style std::numeric_limits<mpz_class>::round_style;
53 
68 const std::float_denorm_style std::numeric_limits<mpq_class>::has_denorm;
75 const std::float_round_style std::numeric_limits<mpq_class>::round_style;
76 
77 #endif // __GNU_MP_VERSION < 5
78  // || (__GNU_MP_VERSION == 5 && __GNU_MP_VERSION_MINOR < 1)
static const float_denorm_style has_denorm
static const float_round_style round_style
static const float_round_style round_style
static const float_denorm_style has_denorm