Home
last modified time | relevance | path

Searched refs:std (Results 1 – 25 of 1615) sorted by relevance

12345678910>>...65

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dmath.h36 using std::tr1::acos;
37 using std::tr1::acosh;
38 using std::tr1::asin;
39 using std::tr1::asinh;
40 using std::tr1::atan;
41 using std::tr1::atan2;
42 using std::tr1::atanh;
43 using std::tr1::cbrt;
44 using std::tr1::ceil;
45 using std::tr1::copysign;
[all …]
H A Dcomplex37 namespace std _GLIBCXX_VISIBILITY(default)
49 using std::acos;
50 using std::asin;
51 using std::atan;
53 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&);
54 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&);
55 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&);
58 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
59 template<typename _Tp> std::complex<_Tp> asinh(const std::complex<_Tp>&);
60 template<typename _Tp> std::complex<_Tp> atanh(const std::complex<_Tp>&);
[all …]
H A Dell_integral.tcc46 namespace std _GLIBCXX_VISIBILITY(default) namespace
76 const _Tp __min = std::numeric_limits<_Tp>::min(); in __ellint_rf()
77 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rf()
82 std::__throw_domain_error(__N("Argument less than zero " in __ellint_rf()
86 std::__throw_domain_error(__N("Argument too small in __ellint_rf")); in __ellint_rf()
99 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __ellint_rf()
100 const _Tp __errtol = std::pow(__eps, _Tp(1) / _Tp(6)); in __ellint_rf()
111 _Tp __epsilon = std::max(std::abs(__xndev), std::abs(__yndev)); in __ellint_rf()
112 __epsilon = std::max(__epsilon, std::abs(__zndev)); in __ellint_rf()
115 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rf()
[all …]
H A Driemann_zeta.tcc48 namespace std _GLIBCXX_VISIBILITY(default) namespace
78 std::__throw_domain_error(__N("Bad argument in zeta sum.")); in __riemann_zeta_sum()
84 _Tp __term = std::pow(static_cast<_Tp>(__k), -__s); in __riemann_zeta_sum()
85 if (__term < std::numeric_limits<_Tp>::epsilon()) in __riemann_zeta_sum()
117 _Tp __term = __sgn / std::pow(__i, __s); in __riemann_zeta_alt()
118 if (std::abs(__term) < std::numeric_limits<_Tp>::epsilon()) in __riemann_zeta_alt()
123 __zeta /= _Tp(1) - std::pow(_Tp(2), _Tp(1) - __s); in __riemann_zeta_alt()
157 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __riemann_zeta_glob()
159 const _Tp __max_bincoeff = std::numeric_limits<_Tp>::max_exponent10 in __riemann_zeta_glob()
160 * std::log(_Tp(10)) - _Tp(1); in __riemann_zeta_glob()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dmath.h36 using std::tr1::acos;
37 using std::tr1::acosh;
38 using std::tr1::asin;
39 using std::tr1::asinh;
40 using std::tr1::atan;
41 using std::tr1::atan2;
42 using std::tr1::atanh;
43 using std::tr1::cbrt;
44 using std::tr1::ceil;
45 using std::tr1::copysign;
[all …]
H A Dcomplex36 namespace std _GLIBCXX_VISIBILITY(default)
48 using std::acos;
49 using std::asin;
50 using std::atan;
51 using std::acosh;
52 using std::asinh;
53 using std::atanh;
55 template<typename _Tp> std::complex<_Tp> acos(const std::complex<_Tp>&);
56 template<typename _Tp> std::complex<_Tp> asin(const std::complex<_Tp>&);
57 template<typename _Tp> std::complex<_Tp> atan(const std::complex<_Tp>&);
[all …]
H A Dell_integral.tcc45 namespace std _GLIBCXX_VISIBILITY(default) namespace
80 const _Tp __min = std::numeric_limits<_Tp>::min(); in __ellint_rf()
81 const _Tp __max = std::numeric_limits<_Tp>::max(); in __ellint_rf()
86 std::__throw_domain_error(__N("Argument less than zero " in __ellint_rf()
90 std::__throw_domain_error(__N("Argument too small in __ellint_rf")); in __ellint_rf()
103 const _Tp __eps = std::numeric_limits<_Tp>::epsilon(); in __ellint_rf()
104 const _Tp __errtol = std::pow(__eps, _Tp(1) / _Tp(6)); in __ellint_rf()
115 _Tp __epsilon = std::max(std::abs(__xndev), std::abs(__yndev)); in __ellint_rf()
116 __epsilon = std::max(__epsilon, std::abs(__zndev)); in __ellint_rf()
119 const _Tp __xnroot = std::sqrt(__xn); in __ellint_rf()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
H A Dwchar.h35 using std::mbstate_t;
38 using std::wint_t;
40 using std::btowc;
41 using std::wctob;
42 using std::fgetwc;
43 using std::fgetwc;
44 using std::fgetws;
45 using std::fputwc;
46 using std::fputws;
47 using std::fwide;
[all …]
H A Dstdio.h35 using std::FILE;
36 using std::fpos_t;
38 using std::remove;
39 using std::rename;
40 using std::tmpfile;
41 using std::tmpnam;
42 using std::fclose;
43 using std::fflush;
44 using std::fopen;
45 using std::freopen;
[all …]
H A Dmath.h36 using std::abs;
37 using std::acos;
38 using std::asin;
39 using std::atan;
40 using std::atan2;
41 using std::cos;
42 using std::sin;
43 using std::tan;
44 using std::cosh;
45 using std::sinh;
[all …]
H A Dstdlib.h35 using std::div_t;
36 using std::ldiv_t;
38 using std::abort;
39 using std::abs;
40 using std::atexit;
41 using std::atof;
42 using std::atoi;
43 using std::atol;
44 using std::bsearch;
45 using std::calloc;
[all …]
H A Dstring.h35 using std::memcpy;
36 using std::memmove;
37 using std::strcpy;
38 using std::strncpy;
39 using std::strcat;
40 using std::strncat;
41 using std::memcmp;
42 using std::strcmp;
43 using std::strcoll;
44 using std::strncmp;
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dvec.cc63 std::size_t compute_size(std::size_t element_count, in compute_size()
64 std::size_t element_size, in compute_size()
65 std::size_t padding_size) in compute_size()
67 if (element_size && element_count > std::size_t(-1) / element_size) in compute_size()
68 _GLIBCXX_THROW_OR_ABORT(std::bad_alloc()); in compute_size()
69 std::size_t size = element_count * element_size; in compute_size()
71 _GLIBCXX_THROW_OR_ABORT(std::bad_alloc()); in compute_size()
78 __cxa_vec_new(std::size_t element_count, in __cxa_vec_new()
79 std::size_t element_size, in __cxa_vec_new()
80 std::size_t padding_size, in __cxa_vec_new()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_prime_size_policy_imp.hpp49 num_distinct_sizes = sizeof(std::size_t) != 8 ?
55 static const std::size_t g_a_sizes[num_distinct_sizes_64_bit] =
87 /* 30 */ (std::size_t)8589934583ull,
88 /* 31 */ (std::size_t)17179869143ull,
89 /* 32 */ (std::size_t)34359738337ull,
90 /* 33 */ (std::size_t)68719476731ull,
91 /* 34 */ (std::size_t)137438953447ull,
92 /* 35 */ (std::size_t)274877906899ull,
93 /* 36 */ (std::size_t)549755813881ull,
94 /* 37 */ (std::size_t)1099511627689ull,
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_prime_size_policy_imp.hpp49 num_distinct_sizes = sizeof(std::size_t) != 8 ?
55 static const std::size_t g_a_sizes[num_distinct_sizes_64_bit] =
87 /* 30 */ (std::size_t)8589934583ull,
88 /* 31 */ (std::size_t)17179869143ull,
89 /* 32 */ (std::size_t)34359738337ull,
90 /* 33 */ (std::size_t)68719476731ull,
91 /* 34 */ (std::size_t)137438953447ull,
92 /* 35 */ (std::size_t)274877906899ull,
93 /* 36 */ (std::size_t)549755813881ull,
94 /* 37 */ (std::size_t)1099511627689ull,
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Dvec.cc66 __cxa_vec_new(std::size_t element_count, in __cxa_vec_new()
67 std::size_t element_size, in __cxa_vec_new()
68 std::size_t padding_size, in __cxa_vec_new()
78 __cxa_vec_new2(std::size_t element_count, in __cxa_vec_new2()
79 std::size_t element_size, in __cxa_vec_new2()
80 std::size_t padding_size, in __cxa_vec_new2()
83 void *(*alloc) (std::size_t), in __cxa_vec_new2()
86 std::size_t size = element_count * element_size + padding_size; in __cxa_vec_new2()
94 reinterpret_cast <std::size_t *> (base)[-1] = element_count; in __cxa_vec_new2()
96 reinterpret_cast <std::size_t *> (base)[-2] = element_size; in __cxa_vec_new2()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h56 template<typename _CharT, typename _Traits = std::char_traits<_CharT> > in _GLIBCXX_VISIBILITY()
57 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> in _GLIBCXX_VISIBILITY()
68 typedef std::basic_streambuf<_CharT, _Traits> __streambuf_type; in _GLIBCXX_VISIBILITY()
71 std::__c_file* _M_file; in _GLIBCXX_VISIBILITY()
79 stdio_sync_filebuf(std::__c_file* __f) in _GLIBCXX_VISIBILITY()
85 : __streambuf_type(std::move(__fb)), in _GLIBCXX_VISIBILITY()
96 _M_file = std::__exchange(__fb._M_file, nullptr); in _GLIBCXX_VISIBILITY()
97 _M_unget_buf = std::__exchange(__fb._M_unget_buf, traits_type::eof()); in _GLIBCXX_VISIBILITY()
105 std::swap(_M_file, __fb._M_file); in _GLIBCXX_VISIBILITY()
106 std::swap(_M_unget_buf, __fb._M_unget_buf); in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h56 template<typename _CharT, typename _Traits = std::char_traits<_CharT> > in _GLIBCXX_VISIBILITY()
57 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> in _GLIBCXX_VISIBILITY()
69 std::__c_file* const _M_file; in _GLIBCXX_VISIBILITY()
77 stdio_sync_filebuf(std::__c_file* __f) in _GLIBCXX_VISIBILITY()
88 std::__c_file* const in _GLIBCXX_VISIBILITY()
138 virtual std::streamsize in _GLIBCXX_VISIBILITY()
139 xsgetn(char_type* __s, std::streamsize __n); in _GLIBCXX_VISIBILITY()
147 if (std::fflush(_M_file)) in _GLIBCXX_VISIBILITY()
157 virtual std::streamsize in _GLIBCXX_VISIBILITY()
158 xsputn(const char_type* __s, std::streamsize __n); in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/
H A Dgnu.ver28 std::[A-Z]*;
29 std::a[a-c]*;
30 std::ad[a-n]*;
31 std::ad[p-z]*;
32 std::a[e-z]*;
33 # std::ba[a-r]*;
34 std::basic_[a-e]*;
35 std::basic_f[a-h]*;
36 # std::basic_filebuf;
37 std::basic_f[j-r]*;
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/profile/impl/
H A Dprofiler_container_size.h55 std::fprintf(__f, "%Zu %Zu %Zu %Zu %Zu %Zu %Zu %Zu %Zu %Zu\n", in __write()
64 std::string
67 std::stringstream __message; in __advice()
75 __init(std::size_t __num) in __init()
85 _M_init = std::max(_M_init, __o._M_init); in __merge()
86 _M_max = std::max(_M_max, __o._M_max); in __merge()
87 _M_item_max = std::max(_M_item_max, __o._M_item_max); in __merge()
88 _M_min = std::min(_M_min, __o._M_min); in __merge()
89 _M_item_min = std::min(_M_item_min, __o._M_item_min); in __merge()
99 __destruct(std::size_t __num, std::size_t __inum) in __destruct()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dunique_ptr.h39 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
55 std::enable_if<std::is_convertible<_Up*, _Tp*>::value>::type> in _GLIBCXX_VISIBILITY()
105 typedef std::tuple<typename _Pointer::type, _Dp> __tuple_type; in _GLIBCXX_VISIBILITY()
116 { static_assert(!std::is_pointer<deleter_type>::value, in _GLIBCXX_VISIBILITY()
122 { static_assert(!std::is_pointer<deleter_type>::value, in _GLIBCXX_VISIBILITY()
126 typename std::conditional<std::is_reference<deleter_type>::value, in _GLIBCXX_VISIBILITY()
131 typename std::remove_reference<deleter_type>::type&& __d) noexcept in _GLIBCXX_VISIBILITY()
132 : _M_t(std::move(__p), std::move(__d)) in _GLIBCXX_VISIBILITY()
133 { static_assert(!std::is_reference<deleter_type>::value, in _GLIBCXX_VISIBILITY()
138 { static_assert(!std::is_pointer<deleter_type>::value, in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.h36 namespace std _GLIBCXX_VISIBILITY(default) in _GLIBCXX_VISIBILITY()
71 (std::numeric_limits<_UIntType>::digits)> in _GLIBCXX_VISIBILITY()
117 return std::generate_canonical<_DInputType, in _GLIBCXX_VISIBILITY()
118 std::numeric_limits<_DInputType>::digits, in _GLIBCXX_VISIBILITY()
172 static_assert(std::is_unsigned<_UIntType>::value, "template argument " in _GLIBCXX_VISIBILITY()
212 std::enable_if<!std::is_same<_Sseq, linear_congruential_engine>::value> in _GLIBCXX_VISIBILITY()
235 typename std::enable_if<std::is_class<_Sseq>::value>::type in _GLIBCXX_VISIBILITY()
301 friend std::basic_ostream<_CharT, _Traits>& in _GLIBCXX_VISIBILITY()
302 operator<<(std::basic_ostream<_CharT, _Traits>& __os, in _GLIBCXX_VISIBILITY()
303 const std::linear_congruential_engine<_UIntType1, in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
H A Dgnu.ver27 std::[ABD-Z]*;
28 std::a[a-c]*;
29 std::ad[a-n]*;
30 std::ad[p-z]*;
31 std::a[e-z]*;
32 # std::ba[a-r]*;
33 std::basic_[a-e]*;
34 std::basic_f[a-h]*;
35 # std::basic_filebuf;
36 std::basic_f[j-r]*;
[all …]
/dflybsd-src/sbin/devd/
H A Ddevd.hh46 void set_variable(const std::string &var, const std::string &val);
50 const std::string &get_variable(const std::string &var) const;
53 bool is_set(const std::string &var) const;
56 static const std::string bogus;
57 static const std::string nothing;
59 std::map<std::string, std::string> _vars;
91 std::string _var;
92 std::string _re;
108 std::string _var;
123 std::string _cmd;
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/
H A Dprofiler_container_size.h59 __container_size_info(__stack_t __stack, std::size_t __num) in __container_size_info()
70 std::fprintf(__f, "%Zu %Zu %Zu %Zu %Zu %Zu %Zu %Zu %Zu %Zu\n", in __write()
79 std::string
82 std::stringstream __message; in __advice()
92 _M_init = std::max(_M_init, __o._M_init); in __merge()
93 _M_max = std::max(_M_max, __o._M_max); in __merge()
94 _M_item_max = std::max(_M_item_max, __o._M_item_max); in __merge()
95 _M_min = std::min(_M_min, __o._M_min); in __merge()
96 _M_item_min = std::min(_M_item_min, __o._M_item_min); in __merge()
106 __destruct(std::size_t __num, std::size_t __inum) in __destruct()
[all …]

12345678910>>...65