Home
last modified time | relevance | path

Searched refs:diff_right (Results 1 – 25 of 43) sorted by relevance

12

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dofdm_mapper_bcv_impl.cc92 int diff_right = 0; in ofdm_mapper_bcv_impl() local
105 diff_right = diff - diff_left; // number of carriers to put on the right side in ofdm_mapper_bcv_impl()
107 ((1 << diff_right) - 1)]; // convert to bits and move to ASCI integer in ofdm_mapper_bcv_impl()
H A Dofdm_frame_sink_impl.cc239 int diff_right = 0; in ofdm_frame_sink_impl() local
252 diff_right = diff - diff_left; // number of carriers to put on the right side in ofdm_frame_sink_impl()
254 ((1 << diff_right) - 1)]; // convert to bits and move to ASCI integer in ofdm_frame_sink_impl()
/dports/lang/elixir/elixir-1.12.3/lib/ex_unit/lib/ex_unit/
H A Ddiff.ex49 diff_right = escape(right)
50 diff = %__MODULE__{equivalent?: true, left: left, right: diff_right}
125 diff_right = escape(right) |> update_diff_meta(true)
175 diff_right = escape(right) |> update_diff_meta(true)
253 diff_right = escape(right)
254 diff = %__MODULE__{equivalent?: true, left: left, right: diff_right}
259 diff_right = escape(right) |> update_diff_meta(true)
265 diff_right = escape(right)
266 diff = %__MODULE__{equivalent?: true, left: left, right: diff_right}
293 diff_right = {:{}, [], Enum.reverse(acc_right, remaining_right)}
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/ex_unit/lib/ex_unit/
H A Ddiff.ex49 diff_right = escape(right)
50 diff = %__MODULE__{equivalent?: true, left: left, right: diff_right}
125 diff_right = escape(right) |> update_diff_meta(true)
175 diff_right = escape(right) |> update_diff_meta(true)
253 diff_right = escape(right)
254 diff = %__MODULE__{equivalent?: true, left: left, right: diff_right}
259 diff_right = escape(right) |> update_diff_meta(true)
265 diff_right = escape(right)
266 diff = %__MODULE__{equivalent?: true, left: left, right: diff_right}
293 diff_right = {:{}, [], Enum.reverse(acc_right, remaining_right)}
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/_pytest/assertion/
H A Dutil.py251 diff_right = right - left
256 if diff_right:
258 for item in diff_right:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pytest/_pytest/assertion/
H A Dutil.py279 diff_right = right - left
284 if diff_right:
286 for item in diff_right:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pytest/_pytest/assertion/
H A Dutil.py279 diff_right = right - left
284 if diff_right:
286 for item in diff_right:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/src/_pytest/assertion/
H A Dutil.py279 diff_right = right - left
284 if diff_right:
286 for item in diff_right:
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/assertion/
H A Dutil.py279 diff_right = right - left
284 if diff_right:
286 for item in diff_right:
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pytest/_pytest/assertion/
H A Dutil.py244 diff_right = right - left
249 if diff_right:
251 for item in diff_right:
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/_pytest/assertion/
H A Dutil.py275 diff_right = right - left
280 if diff_right:
282 for item in diff_right:
/dports/www/firefox-legacy/firefox-52.8.0esr/python/pytest/_pytest/assertion/
H A Dutil.py275 diff_right = right - left
280 if diff_right:
282 for item in diff_right:
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/assertion/
H A Dutil.py320 diff_right = right - left
325 if diff_right:
327 for item in diff_right:
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/assertion/
H A Dutil.py358 diff_right = right - left
363 if diff_right:
365 for item in diff_right:
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/assertion/
H A Dutil.py358 diff_right = right - left
363 if diff_right:
365 for item in diff_right:
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/assertion/
H A Dutil.py358 diff_right = right - left
363 if diff_right:
365 for item in diff_right:
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/read_blast_result/
H A Dfit_blast.cpp344 int result_right = report->diff_right = in fit_blast()
350 report->diff_right -= report->q_left_middle; in fit_blast()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/enc/
H A Dpredictor_enc.c108 const int diff_right = MaxDiffBetweenPixels(current, right); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/enc/
H A Dpredictor_enc.c108 const int diff_right = MaxDiffBetweenPixels(current, right); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/enc/
H A Dpredictor_enc.c108 const int diff_right = MaxDiffBetweenPixels(current, right); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c108 const int diff_right = MaxDiffBetweenPixels(current, right); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/enc/
H A Dpredictor_enc.c108 const int diff_right = MaxDiffBetweenPixels(current, right); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/enc/
H A Dpredictor_enc.c108 const int diff_right = MaxDiffBetweenPixels(current, right); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/enc/
H A Dpredictor_enc.c108 const int diff_right = MaxDiffBetweenPixels(current, right); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()
/dports/www/firefox/firefox-99.0/media/libwebp/src/enc/
H A Dpredictor_enc.c108 const int diff_right = MaxDiffBetweenPixels(current, right); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()

12