e133ace8d9
2007-05-31 Paolo Carlini <pcarlini@suse.de> PR libstdc++/31426 * include/bits/c++config: Remove namespace association bits from tr1 to std. * include/ext/type_traits.h (__promote, __promote2, __promote3, __promote4): Add. * include/bits/hashtable.h: New. * include/bits/functional_hash.h: Likewise. * include/tr1/hashtable.h: Likewise. * include/tr1_impl/random: New. * include/tr1_impl/cinttypes: Likewise. * include/tr1_impl/cstdlib: Likewise. * include/tr1_impl/unordered_map: Likewise. * include/tr1_impl/cstdio: Likewise. * include/tr1_impl/boost_shared_ptr.h: Likewise. * include/tr1_impl/cctype: Likewise. * include/tr1_impl/random.tcc: Likewise. * include/tr1_impl/tuple: Likewise. * include/tr1_impl/functional_hash.h: Likewise. * include/tr1_impl/hashtable: Likewise. * include/tr1_impl/cmath: Likewise. * include/tr1_impl/type_traitsfwd.h: Likewise. * include/tr1_impl/hashtable_policy.h: Likewise. * include/tr1_impl/cfenv: Likewise. * include/tr1_impl/unordered_set: Likewise. * include/tr1_impl/functional: Likewise. * include/tr1_impl/utility: Likewise. * include/tr1_impl/complex: Likewise. * include/tr1_impl/type_traits: Likewise. * include/tr1_impl/cwchar: Likewise. * include/tr1_impl/cstdint: Likewise. * include/tr1_impl/regex: Likewise. * include/tr1_impl/array: Likewise. * include/tr1_impl/cwctype: Likewise. * include/tr1/type_traitsfwd.h: Remove. * include/tr1/boost_shared_ptr.h: Likewise. * include/tr1/common.h: Likewise. * include/tr1/hashtable: Likewise. * include/tr1/hashtable_policy.h: Likewise. * include/tr1/random.tcc: Likewise. * include/c_global/cinttypes: Include tr1_impl/cinttypes. * include/c_global/cstdlib: Likewise for cstdlib. * include/c_global/cstdio: Likewise for cstdio. * include/c_global/cctype: Likewise for cctype. * include/c_global/cmath: Likewise for cmath. * include/c_global/cfenv: Likewise for cfenv. * include/c_global/cwchar: Likewise for cwchar. * include/c_global/cstdint: Likewise for cstdint. * include/c_global/cwctype: Likewise for cwctype. * include/tr1/cinttypes: Likewise for cinttypes. * include/tr1/cstdlib: Likewise for cstdlib. * include/tr1/cstdio: Likewise for cstdio. * include/tr1/cctype: Likewise for cctype. * include/tr1/cmath: Likewise for cmath. * include/tr1/cfenv: Likewise for cfenv. * include/tr1/cwchar: Likewise for cwchar. * include/tr1/cstdint: Likewise for cstdint. * include/tr1/cwctype: Likewise for cwctype. * include/tr1/functional_hash.h: Likewise for functional_hash. * include/std/tuple: Include tr1_impl/tuple. * include/std/utility: Likewise for utility. * include/std/type_traits: Likewise for type_traits. (is_pod): Just forward to __is_pod. (has_trivial_default_constructor): Just forward to __has_trivial_constructor. (has_trivial_copy_constructor): Just forward to __has_trivial_copy. (has_trivial_assign): Just forward to __has_trivial_assign. (has_trivial_destructor): Just forward to __has_trivial_destructor. (has_nothrow_default_constructor): Just forward to __has_nothrow_constructor. (has_nothrow_copy_constructor): Just forward to __has_nothrow_copy. (has_nothrow_assign): Just forward to __has_nothrow_assign. (is_base_of): Just forward to __is_base_of. (is_signed, is_unsigned): Implement according to the C++0x specifications. * include/std/memory: Likewise for memory. * include/std/regex: Likewise for regex. * include/std/random: Likewise for random. * include/std/unordered_map: Likewise for unordered_map. * include/std/unordered_set: Likewise for unordered_set. * include/std/functional: Likewise for functional. * include/std/complex: Likewise for complex. * include/std/array: Likewise for array. * include/tr1/tuple: Likewise for tuple. * include/tr1/utility: Likewise for utility. * include/tr1/type_traits: Likewise for type_traits * include/tr1/memory: Likewise for memory. * include/tr1/regex: Likewise for regex. * include/tr1/random: Likewise for random. * include/tr1/unordered_map: Likewise for unordered_map. * include/tr1/unordered_set: Likewise for unordered_set. * include/tr1/functional: Likewise for functional. * include/tr1/complex: Likewise for complex. * include/tr1/array: Likewise for array. * include/c_global/ctgmath: Tweak. * include/c_global/cstdarg: Likewise. * include/c_global/ctime: Likewise. * include/c_global/climits: Likewise. * include/c_global/cfloat: Likewise. * include/c_global/ccomplex: Likewise. * include/c_global/cstdbool: Likewise. * include/tr1/poly_laguerre.tcc: Tweak, don't use _GLIBCXX_TR1. * include/tr1/riemann_zeta.tcc: Likewise. * include/tr1/beta_function.tcc: Likewise. * include/tr1/exp_integral.tcc: Likewise. * include/tr1/hypergeometric.tcc: Likewise. * include/tr1/modified_bessel_func.tcc: Likewise. * include/tr1/legendre_function.tcc: Likewise. * include/tr1/special_function_util.h: Likewise. * include/tr1/bessel_function.tcc: Likewise. * include/tr1/poly_hermite.tcc: Likewise. * include/tr1/ell_integral.tcc: Likewise. * include/tr1/gamma.tcc: Likewise. * include/tr1/stdlib.h: Likewise. * include/tr1/math.h: Likewise. * include/tr1/complex.h: Minor tweaks. * include/tr1/wctype.h: Likewise. * include/tr1/wchar.h: Likewise. * include/tr1/inttypes.h: Likewise. * include/tr1/tgmath.h: Likewise. * include/tr1/cstdbool: Likewise. * include/tr1/cfloat: Likewise. * include/tr1/ccomplex: Likewise. * include/tr1/ctime: Likewise. * include/tr1/climits: Likewise. * include/tr1/ctgmath: Likewise. * include/tr1/cstdarg: Likewise. * testsuite/tr1/headers.cc: Move... * testsuite/tr1/headers/all.cc: ... here. * testsuite/tr1/using_namespace_std_tr1.cc: Move... * testsuite/tr1/headers/c++200x/using_namespace_std_tr1.cc: ... here. * testsuite/tr1/headers/using_namespace_std_tr1.cc ... here. * testsuite/tr1/headers/c++200x/using_namespace_std_tr1.cc: New. * testsuite/20_util/tuple/requirements/explicit_instantiation.cc: Adjust namespace. * testsuite/20_util/has_nothrow_copy_constructor/value.cc: Adjust to the C++0x requirements. * testsuite/20_util/has_nothrow_default_constructor/value.cc: Likewise. * testsuite/20_util/has_trivial_copy_constructor/value.cc: Likewise. * testsuite/20_util/has_trivial_default_constructor/value.cc: Likewise. * testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Adjust dg-error lines. * testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Likewise. * testsuite/20_util/headers/type_traits/types_std_c++0x_neg.cc: Un-xfail. * testsuite/20_util/is_signed/value.cc: New. * testsuite/20_util/is_signed/requirements/typedefs.cc: Likewise. * testsuite/20_util/is_signed/requirements/explicit_instantiation.cc: Likewise. * testsuite/20_util/is_unsigned/value.cc: Likewise.. * testsuite/20_util/is_unsigned/requirements/typedefs.cc: Likewise. * testsuite/20_util/is_unsigned/requirements/explicit_instantiation.cc: Likewise. * include/Makefile.am: Adjust. * include/Makefile.in: Regenerate. From-SVN: r125244
157 lines
5.1 KiB
C++
157 lines
5.1 KiB
C++
// Special functions -*- C++ -*-
|
|
|
|
// Copyright (C) 2006
|
|
// Free Software Foundation, Inc.
|
|
//
|
|
// This file is part of the GNU ISO C++ Library. This library is free
|
|
// software; you can redistribute it and/or modify it under the
|
|
// terms of the GNU General Public License as published by the
|
|
// Free Software Foundation; either version 2, or (at your option)
|
|
// any later version.
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License along
|
|
// with this library; see the file COPYING. If not, write to the Free
|
|
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
|
// USA.
|
|
|
|
// As a special exception, you may use this file as part of a free software
|
|
// library without restriction. Specifically, if other files instantiate
|
|
// templates or use macros or inline functions from this file, or you compile
|
|
// this file and link it with other files to produce an executable, this
|
|
// file does not by itself cause the resulting executable to be covered by
|
|
// the GNU General Public License. This exception does not however
|
|
// invalidate any other reasons why the executable file might be covered by
|
|
// the GNU General Public License.
|
|
|
|
/** @file tr1/special_function_util.h
|
|
* This is an internal header file, included by other library headers.
|
|
* You should not attempt to use it directly.
|
|
*/
|
|
|
|
//
|
|
// ISO C++ 14882 TR1: 5.2 Special functions
|
|
//
|
|
|
|
// Written by Edward Smith-Rowland based on numerous mathematics books.
|
|
|
|
#ifndef _GLIBCXX_TR1_SPECIAL_FUNCTION_UTIL_H
|
|
#define _GLIBCXX_TR1_SPECIAL_FUNCTION_UTIL_H 1
|
|
|
|
// namespace std::tr1
|
|
namespace std
|
|
{
|
|
namespace tr1
|
|
{
|
|
|
|
namespace __detail
|
|
{
|
|
|
|
///
|
|
/// @brief A class to encapsulate type dependent floating point
|
|
/// constants. Not everything will be able to be expressed
|
|
/// as type logic.
|
|
///
|
|
template <typename _Tp>
|
|
struct __floating_point_constant
|
|
{
|
|
static const _Tp __value;
|
|
};
|
|
|
|
|
|
///
|
|
/// @brief A structure for numeric constants.
|
|
///
|
|
template<typename _Tp>
|
|
struct __numeric_constants
|
|
{
|
|
/// Constant @f$ \pi @f$.
|
|
static _Tp __pi() throw()
|
|
{ return static_cast<_Tp>(3.1415926535897932384626433832795029L); }
|
|
/// Constant @f$ \pi / 2 @f$.
|
|
static _Tp __pi_2() throw()
|
|
{ return static_cast<_Tp>(1.5707963267948966192313216916397514L); }
|
|
/// Constant @f$ \pi / 3 @f$.
|
|
static _Tp __pi_3() throw()
|
|
{ return static_cast<_Tp>(1.0471975511965977461542144610931676L); }
|
|
/// Constant @f$ \pi / 4 @f$.
|
|
static _Tp __pi_4() throw()
|
|
{ return static_cast<_Tp>(0.7853981633974483096156608458198757L); }
|
|
/// Constant @f$ 1 / \pi @f$.
|
|
static _Tp __1_pi() throw()
|
|
{ return static_cast<_Tp>(0.3183098861837906715377675267450287L); }
|
|
/// Constant @f$ 2 / \sqrt(\pi) @f$.
|
|
static _Tp __2_sqrtpi() throw()
|
|
{ return static_cast<_Tp>(1.1283791670955125738961589031215452L); }
|
|
/// Constant @f$ \sqrt(2) @f$.
|
|
static _Tp __sqrt2() throw()
|
|
{ return static_cast<_Tp>(1.4142135623730950488016887242096981L); }
|
|
/// Constant @f$ \sqrt(3) @f$.
|
|
static _Tp __sqrt3() throw()
|
|
{ return static_cast<_Tp>(1.7320508075688772935274463415058723L); }
|
|
/// Constant @f$ \sqrt(\pi/2) @f$.
|
|
static _Tp __sqrtpio2() throw()
|
|
{ return static_cast<_Tp>(1.2533141373155002512078826424055226L); }
|
|
/// Constant @f$ 1 / sqrt(2) @f$.
|
|
static _Tp __sqrt1_2() throw()
|
|
{ return static_cast<_Tp>(0.7071067811865475244008443621048490L); }
|
|
/// Constant @f$ \log(\pi) @f$.
|
|
static _Tp __lnpi() throw()
|
|
{ return static_cast<_Tp>(1.1447298858494001741434273513530587L); }
|
|
/// Constant Euler's constant @f$ \gamma_E @f$.
|
|
static _Tp __gamma_e() throw()
|
|
{ return static_cast<_Tp>(0.5772156649015328606065120900824024L); }
|
|
/// Constant Euler-Mascheroni @f$ e @f$
|
|
static _Tp __euler() throw()
|
|
{ return static_cast<_Tp>(2.7182818284590452353602874713526625L); }
|
|
};
|
|
|
|
|
|
///
|
|
/// @brief This is a wrapper for the isnan function.
|
|
/// Otherwise, for NaN, all comparisons result in false.
|
|
/// If/when we build a std::isnan out of intrinsics, this
|
|
/// will disappear completely in favor of std::isnan.
|
|
///
|
|
#if _GLIBCXX_USE_C99_MATH && !_GLIBCXX_USE_C99_FP_MACROS_DYNAMIC
|
|
|
|
template <typename _Tp>
|
|
inline bool __isnan(const _Tp __x)
|
|
{
|
|
return std::isnan(__x);
|
|
}
|
|
|
|
#else
|
|
|
|
template <typename _Tp>
|
|
inline bool __isnan(const _Tp __x)
|
|
{
|
|
return __builtin_isnan(__x);
|
|
}
|
|
|
|
template <>
|
|
inline bool __isnan<float>(const float __x)
|
|
{
|
|
return __builtin_isnanf(__x);
|
|
}
|
|
|
|
template <>
|
|
inline bool __isnan<long double>(const long double __x)
|
|
{
|
|
return __builtin_isnanl(__x);
|
|
}
|
|
|
|
#endif
|
|
|
|
} // namespace __detail
|
|
|
|
}
|
|
}
|
|
|
|
#endif // _GLIBCXX_TR1_SPECIAL_FUNCTION_UTIL_H
|
|
|