Home
last modified time | relevance | path

Searched refs:all_one (Results 1 – 25 of 77) sorted by relevance

1234

/dports/math/cppad/CppAD-20210000.8/include/cppad/core/chkpoint_one/
H A Dset_hes_sparse_bool.hpp28 vectorBool all_one(m); in set_hes_sparse_bool() local
30 all_one[i] = true; in set_hes_sparse_bool()
43 member_[thread]->hes_sparse_bool_ = member_[thread]->f_.RevSparseHes(n, all_one, transpose); in set_hes_sparse_bool()
H A Dset_hes_sparse_set.hpp28 vector<bool> all_one(m); in set_hes_sparse_set() local
30 all_one[i] = true; in set_hes_sparse_set()
47 n, all_one, transpose, member_[thread]->hes_sparse_set_ in set_hes_sparse_set()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dparallel_test.cpp94 bool all_one = std::all_of(vals.cbegin(), vals.cend(), in test_parallel_for() local
96 OIIO_CHECK_ASSERT(all_one); in test_parallel_for()
113 bool all_one = std::all_of(vals.cbegin(), vals.cend(), in test_parallel_for_2D() local
115 OIIO_CHECK_ASSERT(all_one); in test_parallel_for_2D()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libutil/
H A Dparallel_test.cpp94 bool all_one = std::all_of(vals.cbegin(), vals.cend(), in test_parallel_for() local
96 OIIO_CHECK_ASSERT(all_one); in test_parallel_for()
113 bool all_one = std::all_of(vals.cbegin(), vals.cend(), in test_parallel_for_2D() local
115 OIIO_CHECK_ASSERT(all_one); in test_parallel_for_2D()
/dports/math/gap/gap-4.11.0/pkg/RepnDecomp-1.1.0/old_tst/
H A DOrbitalMatrix.tst5 gap> all_one := Replicate@RepnDecomp(Replicate@RepnDecomp(1, n), n);;
8 gap> Sum(orbitals) = all_one;
/dports/math/R-cran-dplyr/dplyr/src/
H A Dsummarise.cpp90 bool all_one = true; in dplyr_summarise_recycle_chunks() local
118 all_one = false; in dplyr_summarise_recycle_chunks()
122 if (all_one) { in dplyr_summarise_recycle_chunks()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/libmimalloc-sys-0.1.23/c_src/mimalloc/src/
H A Dbitmap.c315 bool all_one = true; in _mi_bitmap_unclaim_across() local
318 if ((prev & pre_mask) != pre_mask) all_one = false; in _mi_bitmap_unclaim_across()
321 if ((prev & mid_mask) != mid_mask) all_one = false; in _mi_bitmap_unclaim_across()
325 if ((prev & post_mask) != post_mask) all_one = false; in _mi_bitmap_unclaim_across()
327 return all_one; in _mi_bitmap_unclaim_across()
/dports/lang/rust/rustc-1.58.1-src/vendor/libmimalloc-sys/c_src/mimalloc/src/
H A Dbitmap.c315 bool all_one = true; in _mi_bitmap_unclaim_across() local
318 if ((prev & pre_mask) != pre_mask) all_one = false; in _mi_bitmap_unclaim_across()
321 if ((prev & mid_mask) != mid_mask) all_one = false; in _mi_bitmap_unclaim_across()
325 if ((prev & post_mask) != post_mask) all_one = false; in _mi_bitmap_unclaim_across()
327 return all_one; in _mi_bitmap_unclaim_across()
/dports/devel/mimalloc/mimalloc-2.0.3/src/
H A Dbitmap.c315 bool all_one = true; in _mi_bitmap_unclaim_across() local
318 if ((prev & pre_mask) != pre_mask) all_one = false; in _mi_bitmap_unclaim_across()
321 if ((prev & mid_mask) != mid_mask) all_one = false; in _mi_bitmap_unclaim_across()
325 if ((prev & post_mask) != post_mask) all_one = false; in _mi_bitmap_unclaim_across()
327 return all_one; in _mi_bitmap_unclaim_across()
/dports/math/R-cran-dplyr/dplyr/R/
H A Dsummarise.R143 if (cols$all_one) {
348 list(new = cols, size = sizes, all_one = identical(sizes, 1L)) nameattr
353 if (!cols$all_one) {
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dtest_util.h156 bool all_one, any_one, is_interval; in IntervalsCheck() local
159 all_one = bv.is_all_one_range(from, to-1); in IntervalsCheck()
160 assert(all_one); in IntervalsCheck()
167 all_one = bv.is_all_one_range(from, to); in IntervalsCheck()
168 assert(!all_one); in IntervalsCheck()
184 all_one = bv.is_all_one_range(from, to); in IntervalsCheck()
185 assert(!all_one); in IntervalsCheck()
201 all_one = bv.is_all_one_range(from, to); in IntervalsCheck()
202 assert(all_one); in IntervalsCheck()
/dports/math/SCIP/scip-7.0.3/src/cppad/core/
H A Dcheckpoint.hpp355 vector<bool> all_one(m); in set_hes_sparse_set() local
357 all_one[i] = true; in set_hes_sparse_set()
374 n, all_one, transpose, hes_sparse_set_ in set_hes_sparse_set()
389 vectorBool all_one(m); in set_hes_sparse_bool() local
391 all_one[i] = true; in set_hes_sparse_bool()
404 hes_sparse_bool_ = f_.RevSparseHes(n, all_one, transpose); in set_hes_sparse_bool()
1183 vector<bool> all_one(m);
1185 all_one[i] = true;
1202 n, all_one, transpose, hes_sparse_set_[THREAD]
1217 vectorBool all_one(m);
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dirmode.c89 mode->all_one = get_tarval_all_one(mode); in set_mode_values()
91 mode->all_one = tarval_bad; in set_mode_values()
101 mode->all_one = tarval_b_true; in set_mode_values()
362 return mode->all_one; in get_mode_all_one()
H A Dirtypes.h162 ir_tarval *all_one; /**< the value ~0 */ member
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmaggregator.h1002 bool all_one = in combine_or() local
1004 if (!all_one) in combine_or()
1267 bool all_one; in process_bit_blocks_or() local
1285 all_one = bm::bit_block_or_5way(blk, in process_bit_blocks_or()
1288 if (all_one) in process_bit_blocks_or()
1302 all_one = bm::bit_block_or_3way(blk, ar_->v_arg_or_blk[k], ar_->v_arg_or_blk[k+1]); in process_bit_blocks_or()
1303 if (all_one) in process_bit_blocks_or()
1314 all_one = bm::bit_block_or(blk, ar_->v_arg_or_blk[k]); in process_bit_blocks_or()
1315 if (all_one) in process_bit_blocks_or()
H A Dbm.h2877 bool all_one = bm::block_is_all_one_range(block, in is_all_one_range() local
2879 if (!all_one) in is_all_one_range()
2880 return all_one; in is_all_one_range()
2890 if (!all_one) in is_all_one_range()
2891 return all_one; in is_all_one_range()
2918 if (!all_one) in is_all_one_range()
2919 return all_one; in is_all_one_range()
5938 bool all_one = bm::bit_block_or_2way(block, arg_blk1, arg_blk2); in combine_operation_block_or() local
5939 if (all_one) in combine_operation_block_or()
6252 bool all_one = bm::bit_block_or(blk, arg_blk); in combine_operation_block_or() local
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmaggregator.h1002 bool all_one = in combine_or() local
1004 if (!all_one) in combine_or()
1267 bool all_one; in process_bit_blocks_or() local
1285 all_one = bm::bit_block_or_5way(blk, in process_bit_blocks_or()
1288 if (all_one) in process_bit_blocks_or()
1302 all_one = bm::bit_block_or_3way(blk, ar_->v_arg_or_blk[k], ar_->v_arg_or_blk[k+1]); in process_bit_blocks_or()
1303 if (all_one) in process_bit_blocks_or()
1314 all_one = bm::bit_block_or(blk, ar_->v_arg_or_blk[k]); in process_bit_blocks_or()
1315 if (all_one) in process_bit_blocks_or()
H A Dbm.h2877 bool all_one = bm::block_is_all_one_range(block, in is_all_one_range() local
2879 if (!all_one) in is_all_one_range()
2880 return all_one; in is_all_one_range()
2890 if (!all_one) in is_all_one_range()
2891 return all_one; in is_all_one_range()
2918 if (!all_one) in is_all_one_range()
2919 return all_one; in is_all_one_range()
5938 bool all_one = bm::bit_block_or_2way(block, arg_blk1, arg_blk2); in combine_operation_block_or() local
5939 if (all_one) in combine_operation_block_or()
6252 bool all_one = bm::bit_block_or(blk, arg_blk); in combine_operation_block_or() local
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/config/tests/
H A Darith.cc119 static const char all_one[8] = { '\377', '\377', '\377', '\377', '\377', '\377', '\377', '\377' }; variable
125 if( *OFreinterpret_cast( const T*, all_one ) > 0 ) in test_modulo()
127 const T max = *OFreinterpret_cast( const T*, all_one ) & ~(T(1) << (sizeof(T) * 8 - 1)); in test_modulo()
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-MOLECULE/
H A Dimproper_fourier.cpp269 int all_one = 1; in coeff() local
270 if (narg == 6) all_one = utils::inumeric(FLERR,arg[5],false,lmp); in coeff()
280 all[i] = all_one; in coeff()
/dports/devel/remake/remake-4.3+dbg-1.5/tests/scripts/features/
H A Ddouble_colon192 echo all_one
198 '-rs -j2 1 2 root', "all_one\nall_two\nroot\n");
/dports/devel/gmake/make-4.3/tests/scripts/features/
H A Ddouble_colon192 echo all_one
198 '-rs -j2 1 2 root', "all_one\nall_two\nroot\n");
/dports/finance/chiapos/chiapos-1.0.3/hellman_example/
H A Dbits.hpp243 bool all_one = true; in operator ++() local
248 all_one = false; in operator ++()
259 assert(all_one == false); in operator ++()
/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/src/
H A Dcrypto-symmetric-algorithm-threefish.ads265 type Dword_Kind_Mode_Type is (random, all_zero, all_one); literal
/dports/biology/vcflib/vcflib-1.0.2/src/
H A Dvec128int.h266 vector signed char all_one = vec_splat_s8( -1 ); in vec_storeu1q()
271 …ector = vec_perm ((vector unsigned char) all_zero, (vector unsigned char) all_one, permute_vector); in vec_storeu1q()
288 vector signed char all_one = vec_splat_s8( -1 ); in vec_storeu1q()
293 …ector = vec_perm ((vector unsigned char) all_zero, (vector unsigned char) all_one, permute_vector); in vec_storeu1q()

1234