Home
last modified time | relevance | path

Searched defs:negative (Results 1 – 25 of 189) sorted by relevance

12345678

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-199.md3 ### CVE Number
6 ### Impact
20 ### Patches
25 ### For more information
28 ### Attribution
/external/llvm/test/MC/AsmParser/
Ddirective_rept-diagnostics.s24 .global negative symbol
26 negative: label
/external/dng_sdk/source/
Ddng_opcodes.cpp117 dng_negative &negative) in AboutToApply()
256 dng_negative &negative, in dng_filter_opcode_task()
360 dng_negative &negative, in Apply()
432 dng_negative &negative, in dng_inplace_opcode_task()
534 dng_negative &negative, in Apply()
/external/FP16/test/
Dbitcasts.cc20 TEST(FP32_TO_BITS, negative) { in TEST() argument
45 TEST(FP32_FROM_BITS, negative) { in TEST() argument
/external/proguard/src/proguard/gui/
DFilterBuilder.java54 StringBuffer negative = new StringBuffer(); in buildFilter() local
74 StringBuffer negative) in buildFilter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAdoptingModifierStore.java17 private final Modifier negative; field in AdoptingModifierStore
27 …c AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negative) { in AdoptingModifierStore()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DAdoptingModifierStore.java19 private final Modifier negative; field in AdoptingModifierStore
29 …c AdoptingModifierStore(Modifier positive, Modifier posZero, Modifier negZero, Modifier negative) { in AdoptingModifierStore()
/external/grpc-grpc/test/core/json/corpus/
Dtest9.json1 {"alpha":null,"beta":false,"gamma":2.3,"xyz":"abc","negative":-133} number
/external/webrtc/modules/rtp_rtcp/source/
Dbyte_io_unittest.cc29 T CreateTestValue(bool negative, uint8_t num_bytes) { in CreateTestValue()
84 bool negative = neg > 0; in TestRead() local
106 bool negative = neg > 0; in TestWrite() local
/external/dng_sdk/fuzzer/
Ddng_parser_fuzzer.cpp18 std::unique_ptr<dng_negative> negative(host.Make_dng_negative()); in LLVMFuzzerTestOneInput() local
/external/protobuf/src/google/protobuf/util/
Dtime_util.cc209 bool negative = (value[0] == '-'); in FromString() local
384 void ToUint128(const Duration& value, uint128* result, bool* negative) { in ToUint128()
396 void ToDuration(const uint128& value, bool negative, Duration* duration) { in ToDuration()
423 bool negative; in operator *=() local
452 bool negative; in operator /=() local
/external/cronet/third_party/protobuf/src/google/protobuf/util/
Dtime_util.cc209 bool negative = (value[0] == '-'); in FromString() local
384 void ToUint128(const Duration& value, uint128* result, bool* negative) { in ToUint128()
396 void ToDuration(const uint128& value, bool negative, Duration* duration) { in ToDuration()
423 bool negative; in operator *=() local
449 bool negative; in operator /=() local
/external/rust/crates/pest_derive/tests/
Dreporting.rs84 fn negative() { in negative() function
/external/cronet/third_party/abseil-cpp/absl/strings/
Dcharconv.cc341 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase()
389 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult()
669 bool EiselLemire(const strings_internal::ParsedFloat& input, bool negative, in EiselLemire()
849 bool negative = false; in FromCharsImpl() local
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dcharconv.cc341 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase()
389 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult()
669 bool EiselLemire(const strings_internal::ParsedFloat& input, bool negative, in EiselLemire()
849 bool negative = false; in FromCharsImpl() local
/external/angle/third_party/abseil-cpp/absl/strings/
Dcharconv.cc357 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase()
406 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult()
686 bool EiselLemire(const strings_internal::ParsedFloat& input, bool negative, in EiselLemire()
866 bool negative = false; in FromCharsImpl() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DNumberInput.java141 boolean negative) in inLongRange()
164 public static boolean inLongRange(String s, boolean negative) in inLongRange()
/external/openscreen/third_party/abseil/src/absl/strings/
Dcharconv.cc285 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase()
328 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult()
605 bool negative = false; in FromCharsImpl() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dcharconv.cc285 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase()
328 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult()
605 bool negative = false; in FromCharsImpl() local
/external/libtextclassifier/abseil-cpp/absl/strings/
Dcharconv.cc285 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase()
328 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult()
605 bool negative = false; in FromCharsImpl() local
/external/abseil-cpp/absl/strings/
Dcharconv.cc285 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase()
328 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult()
605 bool negative = false; in FromCharsImpl() local
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/
Dcharconv.cc294 bool HandleEdgeCase(const strings_internal::ParsedFloat& input, bool negative, in HandleEdgeCase()
337 void EncodeResult(const CalculatedFloat& calculated, bool negative, in EncodeResult()
616 bool negative = false; in FromCharsImpl() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarUtils.java182 final boolean negative) { in parseBinaryLong()
204 final boolean negative) { in parseBinaryBigInteger()
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb.h24 int negative; member
/external/abseil-cpp/absl/strings/internal/
Dnumbers_test_common.h44 bool negative = value < 0; in Itoa() local

12345678