Home
last modified time | relevance | path

Searched refs:this_type (Results 1 – 25 of 2989) sorted by relevance

12345678910>>...120

/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-article_types.php82 $this_type,
83 $_REQUEST["use_ratings"][$this_type],
86 $_REQUEST["heading_only"][$this_type],
89 $_REQUEST["show_image"][$this_type],
90 $_REQUEST["show_avatar"][$this_type],
91 $_REQUEST["show_author"][$this_type],
94 $_REQUEST["show_reads"][$this_type],
95 $_REQUEST["show_size"][$this_type],
98 $_REQUEST["show_linkto"][$this_type],
100 $_REQUEST["creator_edit"][$this_type]
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/lms/trait/bound/
H A Dscalar.hpp44 …() { return scalar_type(100) * ( this_type::max( matrix_type::a11() ) + this_type::max( matrix_typ… in l_max()
45 …() { return scalar_type(100) * ( this_type::min( matrix_type::a11() ) + this_type::min( matrix_typ… in l_min()
47 …() { return scalar_type(100) * ( this_type::max( matrix_type::a21() ) + this_type::max( matrix_typ… in m_max()
48 …() { return scalar_type(100) * ( this_type::min( matrix_type::a21() ) + this_type::min( matrix_typ… in m_min()
50 …() { return scalar_type(100) * ( this_type::max( matrix_type::a31() ) + this_type::max( matrix_typ… in s_max()
56 … static scalar_type max_list[] = { this_type::l_max(), this_type::m_max(), this_type::s_max() }; in maximum()
62 … static scalar_type max_list[] = { this_type::l_max(), this_type::m_max(), this_type::s_max() }; in maximum()
69 … static scalar_type min_list[] = { this_type::l_min(), this_type::m_min(), this_type::s_min() }; in minimum()
75 … static scalar_type min_list[] = { this_type::l_min(), this_type::m_min(), this_type::s_min() }; in minimum()
82 …pe range_list[] = { this_type::l_max() - this_type::l_min(), this_type::m_max() - this_type::m_min… in range()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/interprocess/containers/container/detail/
H A Diterators.hpp295 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
298 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
301 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
304 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
307 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
310 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
405 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
408 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
411 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
414 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/YDbDr/
H A Dconstant.hpp29 …atic /* constexpr*/ scalar_type const Wg() { return this_type::one() - this_type::Wr()-this_type in Wg()
36 …static /* constexpr*/ scalar_type const DB_min() { return - this_type::Umax() * this_type::DR_sca… in DB_min()
37 …static /* constexpr*/ scalar_type const DB_max() { return this_type::Umax() * this_type::DR_sca… in DB_max()
38 …static /* constexpr*/ scalar_type const DB_range(){ return this_type::DB_max() - this_type::DB_min… in DB_range()
40 …static /* constexpr*/ scalar_type const DR_min() { return this_type::Umax() * this_type::DR_sca… in DR_min()
41 …static /* constexpr*/ scalar_type const DR_max() { return - this_type::Umax() * this_type::DR_sca… in DR_max()
42 …static /* constexpr*/ scalar_type const DR_range(){ return this_type::DR_max() - this_type::DR_min… in DR_range()
44 …type DB_diverse ( scalar_type const& normal ){ return this_type::DB_range() * normal + this_type:… in DB_diverse()
45 …B_normalize( scalar_type const& divert ){ return ( divert - this_type::DB_min() ) /this_type::DB_r… in DB_normalize()
47 …type DR_diverse ( scalar_type const& normal ){ return this_type::DR_range() * normal + this_type:… in DR_diverse()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/YPbPr/constant/
H A Dparameter.hpp89 …constexpr*/ scalar_type const a22(){ return 2 * this_type::CBlue()*( this_type::CBlue() - 1 ) / th… in a22()
90 …constexpr*/ scalar_type const a23(){ return 2 * this_type::CRed() *( this_type::CRed() - 1 ) / th… in a23()
96 static /* constexpr*/ scalar_type const b11(){ return this_type::CRed(); } in b11()
99 …static /* constexpr*/ scalar_type const b21(){ return - this_type::CRed()/( 1- this_type::CBlue() … in b21()
100 …static /* constexpr*/ scalar_type const b22(){ return - this_type::CGreen()/( 1- this_type::CBlue(… in b22()
103 …static /* constexpr*/ scalar_type const b32(){ return - this_type::CGreen()/( 1- this_type::CRed()… in b32()
104 …static /* constexpr*/ scalar_type const b33(){ return - this_type::CBlue()/( 1- this_type::CRed() … in b33()
106 …b_normalize( scalar_type const& divert ){ return ( divert - this_type::Pb_min() ) /this_type::Pb_r… in Pb_normalize()
107 …type Pb_diverse ( scalar_type const& normal ){ return this_type::Pb_range() * normal + this_type:… in Pb_diverse()
109 …type Pr_diverse ( scalar_type const& normal ){ return this_type::Pr_range() * normal + this_type:… in Pr_diverse()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dconfig.hpp186 …friend this_type operator-(const this_type& a, Itor::difference_type n) { return this_type(a.i_ - … in operator -()
187 …friend this_type operator+(const this_type& a, Itor::difference_type n) { return this_type(a.i_ + … in operator +()
188 …friend this_type operator+(Itor::difference_type n, const this_type& a) { return this_type(a.i_ + … in operator +()
579 this_type operator--(int) { return this_type(i_--); } in operator --()
599 friend this_type operator-(const this_type& a, difference_type n) { return this_type(a.i_ - n); } in operator -()
600 friend this_type operator+(const this_type& a, difference_type n) { return this_type(a.i_ + n); } in operator +()
601 friend this_type operator+(difference_type n, const this_type& a) { return this_type(a.i_ + n); } in operator +()
632 this_type operator--(int) { return this_type(i_--); } in operator --()
652 friend this_type operator-(const this_type& a, difference_type n) { return this_type(a.i_ - n); } in operator -()
653 friend this_type operator+(const this_type& a, difference_type n) { return this_type(a.i_ + n); } in operator +()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/luv/trait/bound/
H A Dpositive.hpp37 typedef ::color::_internal::luv::bound::positive< number_type, index_name > this_type; typedef
51 return this_type::higher100() - this_type::lower100(); in span100()
66 return this_type::higher() - this_type::lower(); in span()
72 …static instance_type max_list[] = { this_type::higher100(), this_type::higher(), this_type::higher… in maximum()
78 …static instance_type max_list[] = { this_type::higher100(), this_type::higher(), this_type::higher… in maximum()
85 …static instance_type min_list[] = { this_type::lower100(), this_type::lower(), this_type::lower() … in minimum()
91 …static instance_type min_list[] = { this_type::lower100(), this_type::lower(), this_type::lower() … in minimum()
98 …static instance_type range_list[] = { this_type::span100(), this_type::span(), this_type::span() }; in range()
104 …static instance_type range_list[] = { this_type::span100(), this_type::span(), this_type::span() }; in range()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/container/detail/
H A Diterators.hpp411 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
414 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
417 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
420 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
423 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
426 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
522 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
525 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
528 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
531 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/container/detail/
H A Diterators.hpp411 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
414 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
417 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
420 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
423 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
426 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
522 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
525 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
528 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
531 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/container/detail/
H A Diterators.hpp411 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
414 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
417 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
420 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
423 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
426 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
522 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
525 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
528 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
531 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/container/detail/
H A Diterators.hpp411 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
414 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
417 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
420 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
423 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
426 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
522 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
525 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
528 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
531 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/container/detail/
H A Diterators.hpp411 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
414 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
417 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
420 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
423 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
426 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
522 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
525 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
528 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
531 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/container/detail/
H A Diterators.hpp411 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
414 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
417 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
420 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
423 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
426 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
522 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
525 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
528 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
531 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/container/detail/
H A Diterators.hpp411 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
414 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
417 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
420 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
423 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
426 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
522 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
525 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
528 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
531 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/container/detail/
H A Diterators.hpp411 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
414 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
417 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
420 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
423 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
426 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
522 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
525 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
528 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
531 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/lab/trait/bound/
H A Dpositive.hpp39 …f ::color::_internal::lab::bound::positive< number_type, index_name, reference_number > this_type; typedef
53 return this_type::higher100() - this_type::lower100(); in span100()
68 return this_type::higher() - this_type::lower(); in span()
74 …static instance_type max_list[] = { this_type::higher100(), this_type::higher(), this_type::higher… in maximum()
80 …static instance_type max_list[] = { this_type::higher100(), this_type::higher(), this_type::higher… in maximum()
87 …static instance_type min_list[] = { this_type::lower100(), this_type::lower(), this_type::lower() … in minimum()
93 …static instance_type min_list[] = { this_type::lower100(), this_type::lower(), this_type::lower() … in minimum()
100 …static instance_type range_list[] = { this_type::span100(), this_type::span(), this_type::span() }; in range()
106 …static instance_type range_list[] = { this_type::span100(), this_type::span(), this_type::span() }; in range()
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/container/detail/
H A Diterators.hpp391 this_type& operator++() in operator ++()
394 this_type operator++(int) in operator ++()
401 this_type& operator--() in operator --()
411 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
414 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
417 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
420 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
423 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
426 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
429 friend Difference operator- (const this_type& i, const this_type& i2) in operator -()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/container/detail/
H A Diterators.hpp392 this_type& operator++() in operator ++()
395 this_type operator++(int) in operator ++()
402 this_type& operator--() in operator --()
412 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
415 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
418 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
421 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
424 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
427 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
430 friend Difference operator- (const this_type& i, const this_type& i2) in operator -()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/container/detail/
H A Diterators.hpp392 this_type& operator++() in operator ++()
395 this_type operator++(int) in operator ++()
402 this_type& operator--() in operator --()
412 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
415 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
418 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
421 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
424 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
427 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
430 friend Difference operator- (const this_type& i, const this_type& i2) in operator -()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/container/detail/
H A Diterators.hpp392 this_type& operator++() in operator ++()
395 this_type operator++(int) in operator ++()
402 this_type& operator--() in operator --()
412 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
415 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
418 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
421 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
424 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
427 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
430 friend Difference operator- (const this_type& i, const this_type& i2) in operator -()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/container/detail/
H A Diterators.hpp392 this_type& operator++() in operator ++()
395 this_type operator++(int) in operator ++()
402 this_type& operator--() in operator --()
412 friend bool operator== (const this_type& i, const this_type& i2) in operator ==()
415 friend bool operator!= (const this_type& i, const this_type& i2) in operator !=()
418 friend bool operator< (const this_type& i, const this_type& i2) in operator <()
421 friend bool operator> (const this_type& i, const this_type& i2) in operator >()
424 friend bool operator<= (const this_type& i, const this_type& i2) in operator <=()
427 friend bool operator>= (const this_type& i, const this_type& i2) in operator >=()
430 friend Difference operator- (const this_type& i, const this_type& i2) in operator -()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/log/detail/
H A Dlight_function_pp.hpp14 typedef light_function this_type; typedef in light_function
15 BOOST_COPYABLE_AND_MOVABLE(this_type)
51 typedef impl< FunT > this_type; typedef in light_function::impl
57 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
64 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
184 typename disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type
223 typedef light_function this_type; typedef in light_function
260 typedef impl< FunT > this_type; typedef in light_function::impl
266 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
273 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/log/detail/
H A Dlight_function_pp.hpp14 typedef light_function this_type; typedef in light_function
15 BOOST_COPYABLE_AND_MOVABLE(this_type)
51 typedef impl< FunT > this_type; typedef in light_function::impl
57 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
64 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
184 typename disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type
223 typedef light_function this_type; typedef in light_function
260 typedef impl< FunT > this_type; typedef in light_function::impl
266 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
273 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/log/detail/
H A Dlight_function_pp.hpp14 typedef light_function this_type; typedef in light_function
15 BOOST_COPYABLE_AND_MOVABLE(this_type)
51 typedef impl< FunT > this_type; typedef in light_function::impl
57 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
64 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
184 typename disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type
223 typedef light_function this_type; typedef in light_function
260 typedef impl< FunT > this_type; typedef in light_function::impl
266 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
273 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/log/detail/
H A Dlight_function_pp.hpp14 typedef light_function this_type; typedef in light_function
15 BOOST_COPYABLE_AND_MOVABLE(this_type)
51 typedef impl< FunT > this_type; typedef in light_function::impl
57 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
64 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
184 typename disable_if_c< is_rv_or_same< FunT, this_type >::value, this_type& >::type
223 typedef light_function this_type; typedef in light_function
260 typedef impl< FunT > this_type; typedef in light_function::impl
266 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
273 impl_base(&this_type::invoke_impl, &this_type::clone_impl, &this_type::destroy_impl), in impl()
[all …]

12345678910>>...120