Home
last modified time | relevance | path

Searched refs:new_slice (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/devel/R-cran-R6/R6/R/
H A Dclone.R115 new_slice <- list( list
138 binding_parent <- new_slice$private
146 new_slice$enclosing <- new_slice$binding
150 new_slice$enclosing$self <- new_slice$binding
152 new_slice$enclosing$private <- new_slice$private
154 new_slice$binding$.__enclos_env__ <- new_slice$enclosing
156 new_slice
245 list2env2(binding_copies, new_slice$binding)
270 list2env2(private_copies, new_slice$private)
294 lockBinding(name, new_slice$binding)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/timeline/
H A Dthread.py117 new_slice.did_not_finish = True
118 self.PushSlice(new_slice)
119 return new_slice
154 new_slice.did_not_finish = True
156 new_slice.duration = duration
158 self.PushSlice(new_slice)
159 return new_slice
166 self.PushSlice(new_slice)
167 return new_slice
169 def PushSlice(self, new_slice): argument
[all …]
/dports/math/py-yt/yt-4.0.1/yt/data_objects/
H A Dregion_expression.py99 new_slice = []
106 new_slice.append(slice(None, None, None))
108 new_slice.append(v)
118 source = self._create_region(new_slice)
127 getattr(new_slice[xax].step, "imag", 0.0) != 0.0
128 and getattr(new_slice[yax].step, "imag", 0.0) != 0.0
135 resolution = (int(new_slice[xax].step.imag), int(new_slice[yax].step.imag))
180 new_slice = []
189 new_slice.append(slice(None, None, None))
204 new_slice.append(v)
[all …]
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DMCMCnbutil.h97 double U, L, R, V, end_val, this_slice, new_rho, new_slice, old_rho; in rho_slice_sampler() local
138 new_slice = rho_conditional_log_density(new_rho, y, lambda, g, e, f); in rho_slice_sampler()
139 while (new_slice <= this_slice) { in rho_slice_sampler()
147 new_slice = rho_conditional_log_density(new_rho, y, lambda, g, e, f); in rho_slice_sampler()
153 rhostep[1] = new_slice; in rho_slice_sampler()
171 double U, L, R, V, end_val, this_slice, new_rho, new_slice, old_rho; in rho_prior_sampler() local
212 new_slice = (e - 1) * log(new_rho) - (e+f) * log(new_rho + g); in rho_prior_sampler()
213 while (new_slice <= this_slice) { in rho_prior_sampler()
221 new_slice = (e - 1) * log(new_rho) - (e+f) * log(new_rho + g); in rho_prior_sampler()
227 rhostep[1] = new_slice; in rho_prior_sampler()
/dports/math/boolector/boolector-3.2.2/src/preprocess/
H A Dbtorelimslices.c26 new_slice (Btor *btor, uint32_t upper, uint32_t lower) in new_slice() function
159 s1 = new_slice (btor, in btor_eliminate_slices_on_bv_vars()
178 s1 = new_slice (btor, btor_node_bv_get_width (btor, var) - 1, 0); in btor_eliminate_slices_on_bv_vars()
202 new_s1 = new_slice (btor, max - 1, min); in btor_eliminate_slices_on_bv_vars()
226 new_s1 = new_slice (btor, max, min + 1); in btor_eliminate_slices_on_bv_vars()
250 new_s1 = new_slice (btor, vals[3], vals[2] + 1); in btor_eliminate_slices_on_bv_vars()
251 new_s2 = new_slice (btor, vals[2], vals[1]); in btor_eliminate_slices_on_bv_vars()
252 new_s3 = new_slice (btor, vals[1] - 1, vals[0]); in btor_eliminate_slices_on_bv_vars()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Dparallel_download_utils.cc68 const DownloadItem::ReceivedSlice& new_slice, in AddOrMergeReceivedSliceIntoSortedArray() argument
71 new_slice, compareReceivedSlices); in AddOrMergeReceivedSliceIntoSortedArray()
74 if (prev->offset + prev->received_bytes == new_slice.offset) { in AddOrMergeReceivedSliceIntoSortedArray()
75 prev->received_bytes += new_slice.received_bytes; in AddOrMergeReceivedSliceIntoSortedArray()
80 it = received_slices.emplace(it, new_slice); in AddOrMergeReceivedSliceIntoSortedArray()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Dparallel_download_utils.cc68 const DownloadItem::ReceivedSlice& new_slice, in AddOrMergeReceivedSliceIntoSortedArray() argument
71 new_slice, compareReceivedSlices); in AddOrMergeReceivedSliceIntoSortedArray()
74 if (prev->offset + prev->received_bytes == new_slice.offset) { in AddOrMergeReceivedSliceIntoSortedArray()
75 prev->received_bytes += new_slice.received_bytes; in AddOrMergeReceivedSliceIntoSortedArray()
80 it = received_slices.emplace(it, new_slice); in AddOrMergeReceivedSliceIntoSortedArray()
/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dhypercube.c131 DimensionSlice *new_slice; in ts_hypercube_add_slice() local
133 new_slice = ts_hypercube_add_slice_from_range(hc, in ts_hypercube_add_slice()
137 new_slice->fd.id = slice->fd.id; in ts_hypercube_add_slice()
139 return new_slice; in ts_hypercube_add_slice()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tdutils/td/utils/
H A DMemoryLog.h40 void do_append(int log_level, CSlice new_slice) final { in do_append() argument
41 Slice slice = new_slice; in do_append()
/dports/audio/aubio/aubio-0.4.9/python/lib/aubio/
H A Dslicing.py125 new_slice = {'start_stamp': start_stamp, 'end_stamp': end_stamp,
128 slices.append(new_slice)
/dports/audio/py-aubio/aubio-0.4.9/python/lib/aubio/
H A Dslicing.py125 new_slice = {'start_stamp': start_stamp, 'end_stamp': end_stamp,
128 slices.append(new_slice)
/dports/devel/py-gast/gast-0.5.3/gast/
H A Dast2.py155 new_slice = self._visit(node.slice)
158 new_slice,
385 new_slice = ast.ExtSlice([adjust_slice(self._visit(elt))
388 new_slice = adjust_slice(self._visit(node.slice))
389 ast.copy_location(new_slice, node.slice)
393 new_slice,
H A Dast3.py245 new_slice = ast.ExtSlice(
251 new_slice = ast.Index(value)
253 new_slice = adjust_slice(self._visit(node.slice))
254 ast.copy_location(new_slice, node.slice)
258 new_slice,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/zerocopy-0.2.8/src/
H A Dlib.rs419 pub fn new_slice(bytes: B) -> Option<LayoutVerified<B, [T]>> { in new_slice() function
539 map_zeroed(Self::new_slice(bytes)) in new_slice_zeroed()
1124 let lv = LayoutVerified::<_, [u8]>::new_slice(&buf[..]).unwrap(); in test_address()
1264 test_new_helper_slice(LayoutVerified::<_, [u64]>::new_slice(&mut buf.buf[..]).unwrap()); in test_new_aligned_sized()
1325 LayoutVerified::<_, [u8]>::new_slice(&mut buf[..]).unwrap(), in test_new_unaligned_sized()
1454 assert!(LayoutVerified::<_, [u64]>::new_slice(&buf.buf[..]).is_none()); in test_new_fail()
1471 assert!(LayoutVerified::<_, [u64]>::new_slice(&buf.buf[4..]).is_none()); in test_new_fail()
1482 LayoutVerified::<_, [()]>::new_slice(&[0u8][..]); in test_new_slice_zst_panics()
1554 let lv = LayoutVerified::<_, [u64]>::new_slice(&buf.buf[..]).unwrap(); in test_display_debug()
/dports/graphics/rx/rx-0.4.0/cargo-crates/zerocopy-0.2.8/src/
H A Dlib.rs419 pub fn new_slice(bytes: B) -> Option<LayoutVerified<B, [T]>> { in new_slice() function
539 map_zeroed(Self::new_slice(bytes)) in new_slice_zeroed()
1124 let lv = LayoutVerified::<_, [u8]>::new_slice(&buf[..]).unwrap(); in test_address()
1264 test_new_helper_slice(LayoutVerified::<_, [u64]>::new_slice(&mut buf.buf[..]).unwrap()); in test_new_aligned_sized()
1325 LayoutVerified::<_, [u8]>::new_slice(&mut buf[..]).unwrap(), in test_new_unaligned_sized()
1454 assert!(LayoutVerified::<_, [u64]>::new_slice(&buf.buf[..]).is_none()); in test_new_fail()
1471 assert!(LayoutVerified::<_, [u64]>::new_slice(&buf.buf[4..]).is_none()); in test_new_fail()
1482 LayoutVerified::<_, [()]>::new_slice(&[0u8][..]); in test_new_slice_zst_panics()
1554 let lv = LayoutVerified::<_, [u64]>::new_slice(&buf.buf[..]).unwrap(); in test_display_debug()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zerocopy-0.3.0/src/
H A Dlib.rs451 pub fn new_slice(bytes: B) -> Option<LayoutVerified<B, [T]>> { in new_slice() function
571 map_zeroed(Self::new_slice(bytes)) in new_slice_zeroed()
1156 let lv = LayoutVerified::<_, [u8]>::new_slice(&buf[..]).unwrap(); in test_address()
1296 test_new_helper_slice(LayoutVerified::<_, [u64]>::new_slice(&mut buf.buf[..]).unwrap()); in test_new_aligned_sized()
1357 LayoutVerified::<_, [u8]>::new_slice(&mut buf[..]).unwrap(), in test_new_unaligned_sized()
1486 assert!(LayoutVerified::<_, [u64]>::new_slice(&buf.buf[..]).is_none()); in test_new_error()
1503 assert!(LayoutVerified::<_, [u64]>::new_slice(&buf.buf[4..]).is_none()); in test_new_error()
1514 LayoutVerified::<_, [()]>::new_slice(&[0u8][..]); in test_new_slice_zst_panics()
1586 let lv = LayoutVerified::<_, [u64]>::new_slice(&buf.buf[..]).unwrap(); in test_display_debug()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/include/flatbuffers/
H A Dgrpc.h131 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward() local
132 uint8_t *new_p = GRPC_SLICE_START_PTR(new_slice); in reallocate_downward()
135 slice_ = new_slice; in reallocate_downward()
/dports/science/py-nibabel/nibabel-3.2.1/nibabel/tests/
H A Dtest_fileslice.py656 new_slice = fileslice(fobj, sliceobj, arr.shape, arr.dtype, offset, order, heuristic)
657 assert_array_equal(arr[sliceobj], new_slice)
719 new_slice = fileslice(fobj, sliceobj, arr.shape, dt)
720 assert_array_equal(arr[sliceobj], new_slice)
744 new_slice = _simple_fileslice(
746 assert_array_equal(arr[sliceobj], new_slice)
/dports/devel/flatbuffers/flatbuffers-2.0.0/include/flatbuffers/
H A Dgrpc.h130 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward() local
131 uint8_t *new_p = GRPC_SLICE_START_PTR(new_slice); in reallocate_downward()
134 slice_ = new_slice; in reallocate_downward()
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/include/flatbuffers/
H A Dgrpc.h131 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward() local
132 uint8_t *new_p = GRPC_SLICE_START_PTR(new_slice); in reallocate_downward()
135 slice_ = new_slice; in reallocate_downward()
/dports/databases/postgis32/postgis-3.2.0/deps/flatgeobuf/include/flatbuffers/
H A Dgrpc.h130 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward() local
131 uint8_t *new_p = GRPC_SLICE_START_PTR(new_slice); in reallocate_downward()
134 slice_ = new_slice; in reallocate_downward()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/include/flatbuffers/
H A Dgrpc.h130 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward() local
131 uint8_t *new_p = GRPC_SLICE_START_PTR(new_slice); in reallocate_downward()
134 slice_ = new_slice; in reallocate_downward()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/include/flatbuffers/
H A Dgrpc.h130 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward() local
131 uint8_t *new_p = GRPC_SLICE_START_PTR(new_slice); in reallocate_downward()
134 slice_ = new_slice; in reallocate_downward()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/flatgeobuf/flatbuffers/
H A Dgrpc.h130 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward() local
131 uint8_t *new_p = GRPC_SLICE_START_PTR(new_slice); in reallocate_downward()
134 slice_ = new_slice; in reallocate_downward()
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/include/flatbuffers/
H A Dgrpc.h130 grpc_slice new_slice = grpc_slice_malloc(new_size); in reallocate_downward() local
131 uint8_t *new_p = GRPC_SLICE_START_PTR(new_slice); in reallocate_downward()
134 slice_ = new_slice; in reallocate_downward()

12345678