Home
last modified time | relevance | path

Searched refs:traits_type (Results 1 – 25 of 6007) sorted by relevance

12345678910>>...241

/dports/math/tvmet/tvmet-1.7.2/include/tvmet/
H A DNumericTraits.h107 traits_type::norm_inf(rhs)), in equals()
638 traits_type::norm_inf(rhs)),
704 traits_type::norm_inf(rhs)),
860 return (traits_type::real(lhs) == traits_type::real(rhs))
861 && (traits_type::imag(lhs) == traits_type::imag(rhs));
946 return (traits_type::real(lhs) == traits_type::real(rhs))
947 && (traits_type::imag(lhs) == traits_type::imag(rhs));
1037 return (traits_type::real(lhs) == traits_type::real(rhs))
1038 && (traits_type::imag(lhs) == traits_type::imag(rhs));
1127 return (traits_type::real(lhs) == traits_type::real(rhs))
[all …]
/dports/devel/entt/entt-3.8.1/test/entt/entity/
H A Dentity.cpp8 using traits_type = entt::entt_traits<entt::entity>; in TEST() typedef
19 ASSERT_EQ(traits_type::to_entity(entity), 0u); in TEST()
20 ASSERT_EQ(traits_type::to_version(entity), 1u); in TEST()
21 ASSERT_EQ(traits_type::to_entity(other), 1u); in TEST()
22 ASSERT_EQ(traits_type::to_version(other), 0u); in TEST()
24 …ASSERT_EQ(traits_type::construct(traits_type::to_entity(entity), traits_type::to_version(entity)),… in TEST()
25 …ASSERT_EQ(traits_type::construct(traits_type::to_entity(other), traits_type::to_version(other)), o… in TEST()
26 ASSERT_NE(traits_type::construct(traits_type::to_entity(entity), {}), entity); in TEST()
50 …ASSERT_EQ((entt::null | entity), (traits_type::construct(traits_type::to_entity(null), traits_type in TEST()
82 …ASSERT_EQ((entt::tombstone | entity), (traits_type::construct(traits_type::to_entity(entity), trai… in TEST()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
H A Dstreambuf.cc40 typedef basic_streambuf<char>::traits_type traits_type; in __copy_streambufs_eof() typedef
43 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
61 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
80 typedef basic_streambuf<wchar_t>::traits_type traits_type; in __copy_streambufs_eof() typedef
83 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
101 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
H A Dstreambuf.cc40 typedef basic_streambuf<char>::traits_type traits_type; in __copy_streambufs_eof() typedef
43 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
61 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
80 typedef basic_streambuf<wchar_t>::traits_type traits_type; in __copy_streambufs_eof() typedef
83 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
101 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
H A Dstreambuf.cc40 typedef basic_streambuf<char>::traits_type traits_type; in __copy_streambufs_eof() typedef
43 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
61 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
80 typedef basic_streambuf<wchar_t>::traits_type traits_type; in __copy_streambufs_eof() typedef
83 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
101 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
H A Dstreambuf.cc40 typedef basic_streambuf<char>::traits_type traits_type; in __copy_streambufs_eof() typedef
43 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
61 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
80 typedef basic_streambuf<wchar_t>::traits_type traits_type; in __copy_streambufs_eof() typedef
83 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
101 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
H A Dstreambuf.cc40 typedef basic_streambuf<char>::traits_type traits_type; in __copy_streambufs_eof() typedef
43 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
61 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
80 typedef basic_streambuf<wchar_t>::traits_type traits_type; in __copy_streambufs_eof() typedef
83 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
101 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/src/c++98/
H A Distream.cc48 const int_type __eof = traits_type::eof(); in getline()
53 && !traits_type::eq_int_type(__c, __eof) in getline()
75 *__s++ = traits_type::to_char_type(__c); in getline()
81 if (traits_type::eq_int_type(__c, __eof)) in getline()
115 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
134 && !traits_type::eq_int_type(__c, __eof) in ignore()
135 && !traits_type::eq_int_type(__c, __delim)) in ignore()
158 && !traits_type::eq_int_type(__c, __eof) in ignore()
172 if (traits_type::eq_int_type(__c, __eof)) in ignore()
357 if (traits_type::eq_int_type(__delim, traits_type::eof())) in ignore()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/src/c++98/
H A Dstreambuf.cc40 typedef basic_streambuf<char>::traits_type traits_type; in __copy_streambufs_eof() typedef
43 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
61 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
80 typedef basic_streambuf<wchar_t>::traits_type traits_type; in __copy_streambufs_eof() typedef
83 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
101 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/src/c++98/
H A Dstreambuf.cc40 typedef basic_streambuf<char>::traits_type traits_type; in __copy_streambufs_eof() typedef
43 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
61 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
80 typedef basic_streambuf<wchar_t>::traits_type traits_type; in __copy_streambufs_eof() typedef
83 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
101 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/src/c++98/
H A Dstreambuf.cc40 typedef basic_streambuf<char>::traits_type traits_type; in __copy_streambufs_eof() typedef
43 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
61 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
80 typedef basic_streambuf<wchar_t>::traits_type traits_type; in __copy_streambufs_eof() typedef
83 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
101 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/src/c++98/
H A Dstreambuf.cc40 typedef basic_streambuf<char>::traits_type traits_type; in __copy_streambufs_eof() typedef
43 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
44 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
61 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
62 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
80 typedef basic_streambuf<wchar_t>::traits_type traits_type; in __copy_streambufs_eof() typedef
83 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof()
84 while (!traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()
101 __c = __sbout->sputc(traits_type::to_char_type(__c)); in __copy_streambufs_eof()
102 if (traits_type::eq_int_type(__c, traits_type::eof())) in __copy_streambufs_eof()

12345678910>>...241