Home
last modified time | relevance | path

Searched refs:m_value (Results 1 – 25 of 4236) sorted by relevance

12345678910>>...170

/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dfix16.hpp8 fix16_t m_value; member in Fix16
10 Fix16() { m_value = 0; } in Fix16()
11 Fix16(const Fix16 & inValue) { m_value = inValue.m_value; } in Fix16()
22 Fix16 &operator=(const Fix16 & rhs) { m_value = rhs.m_value; return *this; } in operator =()
28 Fix16 &operator+=(const Fix16 & rhs) { m_value += rhs.m_value; return *this; } in operator +=()
34 Fix16 &operator-=(const Fix16 & rhs) { m_value -= rhs.m_value; return *this; } in operator -=()
40 … Fix16 &operator*=(const Fix16 & rhs) { m_value = fix16_mul(m_value, rhs.m_value); return *this; } in operator *=()
46 … Fix16 &operator/=(const Fix16 & rhs) { m_value = fix16_div(m_value, rhs.m_value); return *this; } in operator /=()
52 … Fix16 &operator%=(const Fix16 & rhs) { m_value = fix16_mod(m_value, rhs.m_value); return *this; } in operator %=()
58 …Fix16 &operator&=(const Fix16 & rhs) { m_value = fix16_from_int(fix16_to_int(m_value) & fix16_to_i… in operator &=()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSPrimitiveValueMappings.h145 switch (m_value.ident) { in CompositeOperator()
391 switch (m_value.ident) { in EFillAttachment()
426 switch (m_value.ident) { in EFillBox()
467 switch (m_value.ident) { in EFillRepeat()
510 switch (m_value.ident) { in EBoxAlignment()
545 switch (m_value.ident) { in EBoxDirection()
572 switch (m_value.ident) { in EBoxLines()
599 switch (m_value.ident) { in EBoxOrient()
634 switch (m_value.ident) { in ECaptionSide()
671 switch (m_value.ident) { in EClear()
[all …]
/dports/emulators/mess/mame-mame0226/src/emu/video/
H A Drgbsse.h47 void zero() { m_value = _mm_xor_si128(m_value, m_value); } in zero()
99 m_value = _mm_add_epi32(m_value, color2.m_value); in add()
114 m_value = _mm_sub_epi32(m_value, color2.m_value); in sub()
129 m_value = _mm_sub_epi32(color2.m_value, m_value); in subr()
175 areg.m_value = _mm_sll_epi32(areg.m_value, ashift.m_value); in shl()
176 rreg.m_value = _mm_sll_epi32(rreg.m_value, rshift.m_value); in shl()
177 greg.m_value = _mm_sll_epi32(greg.m_value, gshift.m_value); in shl()
178 breg.m_value = _mm_sll_epi32(breg.m_value, bshift.m_value); in shl()
356 m_value = _mm_packs_epi32(m_value, other.m_value); in scale2_add_and_clamp()
386 m_value = _mm_add_epi32(m_value, other.m_value);
[all …]
H A Drgbvmx.h229 m_value = vec_add(m_value, color2.m_value); in add()
250 m_value = vec_sub(m_value, color2.m_value); in sub()
271 m_value = vec_sub(color2.m_value, m_value); in subr()
367 m_value = vec_or(m_value, color2.m_value); in or_reg()
388 m_value = vec_and(m_value, color.m_value); in and_reg()
393 m_value = vec_andc(m_value, color.m_value); in andnot_reg()
414 m_value = vec_xor(m_value, color2.m_value); in xor_reg()
446 m_value = VECS32(vec_packs(m_value, m_value)); in clamp_to_uint8()
503 m_value = VECS32(vec_cmpeq(m_value, value.m_value)); in cmpeq()
566 m_value = vec_add(m_value, other.m_value);
[all …]
/dports/emulators/mame/mame-mame0226/src/emu/video/
H A Drgbsse.h47 void zero() { m_value = _mm_xor_si128(m_value, m_value); } in zero()
99 m_value = _mm_add_epi32(m_value, color2.m_value); in add()
114 m_value = _mm_sub_epi32(m_value, color2.m_value); in sub()
129 m_value = _mm_sub_epi32(color2.m_value, m_value); in subr()
175 areg.m_value = _mm_sll_epi32(areg.m_value, ashift.m_value); in shl()
176 rreg.m_value = _mm_sll_epi32(rreg.m_value, rshift.m_value); in shl()
177 greg.m_value = _mm_sll_epi32(greg.m_value, gshift.m_value); in shl()
178 breg.m_value = _mm_sll_epi32(breg.m_value, bshift.m_value); in shl()
356 m_value = _mm_packs_epi32(m_value, other.m_value); in scale2_add_and_clamp()
386 m_value = _mm_add_epi32(m_value, other.m_value);
[all …]
H A Drgbvmx.h229 m_value = vec_add(m_value, color2.m_value); in add()
250 m_value = vec_sub(m_value, color2.m_value); in sub()
271 m_value = vec_sub(color2.m_value, m_value); in subr()
367 m_value = vec_or(m_value, color2.m_value); in or_reg()
388 m_value = vec_and(m_value, color.m_value); in and_reg()
393 m_value = vec_andc(m_value, color.m_value); in andnot_reg()
414 m_value = vec_xor(m_value, color2.m_value); in xor_reg()
446 m_value = VECS32(vec_packs(m_value, m_value)); in clamp_to_uint8()
503 m_value = VECS32(vec_cmpeq(m_value, value.m_value)); in cmpeq()
566 m_value = vec_add(m_value, other.m_value);
[all …]
/dports/graphics/wdune/wdune-1.926/src/
H A DSFMatrix4f.cpp76 m_value + 0, m_value + 1, m_value + 2, m_value + 3, in readLine()
77 m_value + 4, m_value + 5, m_value + 6, m_value + 7, in readLine()
78 m_value + 8, m_value + 9, m_value + 10, m_value + 11, in readLine()
79 m_value + 12, m_value + 13, m_value + 14, m_value + 15 in readLine()
89 m_value[0], m_value[1], m_value[2], m_value[3], in writeData()
90 m_value[4], m_value[5], m_value[6], m_value[7], in writeData()
91 m_value[8], m_value[9], m_value[10], m_value[11], in writeData()
92 m_value[12], m_value[13], m_value[14], m_value[15]); in writeData()
99 m_value[0], m_value[1], m_value[2], m_value[3], in write()
100 m_value[4], m_value[5], m_value[6], m_value[7], in write()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/
H A DLiteral.cs1992 return (m_value >= 0) && ((ulong)m_value == rhs); in Equal()
2807 return (m_value >= 0) && ((ulong)m_value == rhs); in Equal()
3077 return (m_value >= 0) && ((ulong)m_value == rhs); in Equal()
3130 return (m_value < 0) || ((ulong)m_value < rhs); in LessThan()
3183 return (m_value >= 0) && ((ulong)m_value > rhs); in GreaterThan()
3236 return (m_value < 0) || ((ulong)m_value <= rhs); in LessThanOrEqual()
3289 return (m_value >= 0) && ((ulong)m_value >= rhs); in GreaterThanOrEqual()
3363 return (m_value >= 0) && ((ulong)m_value == rhs); in Equal()
3416 return (m_value < 0) || ((ulong)m_value < rhs); in LessThan()
3469 return (m_value >= 0) && ((ulong)m_value > rhs); in GreaterThan()
[all …]
H A DArithmeticLiteral.cs862 return (m_value >= 0) ? (v + (ulong)m_value) : base.Add(v); in Add()
910 return (m_value >= 0) ? (v - (ulong)m_value) : base.Subtract(v); in Subtract()
954 return (m_value >= 0) ? (v * (ulong)m_value) : base.Multiply(v); in Multiply()
998 return (m_value >= 0) ? (v / (ulong)m_value) : base.Divide(v); in Divide()
1042 return (m_value >= 0) ? (v % (ulong)m_value) : base.Modulus(v); in Modulus()
1086 return (m_value >= 0) ? (v & (ulong)m_value) : base.BitAnd(v); in BitAnd()
1174 return (m_value >= 0) ? (v + (ulong)m_value) : base.Add(v); in Add()
1310 return (m_value >= 0) ? (v / (ulong)m_value) : base.Divide(v); in Divide()
1354 return (m_value >= 0) ? (v % (ulong)m_value) : base.Modulus(v); in Modulus()
1398 return (m_value >= 0) ? (v & (ulong)m_value) : base.BitAnd(v); in BitAnd()
[all …]
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/include/aws/crt/
H A DOptional.h30 if (m_value) in ~Optional()
32 m_value->~T(); in ~Optional()
38 if (m_value)
52 if (other.m_value) in Optional()
83 if (m_value)
87 *m_value = *other.m_value;
114 if (m_value)
118 *m_value = *other.m_value;
145 if (m_value)
149 *m_value = std::forward<U>(*other.m_value);
[all …]
/dports/editors/gobby/gobby-0.4.13/inc/
H A Dregex.hpp50 m_value |= other.m_value; return *this; in operator |=()
53 m_value &= other.m_value; return *this; in operator &=()
56 m_value ^= other.m_value; return *this; in operator ^=()
63 return m_value != NONE.m_value; in operator bool()
66 return m_value == NONE.m_value; in operator !()
69 return m_value == other.m_value; in operator ==()
72 return m_value != other.m_value; in operator !=()
115 return m_value != NONE.m_value; in operator bool()
118 return m_value == NONE.m_value; in operator !()
121 return m_value == other.m_value; in operator ==()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/json/
H A DJsonSerializer.cpp19 m_value = nullptr; in JsonValue()
33 if (!m_value || cJSON_IsInvalid(m_value)) in JsonValue()
49 if (!m_value || cJSON_IsInvalid(m_value)) in JsonValue()
58 m_value(cJSON_Duplicate(value.m_value, true/*recurse*/)), in JsonValue()
65 m_value(value.m_value), in JsonValue()
97 m_value = cJSON_Duplicate(other.m_value, true /*recurse*/); in operator =()
111 swap(m_value, other.m_value); in operator =()
141 if (!m_value) in WithString()
165 if (!m_value) in WithBool()
360 AddOrReplace(m_value, key, value.m_value == nullptr ? cJSON_CreateObject() : value.m_value); in WithObject()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DSpeed.cpp24 m_value = speed.m_value; in CSpeed()
45 return (m_value > right.m_value); in operator >()
64 return (m_value < right.m_value); in operator <()
83 return (m_value == right.m_value); in operator ==()
94 m_value = right.m_value; in operator =()
103 m_value += right.m_value; in operator +=()
112 m_value -= right.m_value; in operator -=()
121 m_value *= right.m_value; in operator *=()
130 m_value /= right.m_value; in operator /=()
144 temp.m_value += right.m_value; in operator +()
[all …]
/dports/devel/aws-crt-cpp/aws-crt-cpp-0.17.2/source/
H A DJsonObject.cpp29 if (m_value == nullptr || cJSON_IsInvalid(m_value) == 1) in JsonObject()
44 : m_value(value.m_value), m_wasParseSuccessful(value.m_wasParseSuccessful), in JsonObject()
62 m_value = cJSON_Duplicate(other.m_value, 1 /*recurse*/); in operator =()
76 swap(m_value, other.m_value); in operator =()
305 … AddOrReplace(m_value, key, value.m_value == nullptr ? cJSON_CreateObject() : value.m_value); in WithObject()
329 return cJSON_Compare(m_value, other.m_value, 1 /*case-sensitive*/) != 0; in operator ==()
338 JsonView::JsonView(const JsonObject &val) : m_value(val.m_value) {} in JsonView()
344 m_value = v.m_value; in operator =()
350 m_value = val; in operator =()
453 return m_value; in AsObject()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/util/
H A Dnumber_types.hpp34 return m_value < other.m_value; in operator <()
44 return self(m_value - other.m_value); in operator -()
57 return custom<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
83 return m_value < other.m_value; in operator <()
93 return self(m_value - other.m_value); in operator -()
111 (c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
132 return m_value < other.m_value; in operator <()
142 return self(m_value - other.m_value); in operator -()
155 return custom_global<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
173 return m_value < other.m_value; in operator <()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/util/
H A Dnumber_types.hpp34 return m_value < other.m_value; in operator <()
44 return self(m_value - other.m_value); in operator -()
57 return custom<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
83 return m_value < other.m_value; in operator <()
93 return self(m_value - other.m_value); in operator -()
111 (c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
132 return m_value < other.m_value; in operator <()
142 return self(m_value - other.m_value); in operator -()
155 return custom_global<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
173 return m_value < other.m_value; in operator <()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/util/
H A Dnumber_types.hpp34 return m_value < other.m_value; in operator <()
44 return self(m_value - other.m_value); in operator -()
57 return custom<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
83 return m_value < other.m_value; in operator <()
93 return self(m_value - other.m_value); in operator -()
111 (c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
132 return m_value < other.m_value; in operator <()
142 return self(m_value - other.m_value); in operator -()
155 return custom_global<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
173 return m_value < other.m_value; in operator <()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/util/
H A Dnumber_types.hpp34 return m_value < other.m_value; in operator <()
44 return self(m_value - other.m_value); in operator -()
57 return custom<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
83 return m_value < other.m_value; in operator <()
93 return self(m_value - other.m_value); in operator -()
111 (c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
132 return m_value < other.m_value; in operator <()
142 return self(m_value - other.m_value); in operator -()
155 return custom_global<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
173 return m_value < other.m_value; in operator <()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/util/
H A Dnumber_types.hpp34 return m_value < other.m_value; in operator <()
44 return self(m_value - other.m_value); in operator -()
57 return custom<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
83 return m_value < other.m_value; in operator <()
93 return self(m_value - other.m_value); in operator -()
111 (c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
132 return m_value < other.m_value; in operator <()
142 return self(m_value - other.m_value); in operator -()
155 return custom_global<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
173 return m_value < other.m_value; in operator <()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/util/
H A Dnumber_types.hpp34 return m_value < other.m_value; in operator <()
44 return self(m_value - other.m_value); in operator -()
57 return custom<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
83 return m_value < other.m_value; in operator <()
93 return self(m_value - other.m_value); in operator -()
111 (c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
132 return m_value < other.m_value; in operator <()
142 return self(m_value - other.m_value); in operator -()
155 return custom_global<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
173 return m_value < other.m_value; in operator <()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/test/util/
H A Dnumber_types.hpp34 return m_value < other.m_value; in operator <()
44 return self(m_value - other.m_value); in operator -()
57 return custom<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
83 return m_value < other.m_value; in operator <()
93 return self(m_value - other.m_value); in operator -()
111 (c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
132 return m_value < other.m_value; in operator <()
142 return self(m_value - other.m_value); in operator -()
155 return custom_global<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
173 return m_value < other.m_value; in operator <()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/util/
H A Dnumber_types.hpp34 return m_value < other.m_value; in operator <()
44 return self(m_value - other.m_value); in operator -()
57 return custom<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
83 return m_value < other.m_value; in operator <()
93 return self(m_value - other.m_value); in operator -()
111 (c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
132 return m_value < other.m_value; in operator <()
142 return self(m_value - other.m_value); in operator -()
155 return custom_global<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
173 return m_value < other.m_value; in operator <()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/util/
H A Dnumber_types.hpp34 return m_value < other.m_value; in operator <()
44 return self(m_value - other.m_value); in operator -()
57 return custom<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
83 return m_value < other.m_value; in operator <()
93 return self(m_value - other.m_value); in operator -()
111 (c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
132 return m_value < other.m_value; in operator <()
142 return self(m_value - other.m_value); in operator -()
155 return custom_global<T>(c.m_value < T(0) ? c.m_value : -c.m_value); in fabs()
173 return m_value < other.m_value; in operator <()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dcolor.cpp403 m_value.rgb.r == other.m_value.rgb.r && in operator ==()
404 m_value.rgb.g == other.m_value.rgb.g && in operator ==()
405 m_value.rgb.b == other.m_value.rgb.b && in operator ==()
406 m_value.rgb.a == other.m_value.rgb.a; in operator ==()
410 (std::fabs(m_value.hsv.h - other.m_value.hsv.h) < 0.001) && in operator ==()
413 (m_value.hsv.a == other.m_value.hsv.a); in operator ==()
417 (std::fabs(m_value.hsl.h - other.m_value.hsl.h) < 0.001) && in operator ==()
420 (m_value.hsl.a == other.m_value.hsl.a); in operator ==()
424 m_value.gray.g == other.m_value.gray.g && in operator ==()
425 m_value.gray.a == other.m_value.gray.a; in operator ==()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-dynamodb/source/model/
H A DAttributeValue.cpp17 if (m_value) in GetS()
35 if (m_value) in GetN()
53 if (m_value) in GetB()
71 if (m_value) in GetSS()
89 if (!m_value) in AddSItem()
104 if (m_value) in GetNS()
122 if (!m_value) in AddNItem()
137 if (m_value) in GetBS()
175 if (m_value) in GetM()
210 if (m_value) in GetL()
[all …]

12345678910>>...170