Searched refs:falseV (Results 1 – 9 of 9) sorted by relevance
/dports/devel/grantlee5/grantlee-5.2.0/templates/tests/ |
H A D | testbuiltins.cpp | 288 auto falseV = QVariant::fromValue<int>(0); in testTruthiness_data() local 289 QTest::newRow("truthtest-06") << falseV << false; in testTruthiness_data() 294 auto falseV = QVariant::fromValue<uint>(0); in testTruthiness_data() local 295 QTest::newRow("truthtest-08") << falseV << false; in testTruthiness_data() 300 auto falseV = QVariant::fromValue<qlonglong>(0); in testTruthiness_data() local 301 QTest::newRow("truthtest-10") << falseV << false; in testTruthiness_data() 306 auto falseV = QVariant::fromValue<qulonglong>(0); in testTruthiness_data() local 307 QTest::newRow("truthtest-12") << falseV << false; in testTruthiness_data() 312 auto falseV = QVariant::fromValue<double>(0); in testTruthiness_data() local 318 auto falseV = QVariant::fromValue<float>(0); in testTruthiness_data() local [all …]
|
/dports/science/hypre/hypre-2.23.0/src/sstruct_ls/ |
H A D | maxwell_PNedelec.c | 78 HYPRE_Int falseV= 0; in hypre_Maxwell_PNedelec() local 509 row_in= falseV; in hypre_Maxwell_PNedelec() 627 row_in= falseV; in hypre_Maxwell_PNedelec() 702 row_in= falseV; in hypre_Maxwell_PNedelec() 795 row_in= falseV; in hypre_Maxwell_PNedelec() 870 row_in= falseV; in hypre_Maxwell_PNedelec() 966 row_in= falseV; in hypre_Maxwell_PNedelec() 1038 row_in= falseV; in hypre_Maxwell_PNedelec() 1598 row_in= falseV; in hypre_Maxwell_PNedelec() 1740 row_in= falseV; in hypre_Maxwell_PNedelec() [all …]
|
H A D | fac_cf_coarsen.c | 121 HYPRE_Int falseV= 0; in hypre_AMR_CFCoarsen() local 368 found= falseV; in hypre_AMR_CFCoarsen()
|
H A D | maxwell_semi_interp.c | 159 HYPRE_Int falseV= 0; in hypre_Maxwell_PTopology() local 2284 row_in= falseV; in hypre_Maxwell_PTopology() 2408 row_in= falseV; in hypre_Maxwell_PTopology() 2485 row_in= falseV; in hypre_Maxwell_PTopology() 2584 row_in= falseV; in hypre_Maxwell_PTopology() 2660 row_in= falseV; in hypre_Maxwell_PTopology() 2759 row_in= falseV; in hypre_Maxwell_PTopology() 2839 row_in= falseV; in hypre_Maxwell_PTopology() 3412 row_in= falseV; in hypre_Maxwell_PTopology() 3571 row_in= falseV; in hypre_Maxwell_PTopology() [all …]
|
H A D | fac_amr_fcoarsen.c | 136 HYPRE_Int falseV= 0; in hypre_AMR_FCoarsen() local 533 if (stencil_marker == falseV) in hypre_AMR_FCoarsen() 536 found = falseV; in hypre_AMR_FCoarsen() 570 found= falseV; in hypre_AMR_FCoarsen() 646 stencil_marker= falseV; in hypre_AMR_FCoarsen() 2173 found= falseV; in hypre_AMR_FCoarsen() 2240 found= falseV; in hypre_AMR_FCoarsen() 2908 sort= falseV; in hypre_AMR_FCoarsen()
|
H A D | maxwell_TV_setup.c | 154 HYPRE_Int falseV= 0; in hypre_MaxwellTV_Setup() local 774 m= falseV; in hypre_MaxwellTV_Setup() 823 coarsen[part]= falseV; in hypre_MaxwellTV_Setup()
|
/dports/sysutils/nomad/nomad-1.1.0/client/allocrunner/ |
H A D | task_hook_coordinator_test.go | 284 falseV, trueV := false, true 308 indicators: []*bool{nil, &falseV, &trueV}, 314 indicators: []*bool{nil, &falseV, nil},
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/go-msgpack/codec/ |
H A D | codecs_test.go | 709 trueV, falseV := true, false 713 {&omitN{A: &falseV}},
|
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/hashicorp/go-msgpack/codec/ |
H A D | codecs_test.go | 709 trueV, falseV := true, false 713 {&omitN{A: &falseV}},
|