Home
last modified time | relevance | path

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

12

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dofdm_frame_sink_impl.cc238 int diff_left = 0; in ofdm_frame_sink_impl() local
247 diff_left = in ofdm_frame_sink_impl()
249 c[0] = abc[(1 << diff_left) - 1]; // convert to bits and move to ASCI integer in ofdm_frame_sink_impl()
252 diff_right = diff - diff_left; // number of carriers to put on the right side in ofdm_frame_sink_impl()
264 for (i = 0; i < (d_occupied_carriers / 4) + diff_left; i++) { in ofdm_frame_sink_impl()
269 d_subcarrier_map.push_back(4 * i + j - diff_left); in ofdm_frame_sink_impl()
H A Dofdm_mapper_bcv_impl.cc91 int diff_left = 0; in ofdm_mapper_bcv_impl() local
100 diff_left = in ofdm_mapper_bcv_impl()
102 c[0] = abc[(1 << diff_left) - 1]; // convert to bits and move to ASCI integer in ofdm_mapper_bcv_impl()
105 diff_right = diff - diff_left; // number of carriers to put on the right side in ofdm_mapper_bcv_impl()
/dports/lang/elixir/elixir-1.12.3/lib/ex_unit/lib/ex_unit/
H A Ddiff.ex124 diff_left = update_diff_meta(left, true)
126 diff = %__MODULE__{equivalent?: false, left: diff_left, right: diff_right}
174 diff_left = escape(left) |> update_diff_meta(true)
176 diff = %__MODULE__{equivalent?: false, left: diff_left, right: diff_right}
184 diff_left = update_diff_meta(macro, !diff.equivalent?)
185 {%{diff | left: diff_left}, post_env}
242 diff_left = update_diff_meta(pin, not diff.equivalent?)
243 {%{diff | left: diff_left}, post_env}
258 diff_left = update_diff_meta(left, true)
292 diff_left = {:{}, [], Enum.reverse(acc_left, remaining_left)}
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/ex_unit/lib/ex_unit/
H A Ddiff.ex124 diff_left = update_diff_meta(left, true)
126 diff = %__MODULE__{equivalent?: false, left: diff_left, right: diff_right}
174 diff_left = escape(left) |> update_diff_meta(true)
176 diff = %__MODULE__{equivalent?: false, left: diff_left, right: diff_right}
184 diff_left = update_diff_meta(macro, !diff.equivalent?)
185 {%{diff | left: diff_left}, post_env}
242 diff_left = update_diff_meta(pin, not diff.equivalent?)
243 {%{diff | left: diff_left}, post_env}
258 diff_left = update_diff_meta(left, true)
292 diff_left = {:{}, [], Enum.reverse(acc_left, remaining_left)}
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/pytest/_pytest/assertion/
H A Dutil.py250 diff_left = left - right
252 if diff_left:
254 for item in diff_left:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pytest/_pytest/assertion/
H A Dutil.py278 diff_left = left - right
280 if diff_left:
282 for item in diff_left:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pytest/_pytest/assertion/
H A Dutil.py278 diff_left = left - right
280 if diff_left:
282 for item in diff_left:
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pytest/src/_pytest/assertion/
H A Dutil.py278 diff_left = left - right
280 if diff_left:
282 for item in diff_left:
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/assertion/
H A Dutil.py278 diff_left = left - right
280 if diff_left:
282 for item in diff_left:
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pytest/_pytest/assertion/
H A Dutil.py243 diff_left = left - right
245 if diff_left:
247 for item in diff_left:
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pytest/_pytest/assertion/
H A Dutil.py274 diff_left = left - right
276 if diff_left:
278 for item in diff_left:
/dports/www/firefox-legacy/firefox-52.8.0esr/python/pytest/_pytest/assertion/
H A Dutil.py274 diff_left = left - right
276 if diff_left:
278 for item in diff_left:
/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/assertion/
H A Dutil.py319 diff_left = left - right
321 if diff_left:
323 for item in diff_left:
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/assertion/
H A Dutil.py357 diff_left = left - right
359 if diff_left:
361 for item in diff_left:
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/assertion/
H A Dutil.py357 diff_left = left - right
359 if diff_left:
361 for item in diff_left:
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/assertion/
H A Dutil.py357 diff_left = left - right
359 if diff_left:
361 for item in diff_left:
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/read_blast_result/
H A Dfit_blast.cpp340 int result_left = report->diff_left = in fit_blast()
349 report->diff_left -= report->q_right_middle; in fit_blast()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/enc/
H A Dpredictor_enc.c107 const int diff_left = MaxDiffBetweenPixels(current, left); 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.c107 const int diff_left = MaxDiffBetweenPixels(current, left); 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.c107 const int diff_left = MaxDiffBetweenPixels(current, left); 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.c107 const int diff_left = MaxDiffBetweenPixels(current, left); 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.c107 const int diff_left = MaxDiffBetweenPixels(current, left); 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.c107 const int diff_left = MaxDiffBetweenPixels(current, left); 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.c107 const int diff_left = MaxDiffBetweenPixels(current, left); 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.c107 const int diff_left = MaxDiffBetweenPixels(current, left); in MaxDiffAroundPixel() local
109 return GetMax(GetMax(diff_up, diff_down), GetMax(diff_left, diff_right)); in MaxDiffAroundPixel()

12