/usr/include/boost/multiprecision
NameSizeModeActions
concepts/-0755rm
cpp_bin_float/-0755rm
cpp_int/-0755rm
detail/-0755rm
traits/-0755rm
complex128.hpp7070644editdlrm
complex_adaptor.hpp265160644editdlrm
cpp_bin_float.hpp981020644editdlrm
cpp_complex.hpp27840644editdlrm
cpp_dec_float.hpp1414980644editdlrm
cpp_int.hpp970090644editdlrm
debug_adaptor.hpp270910644editdlrm
eigen.hpp105130644editdlrm
float128.hpp347570644editdlrm
gmp.hpp1134210644editdlrm
integer.hpp73390644editdlrm
logged_adaptor.hpp347700644editdlrm
miller_rabin.hpp62850644editdlrm
mpc.hpp513290644editdlrm
mpfi.hpp762730644editdlrm
mpfr.hpp1284210644editdlrm
number.hpp1040270644editdlrm
random.hpp6160644editdlrm
rational_adaptor.hpp134750644editdlrm
tommath.hpp341400644editdlrm
Edit: /usr/include/boost/multiprecision/complex128.hpp (707B)
/////////////////////////////////////////////////////////////////////////////// // Copyright 2018 John Maddock. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_MP_COMPLEX128_HPP #define BOOST_MP_COMPLEX128_HPP #include #include namespace boost { namespace multiprecision { typedef number, et_off> complex128; template <> struct component_type > > { typedef float128 type; }; } } // namespace boost::multiprecision #endif