Home
last modified time | relevance | path

Searched refs:value_b (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/
H A Dvalue_util_unittest.cc75 EXPECT_TRUE(value_b == value_b); in TEST_F()
83 ValueProto value_b; in TEST_F() local
162 ValueProto value_b; in TEST_F() local
169 value_b = value_a; in TEST_F()
176 ValueProto value_b; in TEST_F() local
287 EXPECT_FALSE(value_a < value_b || value_b < value_a); in TEST_F()
292 EXPECT_FALSE(value_a < value_b || value_b < value_a); in TEST_F()
298 EXPECT_FALSE(value_a < value_b || value_b < value_a); in TEST_F()
303 EXPECT_FALSE(value_a < value_b || value_b < value_a); in TEST_F()
307 EXPECT_FALSE(value_a < value_b || value_b < value_a); in TEST_F()
[all …]
H A Dvalue_util.cc63 return !(value_a == value_b); in operator !=()
93 return value_b < value_a && !(value_b == value_a); in operator >()
100 value_a.value() == value_b.value(); in operator ==()
105 return value_a.type() == value_b.type() && value_a.icon() == value_b.icon() && in operator ==()
106 value_a.text() == value_b.text() && in operator ==()
107 value_a.sticky() == value_b.sticky(); in operator ==()
125 return value_a.chip() == value_b.chip() && in operator ==()
128 value_a.enabled() == value_b.enabled(); in operator ==()
133 return value_a.year() == value_b.year() && in operator ==()
134 value_a.month() == value_b.month() && value_a.day() == value_b.day(); in operator ==()
[all …]
H A Dvalue_util.h18 bool operator==(const ValueProto& value_a, const ValueProto& value_b);
19 bool operator!=(const ValueProto& value_a, const ValueProto& value_b);
20 bool operator<(const ValueProto& value_a, const ValueProto& value_b);
21 bool operator>(const ValueProto& value_a, const ValueProto& value_b);
25 const ModelProto::ModelValue& value_b);
28 bool operator==(const ChipProto& value_a, const ChipProto& value_b);
32 const DirectActionProto& value_b);
35 bool operator==(const UserActionProto& value_a, const UserActionProto& value_b);
38 bool operator==(const DateProto& value_a, const DateProto& value_b);
39 bool operator<(const DateProto& value_a, const DateProto& value_b);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/
H A Dvalue_util_unittest.cc80 ValueProto value_b; in TEST_F() local
159 ValueProto value_b; in TEST_F() local
166 value_b = value_a; in TEST_F()
305 EXPECT_FALSE(value_a < value_b || value_b < value_a); in TEST_F()
310 EXPECT_FALSE(value_a < value_b || value_b < value_a); in TEST_F()
316 EXPECT_FALSE(value_a < value_b || value_b < value_a); in TEST_F()
321 EXPECT_FALSE(value_a < value_b || value_b < value_a); in TEST_F()
325 EXPECT_FALSE(value_a < value_b || value_b < value_a); in TEST_F()
343 value_b = value_a; in TEST_F()
347 value_b = value_a; in TEST_F()
[all …]
H A Dvalue_util.cc77 return !(value_a == value_b); in operator !=()
112 return value_b < value_a && !(value_b == value_a); in operator >()
119 value_a.value() == value_b.value(); in operator ==()
124 return value_a.type() == value_b.type() && value_a.icon() == value_b.icon() && in operator ==()
125 value_a.text() == value_b.text() && in operator ==()
144 return value_a.chip() == value_b.chip() && in operator ==()
152 return value_a.year() == value_b.year() && in operator ==()
153 value_a.month() == value_b.month() && value_a.day() == value_b.day(); in operator ==()
160 std::make_tuple(value_b.year(), value_b.month(), value_b.day()); in operator <()
166 return value_a.guid() == value_b.guid(); in operator ==()
[all …]
H A Dvalue_util.h18 bool operator==(const ValueProto& value_a, const ValueProto& value_b);
20 bool operator<(const ValueProto& value_a, const ValueProto& value_b);
21 bool operator>(const ValueProto& value_a, const ValueProto& value_b);
25 const ModelProto::ModelValue& value_b);
28 bool operator==(const ChipProto& value_a, const ChipProto& value_b);
32 const DirectActionProto& value_b);
39 bool operator<(const DateProto& value_a, const DateProto& value_b);
43 const AutofillCreditCardProto& value_b);
47 const AutofillProfileProto& value_b);
51 const LoginOptionProto& value_b);
[all …]
/dports/www/p5-CGI-Ajax/CGI-Ajax-0.707/scripts/
H A Dpjx_manyret.pl17 my $value_b = shift;
19 $value_b = "" if not defined $value_b; # make sure there's def
22 return( $value_a, $value_b, 'NaN' );
23 } elsif ( $value_b =~ /\D+/ or $value_b eq "" ) {
24 return( $value_a, $value_b, 'NaN' );
27 return( $value_a, $value_b, $value_a * $value_b );
H A Dpjx_cr.pl16 my $value_b = shift;
18 $value_b = "" if not defined $value_b; # make sure there's def
21 return( $value_a . " and " . $value_b );
22 } elsif ( $value_b =~ /\D+/ or $value_b eq "" ) {
23 return( $value_a . " and " . $value_b );
26 return( $value_a * $value_b );
H A Dpjx_subs.pl19 my $value_b = shift;
21 $value_b = "" if not defined $value_b; # make sure there's def
24 return( $value_a . " and " . $value_b );
25 } elsif ( $value_b =~ /\D+/ or $value_b eq "" ) {
26 return( $value_a . " and " . $value_b );
29 return( $value_a * $value_b );
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dbcd-4.c99 value_b = 101010; in main()
100 b = num2bcd(value_b, 0); in main()
133 value_b = 204060; in main()
134 b = num2bcd(value_b, 1); in main()
166 value_b = -1010101; in main()
200 value_b = 1010101; in main()
233 value_b = 1010101; in main()
276 value_b = 999999999; in main()
299 value_b = -999999999; in main()
328 value_b = 101010; in main()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dbcd-4.c99 value_b = 101010; in main()
100 b = num2bcd(value_b, 0); in main()
133 value_b = 204060; in main()
134 b = num2bcd(value_b, 1); in main()
166 value_b = -1010101; in main()
200 value_b = 1010101; in main()
233 value_b = 1010101; in main()
276 value_b = 999999999; in main()
299 value_b = -999999999; in main()
328 value_b = 101010; in main()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/powerpc/
H A Dbcd-4.c99 value_b = 101010; in main()
100 b = num2bcd(value_b, 0); in main()
133 value_b = 204060; in main()
134 b = num2bcd(value_b, 1); in main()
166 value_b = -1010101; in main()
200 value_b = 1010101; in main()
233 value_b = 1010101; in main()
276 value_b = 999999999; in main()
299 value_b = -999999999; in main()
328 value_b = 101010; in main()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/powerpc/
H A Dbcd-4.c99 value_b = 101010; in main()
100 b = num2bcd(value_b, 0); in main()
133 value_b = 204060; in main()
134 b = num2bcd(value_b, 1); in main()
166 value_b = -1010101; in main()
200 value_b = 1010101; in main()
233 value_b = 1010101; in main()
276 value_b = 999999999; in main()
299 value_b = -999999999; in main()
328 value_b = 101010; in main()
[all …]
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/db/
H A Ddb_value.c106 if (!value_b) { in db_value_cmp()
127 if (value_a->type != value_b->type) { in db_value_cmp()
130 if (value_b->type == DB_TYPE_INT64) { in db_value_cmp()
145 if (value_b->type == DB_TYPE_INT32) { in db_value_cmp()
160 if (value_b->type == DB_TYPE_UINT64) { in db_value_cmp()
175 if (value_b->type == DB_TYPE_UINT32) { in db_value_cmp()
198 if (value_a->int32 < value_b->int32) { in db_value_cmp()
201 else if (value_a->int32 > value_b->int32) { in db_value_cmp()
210 if (value_a->uint32 < value_b->uint32) { in db_value_cmp()
222 if (value_a->int64 < value_b->int64) { in db_value_cmp()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/arrow/benches/
H A Dcomparison_kernels.rs36 fn bench_eq_scalar<T>(arr_a: &PrimitiveArray<T>, value_b: T::Native) in bench_eq_scalar()
40 eq_scalar(criterion::black_box(arr_a), criterion::black_box(value_b)).unwrap(); in bench_eq_scalar()
50 fn bench_neq_scalar<T>(arr_a: &PrimitiveArray<T>, value_b: T::Native) in bench_neq_scalar()
64 fn bench_lt_scalar<T>(arr_a: &PrimitiveArray<T>, value_b: T::Native) in bench_lt_scalar()
68 lt_scalar(criterion::black_box(arr_a), criterion::black_box(value_b)).unwrap(); in bench_lt_scalar()
78 fn bench_lt_eq_scalar<T>(arr_a: &PrimitiveArray<T>, value_b: T::Native) in bench_lt_eq_scalar()
92 fn bench_gt_scalar<T>(arr_a: &PrimitiveArray<T>, value_b: T::Native) in bench_gt_scalar()
106 fn bench_gt_eq_scalar<T>(arr_a: &PrimitiveArray<T>, value_b: T::Native) in bench_gt_eq_scalar()
113 fn bench_like_utf8_scalar(arr_a: &StringArray, value_b: &str) { in bench_like_utf8_scalar()
117 fn bench_nlike_utf8_scalar(arr_a: &StringArray, value_b: &str) { in bench_nlike_utf8_scalar()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libx264/tools/digress/
H A Dcomparers.py10 def compare_direct(value_a, value_b): argument
11 if value_a != value_b:
12 raise ComparisonError("%s is not %s" % (value_a, value_b))
14 def compare_pass(value_a, value_b): argument
20 def _compare_tolerance(value_a, value_b): argument
21 if abs(value_a - value_b) > tolerance:
24 value_b,
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/tools/digress/
H A Dcomparers.py10 def compare_direct(value_a, value_b): argument
11 if value_a != value_b:
12 raise ComparisonError("%s is not %s" % (value_a, value_b))
14 def compare_pass(value_a, value_b): argument
20 def _compare_tolerance(value_a, value_b): argument
21 if abs(value_a - value_b) > tolerance:
24 value_b,
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/tools/digress/
H A Dcomparers.py10 def compare_direct(value_a, value_b): argument
11 if value_a != value_b:
12 raise ComparisonError("%s is not %s" % (value_a, value_b))
14 def compare_pass(value_a, value_b): argument
20 def _compare_tolerance(value_a, value_b): argument
21 if abs(value_a - value_b) > tolerance:
24 value_b,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/tools/digress/
H A Dcomparers.py10 def compare_direct(value_a, value_b): argument
11 if value_a != value_b:
12 raise ComparisonError("%s is not %s" % (value_a, value_b))
14 def compare_pass(value_a, value_b): argument
20 def _compare_tolerance(value_a, value_b): argument
21 if abs(value_a - value_b) > tolerance:
24 value_b,
/dports/math/snns/SNNSv4.3/kernel/sources/
H A Dstochastic_learn_f.c145 unit_ptr->value_b = unit_ptr->bias; in LEARN_MonteCarlo()
150 link_ptr->value_b = link_ptr->weight; in LEARN_MonteCarlo()
166 unit_ptr->bias = unit_ptr->value_b; in LEARN_MonteCarlo()
174 link_ptr->weight = link_ptr->value_b; in LEARN_MonteCarlo()
526 unit_ptr->value_b = NOT_MODIFIED; in LEARN_SimulatedAnnealing()
531 link_ptr->value_b = NOT_MODIFIED; in LEARN_SimulatedAnnealing()
536 link_ptr->value_b = NOT_MODIFIED; in LEARN_SimulatedAnnealing()
559 unit_ptr->value_b = LAST_MODIFIED; in LEARN_SimulatedAnnealing()
562 unit_ptr->value_b = NOT_MODIFIED; in LEARN_SimulatedAnnealing()
578 link_ptr->value_b = NOT_MODIFIED; in LEARN_SimulatedAnnealing()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/bimap/test/
H A Dtest_mutant.cpp38 const type_b value_b = 3; variable
78 MutantData m(value_a,value_b); in test_mutant_basic()
83 BOOST_CHECK( mutate<StdPairView>(m).second == value_b ); in test_mutant_basic()
84 BOOST_CHECK( mutate<ReverseStdPairView>(m).first == value_b ); in test_mutant_basic()
88 rpair.first = value_b; in test_mutant_basic()
92 BOOST_CHECK( mutate<StdPairView>(m).second == value_b ); in test_mutant_basic()
/dports/devel/boost-python-libs/boost_1_72_0/libs/bimap/test/
H A Dtest_mutant.cpp38 const type_b value_b = 3; variable
78 MutantData m(value_a,value_b); in test_mutant_basic()
83 BOOST_CHECK( mutate<StdPairView>(m).second == value_b ); in test_mutant_basic()
84 BOOST_CHECK( mutate<ReverseStdPairView>(m).first == value_b ); in test_mutant_basic()
88 rpair.first = value_b; in test_mutant_basic()
92 BOOST_CHECK( mutate<StdPairView>(m).second == value_b ); in test_mutant_basic()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/bimap/test/
H A Dtest_mutant.cpp38 const type_b value_b = 3; variable
78 MutantData m(value_a,value_b); in test_mutant_basic()
83 BOOST_CHECK( mutate<StdPairView>(m).second == value_b ); in test_mutant_basic()
84 BOOST_CHECK( mutate<ReverseStdPairView>(m).first == value_b ); in test_mutant_basic()
88 rpair.first = value_b; in test_mutant_basic()
92 BOOST_CHECK( mutate<StdPairView>(m).second == value_b ); in test_mutant_basic()
/dports/databases/percona57-server/boost_1_59_0/libs/bimap/test/
H A Dtest_mutant.cpp38 const type_b value_b = 3; variable
78 MutantData m(value_a,value_b); in test_mutant_basic()
83 BOOST_CHECK( mutate<StdPairView>(m).second == value_b ); in test_mutant_basic()
84 BOOST_CHECK( mutate<ReverseStdPairView>(m).first == value_b ); in test_mutant_basic()
88 rpair.first = value_b; in test_mutant_basic()
92 BOOST_CHECK( mutate<StdPairView>(m).second == value_b ); in test_mutant_basic()
/dports/databases/xtrabackup/boost_1_59_0/libs/bimap/test/
H A Dtest_mutant.cpp38 const type_b value_b = 3; variable
78 MutantData m(value_a,value_b); in test_mutant_basic()
83 BOOST_CHECK( mutate<StdPairView>(m).second == value_b ); in test_mutant_basic()
84 BOOST_CHECK( mutate<ReverseStdPairView>(m).first == value_b ); in test_mutant_basic()
88 rpair.first = value_b; in test_mutant_basic()
92 BOOST_CHECK( mutate<StdPairView>(m).second == value_b ); in test_mutant_basic()

12345678910>>...12