Home
last modified time | relevance | path

Searched refs:num_elts (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/lang/ocaml/ocaml-4.05.0/otherlibs/bigarray/
H A Dbigarray_stubs.c43 uintnat num_elts; in caml_ba_num_elts() local
45 num_elts = 1; in caml_ba_num_elts()
46 for (i = 0; i < b->num_dims; i++) num_elts = num_elts * b->dim[i]; in caml_ba_num_elts()
47 return num_elts; in caml_ba_num_elts()
801 if (num_elts > 256) num_elts = 256; in caml_ba_hash()
818 if (num_elts > 128) num_elts = 128; in caml_ba_hash()
830 if (num_elts > 64) num_elts = 64; in caml_ba_hash()
838 if (num_elts > 64) num_elts = 64; in caml_ba_hash()
845 if (num_elts > 32) num_elts = 32; in caml_ba_hash()
854 if (num_elts > 64) num_elts = 64; in caml_ba_hash()
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/bigarray/
H A Dbigarray_stubs.c43 uintnat num_elts; in caml_ba_num_elts() local
45 num_elts = 1; in caml_ba_num_elts()
46 for (i = 0; i < b->num_dims; i++) num_elts = num_elts * b->dim[i]; in caml_ba_num_elts()
47 return num_elts; in caml_ba_num_elts()
801 if (num_elts > 256) num_elts = 256; in caml_ba_hash()
818 if (num_elts > 128) num_elts = 128; in caml_ba_hash()
830 if (num_elts > 64) num_elts = 64; in caml_ba_hash()
838 if (num_elts > 64) num_elts = 64; in caml_ba_hash()
845 if (num_elts > 32) num_elts = 32; in caml_ba_hash()
854 if (num_elts > 64) num_elts = 64; in caml_ba_hash()
[all …]
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/girepository/
H A Dgthash.c90 guint32 num_elts; in _gi_typelib_hash_builder_prepare() local
98 num_elts = g_hash_table_size (builder->strings); in _gi_typelib_hash_builder_prepare()
99 g_assert (num_elts <= 65536); in _gi_typelib_hash_builder_prepare()
101 strs = (char**) g_new (char *, num_elts + 1); in _gi_typelib_hash_builder_prepare()
113 io = cmph_io_vector_adapter (strs, num_elts); in _gi_typelib_hash_builder_prepare()
125 g_assert (cmph_size (builder->c) == num_elts); in _gi_typelib_hash_builder_prepare()
130 builder->packed_size = builder->dirmap_offset + (num_elts * sizeof(guint16)); in _gi_typelib_hash_builder_prepare()
153 guint32 num_elts; in _gi_typelib_hash_builder_pack() local
171 num_elts = g_hash_table_size (builder->strings); in _gi_typelib_hash_builder_pack()
180 g_assert (hashv < num_elts); in _gi_typelib_hash_builder_pack()
/dports/net/zmap/zmap-2.1.1/src/
H A Dshard.c37 uint64_t num_elts = cycle->group->prime - 1; in shard_init() local
53 uint64_t end_idx = (num_elts - (num_elts % tot_shards) + begin_idx) % num_elts; in shard_init()
56 end_idx %= num_elts; in shard_init()
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/itertools/
H A Dpermutations.hpp23 std::vector<typename T::value_type> const &iter, size_t num_elts, in permutations_iterator() argument
25 : pool(iter), curr_permut(pool.size()), _size(num_elts), end(end) in permutations_iterator()
28 if (num_elts > iter.size()) { in permutations_iterator()
130 _permutations<T0> permutations(T0 iter, long num_elts) in permutations() argument
132 return _permutations<T0>(iter, num_elts); in permutations()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/Transforms/
H A Dpipeline-data-transfer.mlir17 %num_elts = constant 32 : index
21 affine.dma_wait %tag[%zero], %num_elts : memref<1 x f32>
112 %num_elts = constant 256 : index
128 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
145 affine.dma_wait %3[%c0], %num_elts : memref<2xi32>
146 affine.dma_wait %4[%c0], %num_elts : memref<2xi32>
206 %num_elts = constant 256 : index
222 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
225 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
365 %num_elts = constant 32 : index
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Transforms/
H A Dpipeline-data-transfer.mlir17 %num_elts = constant 32 : index
21 affine.dma_wait %tag[%zero], %num_elts : memref<1 x f32>
112 %num_elts = constant 256 : index
128 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
145 affine.dma_wait %3[%c0], %num_elts : memref<2xi32>
146 affine.dma_wait %4[%c0], %num_elts : memref<2xi32>
206 %num_elts = constant 256 : index
222 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
225 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
365 %num_elts = constant 32 : index
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/Transforms/
H A Dpipeline-data-transfer.mlir17 %num_elts = constant 32 : index
21 affine.dma_wait %tag[%zero], %num_elts : memref<1 x f32>
112 %num_elts = constant 256 : index
128 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
145 affine.dma_wait %3[%c0], %num_elts : memref<2xi32>
146 affine.dma_wait %4[%c0], %num_elts : memref<2xi32>
206 %num_elts = constant 256 : index
222 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
225 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
363 %num_elts = constant 32 : index
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Transforms/
H A Dpipeline-data-transfer.mlir17 %num_elts = constant 32 : index
21 affine.dma_wait %tag[%zero], %num_elts : memref<1 x f32>
112 %num_elts = constant 256 : index
128 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
145 affine.dma_wait %3[%c0], %num_elts : memref<2xi32>
146 affine.dma_wait %4[%c0], %num_elts : memref<2xi32>
206 %num_elts = constant 256 : index
222 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
225 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
365 %num_elts = constant 32 : index
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/Transforms/
H A Dpipeline-data-transfer.mlir17 %num_elts = constant 32 : index
21 affine.dma_wait %tag[%zero], %num_elts : memref<1 x f32>
112 %num_elts = constant 256 : index
128 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
145 affine.dma_wait %3[%c0], %num_elts : memref<2xi32>
146 affine.dma_wait %4[%c0], %num_elts : memref<2xi32>
206 %num_elts = constant 256 : index
222 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
225 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
365 %num_elts = constant 32 : index
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Transforms/
H A Dpipeline-data-transfer.mlir17 %num_elts = constant 32 : index
21 affine.dma_wait %tag[%zero], %num_elts : memref<1 x f32>
112 %num_elts = constant 256 : index
128 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
145 affine.dma_wait %3[%c0], %num_elts : memref<2xi32>
146 affine.dma_wait %4[%c0], %num_elts : memref<2xi32>
206 %num_elts = constant 256 : index
222 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
225 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
360 %num_elts = constant 32 : index
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Transforms/
H A Dpipeline-data-transfer.mlir17 %num_elts = constant 32 : index
21 affine.dma_wait %tag[%zero], %num_elts : memref<1 x f32>
112 %num_elts = constant 256 : index
128 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
145 affine.dma_wait %3[%c0], %num_elts : memref<2xi32>
146 affine.dma_wait %4[%c0], %num_elts : memref<2xi32>
206 %num_elts = constant 256 : index
222 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
225 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
360 %num_elts = constant 32 : index
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Transforms/
H A Dpipeline-data-transfer.mlir17 %num_elts = constant 32 : index
21 affine.dma_wait %tag[%zero], %num_elts : memref<1 x f32>
112 %num_elts = constant 256 : index
128 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
145 affine.dma_wait %3[%c0], %num_elts : memref<2xi32>
146 affine.dma_wait %4[%c0], %num_elts : memref<2xi32>
206 %num_elts = constant 256 : index
222 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
225 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
360 %num_elts = constant 32 : index
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Transforms/
H A Dpipeline-data-transfer.mlir17 %num_elts = constant 32 : index
21 affine.dma_wait %tag[%zero], %num_elts : memref<1 x f32>
112 %num_elts = constant 256 : index
128 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
145 affine.dma_wait %3[%c0], %num_elts : memref<2xi32>
146 affine.dma_wait %4[%c0], %num_elts : memref<2xi32>
206 %num_elts = constant 256 : index
222 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
225 affine.dma_wait %5[%c0], %num_elts : memref<2xi32>
360 %num_elts = constant 32 : index
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/
H A Dshuffle_select_fuzz_tester.py219 def get_random_type(ty, num_elts): argument
243 if num_elts == None:
244 num_elts = random.choice(range(2, 65))
255 return Type(is_float, width, num_elts)
351 assert args.num_elts == None or args.num_elts > 0, "num_elts must be a positive integer."
354 ty = get_random_type(args.type, args.num_elts)
/dports/devel/llvm11/llvm-11.0.1.src/utils/
H A Dshuffle_select_fuzz_tester.py219 def get_random_type(ty, num_elts): argument
243 if num_elts == None:
244 num_elts = random.choice(range(2, 65))
255 return Type(is_float, width, num_elts)
351 assert args.num_elts == None or args.num_elts > 0, "num_elts must be a positive integer."
354 ty = get_random_type(args.type, args.num_elts)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/
H A Dshuffle_select_fuzz_tester.py219 def get_random_type(ty, num_elts): argument
243 if num_elts == None:
244 num_elts = random.choice(range(2, 65))
255 return Type(is_float, width, num_elts)
351 assert args.num_elts == None or args.num_elts > 0, "num_elts must be a positive integer."
354 ty = get_random_type(args.type, args.num_elts)
/dports/devel/llvm90/llvm-9.0.1.src/utils/
H A Dshuffle_select_fuzz_tester.py219 def get_random_type(ty, num_elts): argument
243 if num_elts == None:
244 num_elts = random.choice(range(2, 65))
255 return Type(is_float, width, num_elts)
351 assert args.num_elts == None or args.num_elts > 0, "num_elts must be a positive integer."
354 ty = get_random_type(args.type, args.num_elts)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/
H A Dshuffle_select_fuzz_tester.py219 def get_random_type(ty, num_elts): argument
243 if num_elts == None:
244 num_elts = random.choice(range(2, 65))
255 return Type(is_float, width, num_elts)
351 assert args.num_elts == None or args.num_elts > 0, "num_elts must be a positive integer."
354 ty = get_random_type(args.type, args.num_elts)
/dports/devel/llvm10/llvm-10.0.1.src/utils/
H A Dshuffle_select_fuzz_tester.py219 def get_random_type(ty, num_elts): argument
243 if num_elts == None:
244 num_elts = random.choice(range(2, 65))
255 return Type(is_float, width, num_elts)
351 assert args.num_elts == None or args.num_elts > 0, "num_elts must be a positive integer."
354 ty = get_random_type(args.type, args.num_elts)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/
H A Dshuffle_select_fuzz_tester.py219 def get_random_type(ty, num_elts): argument
243 if num_elts == None:
244 num_elts = random.choice(range(2, 65))
255 return Type(is_float, width, num_elts)
351 assert args.num_elts == None or args.num_elts > 0, "num_elts must be a positive integer."
354 ty = get_random_type(args.type, args.num_elts)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/
H A Dshuffle_select_fuzz_tester.py219 def get_random_type(ty, num_elts): argument
243 if num_elts == None:
244 num_elts = random.choice(range(2, 65))
255 return Type(is_float, width, num_elts)
351 assert args.num_elts == None or args.num_elts > 0, "num_elts must be a positive integer."
354 ty = get_random_type(args.type, args.num_elts)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/
H A Dshuffle_select_fuzz_tester.py219 def get_random_type(ty, num_elts): argument
243 if num_elts == None:
244 num_elts = random.choice(range(2, 65))
255 return Type(is_float, width, num_elts)
351 assert args.num_elts == None or args.num_elts > 0, "num_elts must be a positive integer."
354 ty = get_random_type(args.type, args.num_elts)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/
H A Dshuffle_select_fuzz_tester.py219 def get_random_type(ty, num_elts): argument
243 if num_elts == None:
244 num_elts = random.choice(range(2, 65))
255 return Type(is_float, width, num_elts)
351 assert args.num_elts == None or args.num_elts > 0, "num_elts must be a positive integer."
354 ty = get_random_type(args.type, args.num_elts)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/utils/
H A Dshuffle_select_fuzz_tester.py219 def get_random_type(ty, num_elts): argument
243 if num_elts == None:
244 num_elts = random.choice(range(2, 65))
255 return Type(is_float, width, num_elts)
351 assert args.num_elts == None or args.num_elts > 0, "num_elts must be a positive integer."
354 ty = get_random_type(args.type, args.num_elts)

12345678