Home
last modified time | relevance | path

Searched refs:IntCoordTyped (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DCoord.h25 struct IntCoordTyped;
41 struct CommonType<IntCoordTyped<units>, primitive> {
89 struct IntCoordTyped
90 : public BaseCoord<int32_t, IntCoordTyped<units>>,
97 using Super = BaseCoord<int32_t, IntCoordTyped<units>>;
99 constexpr IntCoordTyped() : Super() {}
121 explicit constexpr CoordTyped(const IntCoordTyped<units>& aCoord)
127 IntCoordTyped<units> Rounded() const {
128 return IntCoordTyped<units>(int32_t(floor(this->value + 0.5)));
130 IntCoordTyped<units> Truncated() const {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DCoord.h25 struct IntCoordTyped;
41 struct CommonType<IntCoordTyped<units>, primitive> {
92 struct IntCoordTyped
93 : public BaseCoord<int32_t, IntCoordTyped<units> >,
99 typedef BaseCoord<int32_t, IntCoordTyped<units> > Super;
101 constexpr IntCoordTyped() : Super() {}
122 explicit constexpr CoordTyped(const IntCoordTyped<units>& aCoord)
128 IntCoordTyped<units> Rounded() const {
129 return IntCoordTyped<units>(int32_t(floor(this->value + 0.5)));
131 IntCoordTyped<units> Truncated() const {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DCoord.h25 struct IntCoordTyped;
41 struct CommonType<IntCoordTyped<units>, primitive> {
89 struct IntCoordTyped
90 : public BaseCoord<int32_t, IntCoordTyped<units>>,
97 using Super = BaseCoord<int32_t, IntCoordTyped<units>>;
99 constexpr IntCoordTyped() : Super() {}
121 explicit constexpr CoordTyped(const IntCoordTyped<units>& aCoord)
127 IntCoordTyped<units> Rounded() const {
128 return IntCoordTyped<units>(int32_t(floor(this->value + 0.5)));
130 IntCoordTyped<units> Truncated() const {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DCoord.h25 struct IntCoordTyped;
41 struct CommonType<IntCoordTyped<units>, primitive> {
92 struct IntCoordTyped
93 : public BaseCoord<int32_t, IntCoordTyped<units> >,
99 typedef BaseCoord<int32_t, IntCoordTyped<units> > Super;
101 constexpr IntCoordTyped() : Super() {}
122 explicit constexpr CoordTyped(const IntCoordTyped<units>& aCoord)
128 IntCoordTyped<units> Rounded() const {
129 return IntCoordTyped<units>(int32_t(floor(this->value + 0.5)));
131 IntCoordTyped<units> Truncated() const {
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DCoord.h22 template <class units> struct IntCoordTyped;
37 struct CommonType<IntCoordTyped<units>, primitive> {
104 struct IntCoordTyped :
105 public BaseCoord< int32_t, IntCoordTyped<units> >,
106 public CoordOperatorsHelper< true, IntCoordTyped<units>, float >,
111 typedef BaseCoord< int32_t, IntCoordTyped<units> > Super;
113 constexpr IntCoordTyped() : Super() {}
140 IntCoordTyped<units> Rounded() const {
141 return IntCoordTyped<units>(int32_t(floor(this->value + 0.5)));
143 IntCoordTyped<units> Truncated() const {
[all …]
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DCoord.h25 struct IntCoordTyped;
41 struct CommonType<IntCoordTyped<units, Rep>, primitive> {
89 struct IntCoordTyped
90 : public BaseCoord<Rep, IntCoordTyped<units, Rep>>,
97 using Super = BaseCoord<Rep, IntCoordTyped<units, Rep>>;
99 constexpr IntCoordTyped() : Super() {}
121 explicit constexpr CoordTyped(const IntCoordTyped<units>& aCoord)
127 IntCoordTyped<units> Rounded() const {
128 return IntCoordTyped<units>(int32_t(floor(this->value + 0.5)));
130 IntCoordTyped<units> Truncated() const {
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() function
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() function
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() function
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() function
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() function
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-empty7.C14 template <class units> struct IntCoordTyped : BaseCoord<int>, units struct
17 constexpr IntCoordTyped (int) : Super (0) {} in IntCoordTyped() argument
20 struct IntPointTyped : BasePoint<IntCoordTyped<units> >, units
22 typedef BasePoint<IntCoordTyped<units> > Super;

123