Home
last modified time | relevance | path

Searched +defs:b +defs:t (Results 1 – 25 of 90561) sorted by relevance

12345678910>>...3623

/dports/multimedia/tvheadend/tvheadend-4.2.8/src/descrambler/ffdecsa/
H A Dstream.c43 unsigned int t,b; in trasp64_32_88ccw() local
52 unsigned int t,b; in trasp64_32_88ccw() local
61 unsigned int t,b; in trasp64_32_88ccw() local
70 unsigned int t,b; in trasp64_32_88ccw() local
79 unsigned int t,b; in trasp64_32_88ccw() local
95 unsigned int t,b; in trasp64_32_88cw() local
104 unsigned int t,b; in trasp64_32_88cw() local
113 unsigned int t,b; in trasp64_32_88cw() local
122 unsigned int t,b; in trasp64_32_88cw() local
131 unsigned int t,b; in trasp64_32_88cw() local
[all …]
/dports/x11/cinnamon/cinnamon-4.8.6/files/usr/local/share/cinnamon/cinnamon-settings/bin/
H A DtweenEquations.py40 def easeNone(t, b, c, d): argument
44 def easeInQuad(t, b, c, d): argument
49 def easeOutQuad(t, b, c, d): argument
68 def easeInCubic(t, b, c, d): argument
92 def easeInQuart(t, b, c, d): argument
116 def easeInQuint(t, b, c, d): argument
140 def easeInSine(t, b, c, d): argument
144 def easeOutSine(t, b, c, d): argument
158 def easeInExpo(t, b, c, d): argument
187 def easeInCirc(t, b, c, d): argument
[all …]
/dports/multimedia/libdvbcsa/libdvbcsa-1.1.0/src/
H A Ddvbcsa_bs_transpose128.c41 uint64_t t, b; in dvbcsa_bs_stream_transpose_in() local
62 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
72 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
85 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
98 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
111 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
124 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
142 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_out() local
152 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_out() local
165 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_out() local
[all …]
H A Ddvbcsa_bs_transpose64.c45 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
55 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
68 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
81 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
94 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
107 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
125 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_out() local
135 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_out() local
148 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_out() local
158 dvbcsa_bs_word_t t; in dvbcsa_bs_stream_transpose_out() local
H A Ddvbcsa_bs_transpose32.c48 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
61 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
74 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
87 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
100 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_in() local
118 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_out() local
128 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_out() local
141 dvbcsa_bs_word_t t, b; in dvbcsa_bs_stream_transpose_out() local
151 dvbcsa_bs_word_t t; in dvbcsa_bs_stream_transpose_out() local
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/cxx/include/svnxx/
H A Dtristate.hpp226 constexpr inline tristate operator&&(tristate t, bool b) noexcept in operator &&()
235 constexpr inline tristate operator&&(bool b, tristate t) noexcept in operator &&()
246 constexpr inline tristate operator&&(tristate t, boost::tribool b) noexcept in operator &&()
256 constexpr inline tristate operator&&(boost::tribool b, tristate t) noexcept in operator &&()
305 constexpr inline tristate operator||(tristate t, bool b) noexcept in operator ||()
314 constexpr inline tristate operator||(bool b, tristate t) noexcept in operator ||()
325 constexpr inline tristate operator||(tristate t, boost::tribool b) noexcept in operator ||()
383 constexpr inline tristate operator==(tristate t, bool b) noexcept in operator ==()
392 constexpr inline tristate operator==(bool b, tristate t) noexcept in operator ==()
461 constexpr inline tristate operator!=(tristate t, bool b) noexcept in operator !=()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/cxx/include/svnxx/
H A Dtristate.hpp226 constexpr inline tristate operator&&(tristate t, bool b) noexcept in operator &&()
235 constexpr inline tristate operator&&(bool b, tristate t) noexcept in operator &&()
246 constexpr inline tristate operator&&(tristate t, boost::tribool b) noexcept in operator &&()
256 constexpr inline tristate operator&&(boost::tribool b, tristate t) noexcept in operator &&()
305 constexpr inline tristate operator||(tristate t, bool b) noexcept in operator ||()
314 constexpr inline tristate operator||(bool b, tristate t) noexcept in operator ||()
325 constexpr inline tristate operator||(tristate t, boost::tribool b) noexcept in operator ||()
383 constexpr inline tristate operator==(tristate t, bool b) noexcept in operator ==()
392 constexpr inline tristate operator==(bool b, tristate t) noexcept in operator ==()
461 constexpr inline tristate operator!=(tristate t, bool b) noexcept in operator !=()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/cxx/include/svnxx/
H A Dtristate.hpp226 constexpr inline tristate operator&&(tristate t, bool b) noexcept in operator &&()
235 constexpr inline tristate operator&&(bool b, tristate t) noexcept in operator &&()
246 constexpr inline tristate operator&&(tristate t, boost::tribool b) noexcept in operator &&()
256 constexpr inline tristate operator&&(boost::tribool b, tristate t) noexcept in operator &&()
305 constexpr inline tristate operator||(tristate t, bool b) noexcept in operator ||()
314 constexpr inline tristate operator||(bool b, tristate t) noexcept in operator ||()
325 constexpr inline tristate operator||(tristate t, boost::tribool b) noexcept in operator ||()
383 constexpr inline tristate operator==(tristate t, bool b) noexcept in operator ==()
392 constexpr inline tristate operator==(bool b, tristate t) noexcept in operator ==()
461 constexpr inline tristate operator!=(tristate t, bool b) noexcept in operator !=()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/cxx/include/svnxx/
H A Dtristate.hpp226 constexpr inline tristate operator&&(tristate t, bool b) noexcept in operator &&()
235 constexpr inline tristate operator&&(bool b, tristate t) noexcept in operator &&()
246 constexpr inline tristate operator&&(tristate t, boost::tribool b) noexcept in operator &&()
256 constexpr inline tristate operator&&(boost::tribool b, tristate t) noexcept in operator &&()
305 constexpr inline tristate operator||(tristate t, bool b) noexcept in operator ||()
314 constexpr inline tristate operator||(bool b, tristate t) noexcept in operator ||()
325 constexpr inline tristate operator||(tristate t, boost::tribool b) noexcept in operator ||()
383 constexpr inline tristate operator==(tristate t, bool b) noexcept in operator ==()
392 constexpr inline tristate operator==(bool b, tristate t) noexcept in operator ==()
461 constexpr inline tristate operator!=(tristate t, bool b) noexcept in operator !=()
[all …]
/dports/games/pioneer/pioneer-20210723/src/
H A DEasing.h32 T EaseIn(T t, T b, T c, T d) in EaseIn()
37 T EaseOut(T t, T b, T c, T d) in EaseOut()
42 T EaseInOut(T t, T b, T c, T d) in EaseInOut()
51 T EaseIn(T t, T b, T c, T d) in EaseIn()
57 T EaseOut(T t, T b, T c, T d) in EaseOut()
74 T EaseIn(T t, T b, T c, T d) in EaseIn()
80 T EaseOut(T t, T b, T c, T d) in EaseOut()
98 T EaseIn(T t, T b, T c, T d) in EaseIn()
104 T EaseOut(T t, T b, T c, T d) in EaseOut()
122 T EaseIn(T t, T b, T c, T d) in EaseIn()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Deasing_equations.cpp15 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
19 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
23 static real_t in_out(real_t t, real_t b, real_t c, real_t d) { in in_out()
27 static real_t out_in(real_t t, real_t b, real_t c, real_t d) { in out_in()
35 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
39 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
55 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
59 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
77 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
81 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Deasing_equations.cpp15 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
19 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
23 static real_t in_out(real_t t, real_t b, real_t c, real_t d) { in in_out()
27 static real_t out_in(real_t t, real_t b, real_t c, real_t d) { in out_in()
35 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
39 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
55 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
59 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
77 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
81 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/animation/
H A Dtween_interpolaters.cpp38 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
42 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
58 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
62 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
78 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
82 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
100 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
104 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
122 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
145 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/scene/animation/
H A Dtween_interpolaters.cpp38 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
42 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
58 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
62 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
78 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
82 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
100 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
104 static real_t out(real_t t, real_t b, real_t c, real_t d) { in out()
122 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
145 static real_t in(real_t t, real_t b, real_t c, real_t d) { in in()
[all …]
/dports/devel/raylib/raylib-3.7.0/src/
H A Deasings.h117 EASEDEF float EaseCircInOut(float t, float b, float c, float d) in EaseCircInOut()
126 EASEDEF float EaseCubicInOut(float t, float b, float c, float d) in EaseCubicInOut()
135 EASEDEF float EaseQuadInOut(float t, float b, float c, float d) in EaseQuadInOut()
144 EASEDEF float EaseExpoInOut(float t, float b, float c, float d) in EaseExpoInOut()
154 EASEDEF float EaseBackIn(float t, float b, float c, float d) in EaseBackIn()
161 EASEDEF float EaseBackOut(float t, float b, float c, float d) in EaseBackOut()
168 EASEDEF float EaseBackInOut(float t, float b, float c, float d) in EaseBackInOut()
183 EASEDEF float EaseBounceOut(float t, float b, float c, float d) in EaseBounceOut()
207 EASEDEF float EaseBounceInOut(float t, float b, float c, float d) in EaseBounceInOut()
214 EASEDEF float EaseElasticIn(float t, float b, float c, float d) in EaseElasticIn()
[all …]
/dports/devel/raylib/raylib-3.7.0/examples/shapes/
H A Deasings.h117 EASEDEF float EaseCircInOut(float t, float b, float c, float d) in EaseCircInOut()
126 EASEDEF float EaseCubicInOut(float t, float b, float c, float d) in EaseCubicInOut()
135 EASEDEF float EaseQuadInOut(float t, float b, float c, float d) in EaseQuadInOut()
144 EASEDEF float EaseExpoInOut(float t, float b, float c, float d) in EaseExpoInOut()
154 EASEDEF float EaseBackIn(float t, float b, float c, float d) in EaseBackIn()
161 EASEDEF float EaseBackOut(float t, float b, float c, float d) in EaseBackOut()
168 EASEDEF float EaseBackInOut(float t, float b, float c, float d) in EaseBackInOut()
183 EASEDEF float EaseBounceOut(float t, float b, float c, float d) in EaseBounceOut()
207 EASEDEF float EaseBounceInOut(float t, float b, float c, float d) in EaseBounceInOut()
214 EASEDEF float EaseElasticIn(float t, float b, float c, float d) in EaseElasticIn()
[all …]
/dports/devel/raylib/raylib-3.7.0/examples/others/
H A Deasings.h117 EASEDEF float EaseCircInOut(float t, float b, float c, float d) in EaseCircInOut()
126 EASEDEF float EaseCubicInOut(float t, float b, float c, float d) in EaseCubicInOut()
135 EASEDEF float EaseQuadInOut(float t, float b, float c, float d) in EaseQuadInOut()
144 EASEDEF float EaseExpoInOut(float t, float b, float c, float d) in EaseExpoInOut()
154 EASEDEF float EaseBackIn(float t, float b, float c, float d) in EaseBackIn()
161 EASEDEF float EaseBackOut(float t, float b, float c, float d) in EaseBackOut()
168 EASEDEF float EaseBackInOut(float t, float b, float c, float d) in EaseBackInOut()
183 EASEDEF float EaseBounceOut(float t, float b, float c, float d) in EaseBounceOut()
207 EASEDEF float EaseBounceInOut(float t, float b, float c, float d) in EaseBounceInOut()
214 EASEDEF float EaseElasticIn(float t, float b, float c, float d) in EaseElasticIn()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_dsp/simd/
H A Dv64_intrinsics_c.h46 c_v64 t; in c_v64_from_32() local
53 c_v64 t; in c_v64_from_64() local
62 c_v64 t; in c_v64_from_16() local
110 c_v64 t; in c_v64_load_unaligned() local
142 c_v64 t; in c_v64_zero() local
148 c_v64 t; in c_v64_dup_8() local
155 c_v64 t; in c_v64_dup_16() local
161 c_v64 t; in c_v64_dup_32() local
167 c_v64 t; in c_v64_add_8() local
174 c_v64 t; in c_v64_add_16() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom_dsp/simd/
H A Dv64_intrinsics_c.h51 c_v64 t; in c_v64_from_32() local
58 c_v64 t; in c_v64_from_64() local
67 c_v64 t; in c_v64_from_16() local
115 c_v64 t; in c_v64_load_unaligned() local
147 c_v64 t; in c_v64_zero() local
153 c_v64 t; in c_v64_dup_8() local
160 c_v64 t; in c_v64_dup_16() local
166 c_v64 t; in c_v64_dup_32() local
172 c_v64 t; in c_v64_add_8() local
179 c_v64 t; in c_v64_add_16() local
[all …]
/dports/multimedia/aom/aom-3.2.0/aom_dsp/simd/
H A Dv64_intrinsics_c.h51 c_v64 t; in c_v64_from_32() local
58 c_v64 t; in c_v64_from_64() local
67 c_v64 t; in c_v64_from_16() local
115 c_v64 t; in c_v64_load_unaligned() local
147 c_v64 t; in c_v64_zero() local
153 c_v64 t; in c_v64_dup_8() local
160 c_v64 t; in c_v64_dup_16() local
166 c_v64 t; in c_v64_dup_32() local
172 c_v64 t; in c_v64_add_8() local
179 c_v64 t; in c_v64_add_16() local
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_dsp/simd/
H A Dv64_intrinsics_c.h51 c_v64 t; in c_v64_from_32() local
58 c_v64 t; in c_v64_from_64() local
67 c_v64 t; in c_v64_from_16() local
115 c_v64 t; in c_v64_load_unaligned() local
147 c_v64 t; in c_v64_zero() local
153 c_v64 t; in c_v64_dup_8() local
160 c_v64 t; in c_v64_dup_16() local
166 c_v64 t; in c_v64_dup_32() local
172 c_v64 t; in c_v64_add_8() local
179 c_v64 t; in c_v64_add_16() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/simd/
H A Dv64_intrinsics_c.h51 c_v64 t; in c_v64_from_32() local
58 c_v64 t; in c_v64_from_64() local
67 c_v64 t; in c_v64_from_16() local
115 c_v64 t; in c_v64_load_unaligned() local
147 c_v64 t; in c_v64_zero() local
153 c_v64 t; in c_v64_dup_8() local
160 c_v64 t; in c_v64_dup_16() local
166 c_v64 t; in c_v64_dup_32() local
172 c_v64 t; in c_v64_add_8() local
179 c_v64 t; in c_v64_add_16() local
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/aom_dsp/simd/
H A Dv64_intrinsics_c.h51 c_v64 t; in c_v64_from_32() local
58 c_v64 t; in c_v64_from_64() local
67 c_v64 t; in c_v64_from_16() local
115 c_v64 t; in c_v64_load_unaligned() local
147 c_v64 t; in c_v64_zero() local
153 c_v64 t; in c_v64_dup_8() local
160 c_v64 t; in c_v64_dup_16() local
166 c_v64 t; in c_v64_dup_32() local
172 c_v64 t; in c_v64_add_8() local
179 c_v64 t; in c_v64_add_16() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_dsp/simd/
H A Dv64_intrinsics_c.h51 c_v64 t; in c_v64_from_32() local
58 c_v64 t; in c_v64_from_64() local
67 c_v64 t; in c_v64_from_16() local
115 c_v64 t; in c_v64_load_unaligned() local
147 c_v64 t; in c_v64_zero() local
153 c_v64 t; in c_v64_dup_8() local
160 c_v64 t; in c_v64_dup_16() local
166 c_v64 t; in c_v64_dup_32() local
172 c_v64 t; in c_v64_add_8() local
179 c_v64 t; in c_v64_add_16() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_dsp/simd/
H A Dv64_intrinsics_c.h51 c_v64 t; in c_v64_from_32() local
58 c_v64 t; in c_v64_from_64() local
67 c_v64 t; in c_v64_from_16() local
115 c_v64 t; in c_v64_load_unaligned() local
147 c_v64 t; in c_v64_zero() local
153 c_v64 t; in c_v64_dup_8() local
160 c_v64 t; in c_v64_dup_16() local
166 c_v64 t; in c_v64_dup_32() local
172 c_v64 t; in c_v64_add_8() local
179 c_v64 t; in c_v64_add_16() local
[all …]

12345678910>>...3623