Home
last modified time | relevance | path

Searched refs:range (Results 226 – 250 of 72836) sorted by relevance

12345678910>>...2914

/dports/multimedia/rav1e/rav1e-0.5.1/src/transform/
H A Dinverse.rs69 av1_iadst4(input, output, range); in av1_iflipadst4()
153 clamp_value(stg2[0] + stg2[1], range), in av1_idct8()
154 clamp_value(stg2[0] - stg2[1], range), in av1_idct8()
156 clamp_value(stg2[2] + stg2[3], range), in av1_idct8()
179 av1_iadst8(input, output, range); in av1_iflipadst8()
208 clamp_value(stg2[0] + stg2[4], range), in av1_iadst8()
209 clamp_value(stg2[1] + stg2[5], range), in av1_iadst8()
370 av1_iadst16(input, output, range); in av1_iflipadst16()
1610 let range = bd + 8; in inverse_transform_add() localVariable
1636 let range = cmp::max(bd + 6, 16); in inverse_transform_add() localVariable
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/transform/
H A Dinverse.rs69 av1_iadst4(input, output, range); in av1_iflipadst4()
153 clamp_value(stg2[0] + stg2[1], range), in av1_idct8()
154 clamp_value(stg2[0] - stg2[1], range), in av1_idct8()
156 clamp_value(stg2[2] + stg2[3], range), in av1_idct8()
179 av1_iadst8(input, output, range); in av1_iflipadst8()
208 clamp_value(stg2[0] + stg2[4], range), in av1_iadst8()
209 clamp_value(stg2[1] + stg2[5], range), in av1_iadst8()
370 av1_iadst16(input, output, range); in av1_iflipadst16()
1610 let range = bd + 8; in inverse_transform_add() localVariable
1636 let range = cmp::max(bd + 6, 16); in inverse_transform_add() localVariable
[all …]
/dports/lang/racket-minimal/racket-8.3/src/regexp/parse/
H A Dclass.rkt16 [(#\D) (success (range-invert (range:d) (chytes-limit s)))]
18 [(#\W) (success (range-invert (range:w) (chytes-limit s)))]
20 [(#\S) (success (range-invert (range:s) (chytes-limit s)))]
24 (range-add-span empty-range (chyte #\0) (chyte #\9)))
27 (range-add
30 (range:d)
36 (let* ([r (range-add empty-range (chyte #\space))]
107 (for/fold ([range empty-range]) ([i (in-range 0 128)])
109 (range-add range i)
113 (range-add range (chyte #\space))
[all …]
/dports/lang/racket/racket-8.3/src/regexp/parse/
H A Dclass.rkt16 [(#\D) (success (range-invert (range:d) (chytes-limit s)))]
18 [(#\W) (success (range-invert (range:w) (chytes-limit s)))]
20 [(#\S) (success (range-invert (range:s) (chytes-limit s)))]
24 (range-add-span empty-range (chyte #\0) (chyte #\9)))
27 (range-add
30 (range:d)
36 (let* ([r (range-add empty-range (chyte #\space))]
107 (for/fold ([range empty-range]) ([i (in-range 0 128)])
109 (range-add range i)
113 (range-add range (chyte #\space))
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_supports_parser.cc44 DCHECK(!range.AtEnd()); in ConsumeAnyValue()
46 range.Consume(); in ConsumeAnyValue()
47 return range.AtEnd(); in ConsumeAnyValue()
53 CSSParserTokenRange range, in SupportsCondition() argument
56 range.ConsumeWhitespace(); in SupportsCondition()
80 if (!AtIdent(range, ident)) in ConsumeIfIdent()
128 range = stored_range; in ConsumeSupportsInParens()
136 range = stored_range; in ConsumeSupportsInParens()
157 range = stored_range; in ConsumeSupportsFeature()
174 range.ConsumeWhitespace(); in ConsumeSupportsSelectorFn()
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/fixedbugs/
H A Dissue30116u.out3 … slice[3] runtime error: index out of range [3] with length 3
8 … array[3] runtime error: index out of range [3] with length 3
13 … string[3] runtime error: index out of range [3] with length 3
21 … slice[3:0] runtime error: slice bounds out of range [3:0]
26 … slice[4:0] runtime error: slice bounds out of range [4:0]
27 … slice[4:3] runtime error: slice bounds out of range [4:3]
46 … array[3:0] runtime error: slice bounds out of range [3:0]
51 … array[4:0] runtime error: slice bounds out of range [4:0]
52 … array[4:3] runtime error: slice bounds out of range [4:3]
71 … string[3:0] runtime error: slice bounds out of range [3:0]
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue30116u.out3 … slice[3] runtime error: index out of range [3] with length 3
8 … array[3] runtime error: index out of range [3] with length 3
13 … string[3] runtime error: index out of range [3] with length 3
21 … slice[3:0] runtime error: slice bounds out of range [3:0]
26 … slice[4:0] runtime error: slice bounds out of range [4:0]
27 … slice[4:3] runtime error: slice bounds out of range [4:3]
46 … array[3:0] runtime error: slice bounds out of range [3:0]
51 … array[4:0] runtime error: slice bounds out of range [4:0]
52 … array[4:3] runtime error: slice bounds out of range [4:3]
71 … string[3:0] runtime error: slice bounds out of range [3:0]
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue30116u.out3 … slice[3] runtime error: index out of range [3] with length 3
8 … array[3] runtime error: index out of range [3] with length 3
13 … string[3] runtime error: index out of range [3] with length 3
21 … slice[3:0] runtime error: slice bounds out of range [3:0]
26 … slice[4:0] runtime error: slice bounds out of range [4:0]
27 … slice[4:3] runtime error: slice bounds out of range [4:3]
46 … array[3:0] runtime error: slice bounds out of range [3:0]
51 … array[4:0] runtime error: slice bounds out of range [4:0]
52 … array[4:3] runtime error: slice bounds out of range [4:3]
71 … string[3:0] runtime error: slice bounds out of range [3:0]
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue30116u.out3 … slice[3] runtime error: index out of range [3] with length 3
8 … array[3] runtime error: index out of range [3] with length 3
13 … string[3] runtime error: index out of range [3] with length 3
21 … slice[3:0] runtime error: slice bounds out of range [3:0]
26 … slice[4:0] runtime error: slice bounds out of range [4:0]
27 … slice[4:3] runtime error: slice bounds out of range [4:3]
46 … array[3:0] runtime error: slice bounds out of range [3:0]
51 … array[4:0] runtime error: slice bounds out of range [4:0]
52 … array[4:3] runtime error: slice bounds out of range [4:3]
71 … string[3:0] runtime error: slice bounds out of range [3:0]
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue30116u.out3 … slice[3] runtime error: index out of range [3] with length 3
8 … array[3] runtime error: index out of range [3] with length 3
13 … string[3] runtime error: index out of range [3] with length 3
21 … slice[3:0] runtime error: slice bounds out of range [3:0]
26 … slice[4:0] runtime error: slice bounds out of range [4:0]
27 … slice[4:3] runtime error: slice bounds out of range [4:3]
46 … array[3:0] runtime error: slice bounds out of range [3:0]
51 … array[4:0] runtime error: slice bounds out of range [4:0]
52 … array[4:3] runtime error: slice bounds out of range [4:3]
71 … string[3:0] runtime error: slice bounds out of range [3:0]
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/devel/grcov/grcov-0.8.2/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]
/dports/security/acmed/acmed-0.18.0/cargo-crates/vcpkg-0.2.15/test-data/normalized/installed/vcpkg/info/
H A Dboost-range_1.67.0_x64-windows-static.list4 x64-windows-static/include/boost/range.hpp
5 x64-windows-static/include/boost/range/
6 x64-windows-static/include/boost/range/adaptor/
25 x64-windows-static/include/boost/range/adaptors.hpp
27 x64-windows-static/include/boost/range/algorithm/
95 x64-windows-static/include/boost/range/atl.hpp
104 x64-windows-static/include/boost/range/detail/
142 x64-windows-static/include/boost/range/end.hpp
154 x64-windows-static/include/boost/range/mfc.hpp
172 x64-windows-static/share/boost-range/
[all …]

12345678910>>...2914