Home
last modified time | relevance | path

Searched refs:const_size (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/dports/textproc/bat/bat-0.18.3/cargo-crates/fancy-regex-0.3.5/src/
H A Danalyze.rs36 pub(crate) const_size: bool, field
87 const_size = true; in visit()
91 const_size = true; in visit()
99 const_size = true; in visit()
108 const_size &= child_info.const_size; in visit()
116 const_size = child_info.const_size; in visit()
122 const_size &= child_info.const_size && min_size == child_info.min_size; in visit()
134 const_size = child_info.const_size; in visit()
155 const_size = child_info.const_size && lo == hi; in visit()
175 const_size = child_info.const_size; in visit()
[all …]
H A Dcompile.rs206 let prefix_end = info.children.iter().take_while(|c| c.const_size && !c.hard).count(); in compile_concat()
214 info.children[prefix_end..].iter().rev().take_while(|c| c.const_size && !c.hard).count() in compile_concat()
321 const_size: false, in compile_lookaround()
338 const_size: false, in compile_lookaround()
378 if !inner.const_size { in compile_lookaround_inner()
447 const_size: bool, field
458 const_size: true, in new()
471 self.const_size &= info.const_size; in push()
506 } else if self.const_size && start_group == end_group { in build()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/Dialect/Shape/
H A Dops.mlir9 %init = shape.const_size 0
95 func @const_size() {
96 // CHECK: %c1 = shape.const_size 1
97 // CHECK: %c2 = shape.const_size 2
98 // CHECK: %c2_0 = shape.const_size 2
99 %0 = shape.const_size 1
100 %1 = shape.const_size 2
101 %2 = shape.const_size 2
/dports/science/elmerfem/elmerfem-release-9.0/misc/netcdf/src/GridDataMapper/
H A DMapperUtils.f90138 INTEGER :: TOTAL, var_i, const_i, const_size, coord_size local
170 const_size = 0 ! Amount of existing constants
202 const_size = const_size + 1
238 …ALLOCATE ( Variables(coord_size),Constants(const_size),Permutation(total_size), STAT = alloc_stat )
279 IF ( const_size .GT. 0 ) Found(2) = .TRUE.
/dports/math/py-theano/Theano-1.0.5/theano/sandbox/tests/
H A Dtest_rng_mrg.py250 for size, const_size, var_input, input in [
276 if np.prod(const_size) < 10:
287 basictest(ff, steps_, const_size, prefix='numpy',
345 for size, const_size, var_input, input in [
356 def t_binomial(mean, size, const_size, var_input, input, steps, rtol): argument
363 if np.prod(const_size) < 10:
367 basictest(f, steps_, const_size, prefix='mrg cpu',
376 basictest(ff, steps_, const_size, prefix='numpy', allow_01=True,
423 if np.prod(const_size) < 10:
496 if np.prod(const_size) < 10:
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/Shape/
H A Dops.mlir8 %init = shape.const_size 1
156 func @const_size() {
157 // CHECK: %c1 = shape.const_size 1
158 // CHECK: %c2 = shape.const_size 2
160 %0 = shape.const_size 1
161 %1 = shape.const_size 2
162 %2 = shape.const_size 2
202 %c0 = shape.const_size 0
215 %c0 = shape.const_size 0
309 %0 = shape.const_size 5
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/Shape/
H A Dops.mlir8 %init = shape.const_size 1
157 func @const_size() {
158 // CHECK: %c1 = shape.const_size 1
159 // CHECK: %c2 = shape.const_size 2
161 %0 = shape.const_size 1
162 %1 = shape.const_size 2
163 %2 = shape.const_size 2
203 %c0 = shape.const_size 0
216 %c0 = shape.const_size 0
310 %0 = shape.const_size 5
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/Shape/
H A Dops.mlir8 %init = shape.const_size 1
157 func @const_size() {
158 // CHECK: %c1 = shape.const_size 1
159 // CHECK: %c2 = shape.const_size 2
161 %0 = shape.const_size 1
162 %1 = shape.const_size 2
163 %2 = shape.const_size 2
203 %c0 = shape.const_size 0
216 %c0 = shape.const_size 0
310 %0 = shape.const_size 5
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/Shape/
H A Dops.mlir8 %init = shape.const_size 1
157 func @const_size() {
158 // CHECK: %c1 = shape.const_size 1
159 // CHECK: %c2 = shape.const_size 2
161 %0 = shape.const_size 1
162 %1 = shape.const_size 2
163 %2 = shape.const_size 2
203 %c0 = shape.const_size 0
216 %c0 = shape.const_size 0
310 %0 = shape.const_size 5
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/Shape/
H A Dops.mlir8 %init = shape.const_size 1
141 func @const_size() {
142 // CHECK: %c1 = shape.const_size 1
143 // CHECK: %c2 = shape.const_size 2
144 // CHECK: %c2_0 = shape.const_size 2
145 %0 = shape.const_size 1
146 %1 = shape.const_size 2
147 %2 = shape.const_size 2
188 %c0 = shape.const_size 0
201 %c0 = shape.const_size 0
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/Dialect/Shape/
H A Dops.mlir8 %init = shape.const_size 1
141 func @const_size() {
142 // CHECK: %c1 = shape.const_size 1
143 // CHECK: %c2 = shape.const_size 2
144 // CHECK: %c2_0 = shape.const_size 2
145 %0 = shape.const_size 1
146 %1 = shape.const_size 2
147 %2 = shape.const_size 2
188 %c0 = shape.const_size 0
201 %c0 = shape.const_size 0
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/Shape/
H A Dops.mlir8 %init = shape.const_size 1
141 func @const_size() {
142 // CHECK: %c1 = shape.const_size 1
143 // CHECK: %c2 = shape.const_size 2
144 // CHECK: %c2_0 = shape.const_size 2
145 %0 = shape.const_size 1
146 %1 = shape.const_size 2
147 %2 = shape.const_size 2
188 %c0 = shape.const_size 0
201 %c0 = shape.const_size 0
/dports/games/maxr/maxr-0.2.9/src/utility/
H A Dbox.h149 …ename PointType::value_type>::value) for (size_t d = 0; d < PointType::const_size::value; ++d) ass… in resize()
169 for (size_t d = 0; d < PointType::const_size::value; ++d) in add()
202 for (size_t d = 0; d < PointType::const_size::value; ++d) in intersects()
216 for (size_t d = 0; d < PointType::const_size::value; ++d) in intersection()
228 …static_assert (PointType::const_size::value == 2, "Converting to SDL_Rect not support in dimension… in toSdlRect()
/dports/lang/elk/elk-3.99.8/src/
H A Dtype.c78 int (*size)(), int const_size, int (*eqv)(), int (*equal)(), in Define_Type() argument
95 p->const_size = const_size; in Define_Type()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/tir/transforms/
H A Dir_util.h153 inline int GetTempAllocaAlignment(DataType type, int32_t const_size) { in GetTempAllocaAlignment() argument
155 if (const_size > 0) { in GetTempAllocaAlignment()
156 int64_t const_s = static_cast<int64_t>(const_size) * type.bits() * type.lanes() / 8; in GetTempAllocaAlignment()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/thirdparty/particles/
H A Dopengl.cpp27 PARTICLEDLL_API void pDrawGroupp(int primitive, bool const_size, bool const_color) in pDrawGroupp() argument
94 PARTICLEDLL_API void pDrawGroupl(int dlist, bool const_size, bool const_color, bool const_rotation) in pDrawGroupl() argument
116 if(!const_size) in pDrawGroupl()
/dports/misc/tvm/incubator-tvm-0.6.1/src/pass/
H A Dir_util.h173 inline int GetTempAllocaAlignment(Type type, int32_t const_size) { in GetTempAllocaAlignment() argument
175 if (const_size > 0) { in GetTempAllocaAlignment()
176 int64_t const_s = static_cast<int64_t>(const_size) * type.bits() * type.lanes() / 8; in GetTempAllocaAlignment()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/pass/
H A Dir_util.h173 inline int GetTempAllocaAlignment(Type type, int32_t const_size) { in GetTempAllocaAlignment() argument
175 if (const_size > 0) { in GetTempAllocaAlignment()
176 int64_t const_s = static_cast<int64_t>(const_size) * type.bits() * type.lanes() / 8; in GetTempAllocaAlignment()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dse.c209 HOST_WIDE_INT const_size; in setup_live_bytes_from_ref() local
211 && ref->size.is_constant (&const_size) in setup_live_bytes_from_ref()
212 && (const_size / BITS_PER_UNIT in setup_live_bytes_from_ref()
216 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
241 HOST_WIDE_INT const_size; in compute_trims() local
242 if (ref->size.is_constant (&const_size)) in compute_trims()
244 int last_orig = (const_size / BITS_PER_UNIT) - 1; in compute_trims()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dse.c209 HOST_WIDE_INT const_size; in setup_live_bytes_from_ref() local
211 && ref->size.is_constant (&const_size) in setup_live_bytes_from_ref()
212 && (const_size / BITS_PER_UNIT in setup_live_bytes_from_ref()
216 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
241 HOST_WIDE_INT const_size; in compute_trims() local
242 if (ref->size.is_constant (&const_size)) in compute_trims()
244 int last_orig = (const_size / BITS_PER_UNIT) - 1; in compute_trims()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dse.c209 HOST_WIDE_INT const_size; in setup_live_bytes_from_ref() local
211 && ref->size.is_constant (&const_size) in setup_live_bytes_from_ref()
212 && (const_size / BITS_PER_UNIT in setup_live_bytes_from_ref()
216 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
241 HOST_WIDE_INT const_size; in compute_trims() local
242 if (ref->size.is_constant (&const_size)) in compute_trims()
244 int last_orig = (const_size / BITS_PER_UNIT) - 1; in compute_trims()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-dse.c209 HOST_WIDE_INT const_size; in setup_live_bytes_from_ref() local
211 && ref->size.is_constant (&const_size) in setup_live_bytes_from_ref()
212 && (const_size / BITS_PER_UNIT in setup_live_bytes_from_ref()
216 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
241 HOST_WIDE_INT const_size; in compute_trims() local
242 if (ref->size.is_constant (&const_size)) in compute_trims()
244 int last_orig = (const_size / BITS_PER_UNIT) - 1; in compute_trims()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-dse.c209 HOST_WIDE_INT const_size; in setup_live_bytes_from_ref() local
211 && ref->size.is_constant (&const_size) in setup_live_bytes_from_ref()
212 && (const_size / BITS_PER_UNIT in setup_live_bytes_from_ref()
216 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
241 HOST_WIDE_INT const_size; in compute_trims() local
242 if (ref->size.is_constant (&const_size)) in compute_trims()
244 int last_orig = (const_size / BITS_PER_UNIT) - 1; in compute_trims()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-dse.c210 HOST_WIDE_INT const_size; in setup_live_bytes_from_ref() local
212 && ref->size.is_constant (&const_size) in setup_live_bytes_from_ref()
213 && (const_size / BITS_PER_UNIT in setup_live_bytes_from_ref()
217 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
242 HOST_WIDE_INT const_size; in compute_trims() local
243 if (ref->size.is_constant (&const_size)) in compute_trims()
245 int last_orig = (const_size / BITS_PER_UNIT) - 1; in compute_trims()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-dse.c211 HOST_WIDE_INT const_size; in setup_live_bytes_from_ref() local
213 && ref->size.is_constant (&const_size) in setup_live_bytes_from_ref()
214 && (const_size / BITS_PER_UNIT in setup_live_bytes_from_ref()
218 bitmap_set_range (live_bytes, 0, const_size / BITS_PER_UNIT); in setup_live_bytes_from_ref()
243 HOST_WIDE_INT const_size; in compute_trims() local
245 if (ref->size.is_constant (&const_size)) in compute_trims()
247 int last_orig = (const_size / BITS_PER_UNIT) - 1; in compute_trims()

12345678910>>...18