Home
last modified time | relevance | path

Searched refs:negative2 (Results 1 – 25 of 114) sorted by relevance

12345

/dports/graphics/digikam/digikam-7.4.0/core/tests/dngwriter/
H A Ddngcompare_cli.cpp721 negative2->HasCameraNeutral()) in compareNegative()
728 negative2->HasCameraWhiteXY()) in compareNegative()
794 if (negative1->LocalName() != negative2->LocalName()) in compareNegative()
800 if (negative1->ModelName() != negative2->ModelName()) in compareNegative()
919 AutoPtr<dng_negative> negative2; in main() local
929 negative2.Reset(host2.Make_dng_negative()); in main()
930 negative2->Parse(host2, stream2, info2); in main()
931 negative2->PostParse(host2, stream2, info2); in main()
935 negative2->SynchronizeMetadata(); in main()
938 dng_exif* const exif2 = negative2->GetExif(); in main()
[all …]
/dports/devel/p5-Moose/Moose-2.2201/t/type_constraints/
H A Dutil_type_constraints.t60 my $negative2 = subtype Number => where { $_ < 0 } => message {"$_ is not a negative number"};
62 ok(defined $negative2, '... got a value back from negative');
63 isa_ok($negative2, 'Moose::Meta::TypeConstraint');
65 ok($negative2->check(-5), '... this is a negative number');
66 ok(!defined($negative2->check(5)), '... this is not a negative number');
67 is($negative2->check('Foo'), undef, '... this is not a negative number');
69 ok($negative2->is_subtype_of('Number'), '... $negative2 is a subtype of Number');
70 ok(!$negative2->is_subtype_of('String'), '... $negative is not a subtype of String');
72 ok($negative2->has_message, '... it has a message');
73 is($negative2->validate(2),
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/util/
H A Dtime_util.cc463 bool negative1, negative2; in operator %=() local
466 ToUint128(d2, &value2, &negative2); in operator %=()
479 bool negative1, negative2; in operator /() local
482 ToUint128(d2, &value2, &negative2); in operator /()
484 if (negative1 != negative2) { in operator /()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/util/
H A Dtime_util.cc459 bool negative1, negative2; in operator %=() local
462 ToUint128(d2, &value2, &negative2); in operator %=()
475 bool negative1, negative2; in operator /() local
478 ToUint128(d2, &value2, &negative2); in operator /()
480 if (negative1 != negative2) { in operator /()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/util/
H A Dtime_util.cc465 bool negative1, negative2; in operator %=() local
468 ToUint128(d2, &value2, &negative2); in operator %=()
481 bool negative1, negative2; in operator /() local
484 ToUint128(d2, &value2, &negative2); in operator /()
486 if (negative1 != negative2) { in operator /()
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/util/
H A Dtime_util.cc463 bool negative1, negative2; in operator %=() local
466 ToUint128(d2, &value2, &negative2); in operator %=()
479 bool negative1, negative2; in operator /() local
482 ToUint128(d2, &value2, &negative2); in operator /()
484 if (negative1 != negative2) { in operator /()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/util/
H A Dtime_util.cc463 bool negative1, negative2; in operator %=() local
466 ToUint128(d2, &value2, &negative2); in operator %=()
479 bool negative1, negative2; in operator /() local
482 ToUint128(d2, &value2, &negative2); in operator /()
484 if (negative1 != negative2) { in operator /()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/util/
H A Dtime_util.cc465 bool negative1, negative2; in operator %=() local
468 ToUint128(d2, &value2, &negative2); in operator %=()
481 bool negative1, negative2; in operator /() local
484 ToUint128(d2, &value2, &negative2); in operator /()
486 if (negative1 != negative2) { in operator /()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/util/
H A Dtime_util.cc459 bool negative1, negative2; in operator %=() local
462 ToUint128(d2, &value2, &negative2); in operator %=()
475 bool negative1, negative2; in operator /() local
478 ToUint128(d2, &value2, &negative2); in operator /()
480 if (negative1 != negative2) { in operator /()
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/util/
H A Dtime_util.cc467 bool negative1, negative2; in operator %=() local
470 ToUint128(d2, &value2, &negative2); in operator %=()
483 bool negative1, negative2; in operator /() local
486 ToUint128(d2, &value2, &negative2); in operator /()
488 if (negative1 != negative2) { in operator /()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/util/
H A Dtime_util.cc463 bool negative1, negative2; in operator %=() local
466 ToUint128(d2, &value2, &negative2); in operator %=()
479 bool negative1, negative2; in operator /() local
482 ToUint128(d2, &value2, &negative2); in operator /()
484 if (negative1 != negative2) { in operator /()
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/util/
H A Dtime_util.cc467 bool negative1, negative2; in operator %=() local
470 ToUint128(d2, &value2, &negative2); in operator %=()
483 bool negative1, negative2; in operator /() local
486 ToUint128(d2, &value2, &negative2); in operator /()
488 if (negative1 != negative2) { in operator /()
/dports/biology/protomol/protomol/framework/base/
H A DiSGPAR.h213 negative2.resize(a);} in Nonbonded()
254 std::vector<bool> negative2; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp105 Negative2 negative2; variable

12345