Home
last modified time | relevance | path

Searched refs:right_low (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/libfirm/libfirm-1.21.0/ir/be/sparc/
H A Dsparc_lower64.c41 ir_node *right_low = get_lowered_low(right); in lower64_add() local
44 right_low); in lower64_add()
60 ir_node *right_low = get_lowered_low(right); in lower64_sub() local
63 right_low); in lower64_sub()
77 ir_node *right_low = get_lowered_low(op); in lower64_minus() local
79 ir_mode *low_unsigned = get_irn_mode(right_low); in lower64_minus()
83 right_low); in lower64_minus()
/dports/audio/mixxx/mixxx-2.3.0/src/waveform/renderers/
H A Dglwaveformrendererrgb.cpp141 float right_low = lowGain * static_cast<float>(data[visualIndex + 1].filtered.low); in draw() local
145 …float right_all = sqrtf(right_low * right_low + right_mid * right_mid + right_high * right_high)… in draw()
147 right_low * static_cast<float>(m_rgbLowColor_r) + in draw()
151 right_low * static_cast<float>(m_rgbLowColor_g) + in draw()
155 right_low * static_cast<float>(m_rgbLowColor_b) + in draw()
/dports/textproc/weka/weka-3-8-5/data/
H A Dbreast-cancer.arff102 @attribute breast-quad {'left_up','left_low','right_up','right_low','central'}
114 '40-49','premeno','0-4','0-2','no','2','right','right_low','no','no-recurrence-events'
160 '40-49','premeno','25-29','0-2',?,'2','left','right_low','yes','no-recurrence-events'
179 '50-59','ge40','30-34','6-8','yes','3','left','right_low','no','recurrence-events'
180 '30-39','premeno','25-29','6-8','yes','3','left','right_low','yes','recurrence-events'
271 '50-59','ge40','30-34','6-8','yes','2','left','right_low','yes','recurrence-events'
291 '60-69','ge40','15-19','0-2','no','1','left','right_low','no','no-recurrence-events'
319 '50-59','ge40','25-29','0-2','no','1','left','right_low','no','no-recurrence-events'
356 '50-59','ge40','30-34','9-11','yes','3','left','right_low','yes','recurrence-events'
359 '70-79','ge40','0-4','0-2','no','1','left','right_low','no','no-recurrence-events'
[all …]
/dports/databases/p5-BSON-XS/BSON-XS-v0.8.4/bson/
H A Dbson-decimal128.c331 right_high, right_low, in _mul_64x64() local
343 right_low = (uint32_t)right; in _mul_64x64()
346 product_mid = left_high * right_low; in _mul_64x64()
348 product_low = left_low * right_low; in _mul_64x64()
/dports/devel/libbson/libbson-1.8.1/src/bson/
H A Dbson-decimal128.c330 uint64_t left_high, left_low, right_high, right_low, product_high, in _mul_64x64() local
342 right_low = (uint32_t) right; in _mul_64x64()
345 product_mid = left_high * right_low; in _mul_64x64()
347 product_low = left_low * right_low; in _mul_64x64()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libbson/src/bson/
H A Dbson-decimal128.c334 uint64_t left_high, left_low, right_high, right_low, product_high, in _mul_64x64() local
346 right_low = (uint32_t) right; in _mul_64x64()
349 product_mid = left_high * right_low; in _mul_64x64()
351 product_low = left_low * right_low; in _mul_64x64()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-0.2.24/src/stream/
H A Dmod.rs829 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
831 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/tokio-0.2.24/src/stream/
H A Dmod.rs829 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
831 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-stream-0.1.7/src/
H A Dstream_ext.rs909 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
911 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/net-im/fractal/fractal-4.4.0/vendor/tokio/src/stream/
H A Dmod.rs829 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
831 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/editors/helix/helix-0.5.0/cargo-crates/tokio-stream-0.1.7/src/
H A Dstream_ext.rs909 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
911 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-0.2.21/src/stream/
H A Dmod.rs824 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
826 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/tokio-0.2.22/src/stream/
H A Dmod.rs829 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
831 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/www/firefox/firefox-99.0/third_party/rust/tokio/src/stream/
H A Dmod.rs829 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
831 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/net/proby/proby-1.0.2/cargo-crates/tokio-0.2.22/src/stream/
H A Dmod.rs829 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
831 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/tokio-0.2.21/src/stream/
H A Dmod.rs824 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
826 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-0.2.25/src/stream/
H A Dmod.rs829 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
831 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/tokio-0.2.25/src/stream/
H A Dmod.rs829 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
831 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/net/oha/oha-0.4.7/cargo-crates/tokio-stream-0.1.7/src/
H A Dstream_ext.rs909 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
911 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tokio-stream-0.1.7/src/
H A Dstream_ext.rs909 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
911 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/tokio-stream-0.1.7/src/
H A Dstream_ext.rs909 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
911 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/lang/rust/rustc-1.58.1-src/vendor/tokio-stream/src/
H A Dstream_ext.rs909 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
911 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/devel/desed/desed-1.2.0/cargo-crates/tokio-0.2.22/src/stream/
H A Dmod.rs829 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
831 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/tokio-stream-0.1.8/src/
H A Dstream_ext.rs909 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
911 let low = left_low.saturating_add(right_low); in merge_size_hints()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/tokio-0.2.25/src/stream/
H A Dmod.rs829 (right_low, right_hign): (usize, Option<usize>), in merge_size_hints() argument
831 let low = left_low.saturating_add(right_low); in merge_size_hints()

12