Home
last modified time | relevance | path

Searched refs:all_false (Results 1 – 25 of 89) sorted by relevance

1234

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DBuiltinAnyNodes.py62 all_false = True
69 all_false = False
86 all_false = False
90 if all_false is True:
/dports/devel/xsimd/xsimd-7.6.0/test/
H A Dtest_batch_bool.cpp65 type all_false = type(false); member
77 type all_false = type(0); member
88 type all_false = type(false); member
99 type all_false = type(false); member
110 type all_false = type(false); member
121 type all_false = type(false); member
133 type all_false = type(false); member
143 type all_false = type(false); member
295 bool res = xsimd::all((bool_g.half & bool_g.ihalf) == bool_g.all_false); in test_bitwise_operations()
/dports/net/mpich2/mpich2-1.5/src/mpi/topo/
H A Dcart_sub.c60 int mpi_errno = MPI_SUCCESS, all_false; in MPI_Cart_sub() local
111 all_false = 1; /* all entries in remain_dims are false */ in MPI_Cart_sub()
115 all_false = 0; in MPI_Cart_sub()
120 if (all_false) { in MPI_Cart_sub()
/dports/net/mpich/mpich-3.4.3/src/mpi/topo/
H A Dcart_sub.c56 int mpi_errno = MPI_SUCCESS, all_false; in MPI_Cart_sub() local
107 all_false = 1; /* all entries in remain_dims are false */ in MPI_Cart_sub()
111 all_false = 0; in MPI_Cart_sub()
116 if (all_false) { in MPI_Cart_sub()
/dports/devel/fatal/fatal-2021.12.27.00/fatal/type/test/
H A Dtraits_test.cpp446 FATAL_TEST(enable_when, all_false) { in FATAL_TEST() argument
448 enable_when::all_false, std::is_const<int const> in FATAL_TEST()
452 enable_when::all_false, std::is_const<int> in FATAL_TEST()
456 enable_when::all_false, in FATAL_TEST()
461 enable_when::all_false, in FATAL_TEST()
466 enable_when::all_false, in FATAL_TEST()
471 enable_when::all_false, in FATAL_TEST()
478 enable_when::all_false, in FATAL_TEST()
485 enable_when::all_false, in FATAL_TEST()
492 enable_when::all_false, in FATAL_TEST()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/smallbitvec-2.3.0/src/
H A Dtests.rs121 fn all_false() { in all_false() function
123 assert!(v.all_false()); in all_false()
126 assert!(v.all_false()); in all_false()
130 assert!(!v2.all_false()); in all_false()
246 assert!(zeros.all_false()); in from_elem()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/smallbitvec/src/
H A Dtests.rs123 fn all_false() { in all_false() function
125 assert!(v.all_false()); in all_false()
128 assert!(v.all_false()); in all_false()
132 assert!(!v2.all_false()); in all_false()
248 assert!(zeros.all_false()); in from_elem()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/smallbitvec/src/
H A Dtests.rs123 fn all_false() { in all_false() function
125 assert!(v.all_false()); in all_false()
128 assert!(v.all_false()); in all_false()
132 assert!(!v2.all_false()); in all_false()
248 assert!(zeros.all_false()); in from_elem()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/smallbitvec/src/
H A Dtests.rs123 fn all_false() { in all_false() function
125 assert!(v.all_false()); in all_false()
128 assert!(v.all_false()); in all_false()
132 assert!(!v2.all_false()); in all_false()
248 assert!(zeros.all_false()); in from_elem()
/dports/science/minc2/minc-release-2.2.00/progs/minccalc/
H A Deval.c77 int found_invalid, all_true, all_false; in eval_scalar() local
385 all_false = TRUE; in eval_scalar()
392 all_false = FALSE; in eval_scalar()
397 if (all_true || all_false) { in eval_scalar()
404 if (!all_false) { in eval_scalar()
580 int all_true, all_false; in eval_vector() local
645 all_false = TRUE; in eval_vector()
652 all_false = FALSE; in eval_vector()
657 if (all_true || all_false) { in eval_vector()
664 if (!all_false) { in eval_vector()
/dports/www/firefox/firefox-99.0/third_party/rust/smallbitvec/src/
H A Dtests.rs123 fn all_false() { in all_false() function
125 assert!(v.all_false()); in all_false()
128 assert!(v.all_false()); in all_false()
132 assert!(!v2.all_false()); in all_false()
248 assert!(zeros.all_false()); in from_elem()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/pathfinder_simd-0.5.0/src/
H A Dextras.rs52 (self - other).abs().packed_gt(F32x2::splat(epsilon)).all_false() in approx_eq()
143 (self - other).abs().packed_gt(F32x4::splat(epsilon)).all_false() in approx_eq()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/smallbitvec/src/
H A Dlib.rs371 pub fn all_false(&self) -> bool { in all_false() method
826 fn all_false() { in all_false() function
828 assert!(v.all_false()); in all_false()
831 assert!(v.all_false()); in all_false()
835 assert!(!v2.all_false()); in all_false()
914 assert!(zeros.all_false()); in from_elem()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/indexes/multi/
H A Dtest_equivalence.py91 all_false = np.array([False, False, False, False])
101 tm.assert_numpy_array_equal(result, all_false)
110 tm.assert_numpy_array_equal(result, ~all_false)
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dper_thread_bool_indicator.h117 bool all_false() const;
H A Dper_thread_bool_indicator.cpp52 PerThreadBoolIndicator::all_false() const in all_false() function in nest::PerThreadBoolIndicator
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/proc/src/disamb/
H A Dfree.rs495 let all_false: FreeCond = conds in condset_to_frees() localVariable
500 let none = inner.scalar_multiply(all_false); in condset_to_frees()
527 let all_false: FreeCond = conds in condset_to_frees() localVariable
534 none.insert_validated(all_false); in condset_to_frees()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dwarn-comma-operator.cpp246 typedef bool_seq<(xs::value, false)...> all_false; typedef in test_template::Foo
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dwarn-comma-operator.cpp246 typedef bool_seq<(xs::value, false)...> all_false; typedef in test_template::Foo
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-comma-operator.cpp246 typedef bool_seq<(xs::value, false)...> all_false; typedef in test_template::Foo
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-comma-operator.cpp246 typedef bool_seq<(xs::value, false)...> all_false; typedef in test_template::Foo
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-comma-operator.cpp246 typedef bool_seq<(xs::value, false)...> all_false; typedef in test_template::Foo
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dwarn-comma-operator.cpp246 typedef bool_seq<(xs::value, false)...> all_false; typedef in test_template::Foo
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-comma-operator.cpp246 typedef bool_seq<(xs::value, false)...> all_false; typedef in test_template::Foo
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-comma-operator.cpp246 typedef bool_seq<(xs::value, false)...> all_false; typedef in test_template::Foo

1234