Home
last modified time | relevance | path

Searched defs:is_negative (Results 1 – 25 of 76) sorted by relevance

1234

/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dranges_partition_copy.pass.cpp193 auto is_negative = [](int x) { return x < 0; }; in test_iterators_in_sent_out1_out2() local
233 auto is_negative = [](int x) { return x < 0; }; in test() local
272 auto is_negative = [](int x) { return x < 0; }; in test() local
Dranges_partition.pass.cpp150 auto is_negative = [](int x) { return x < 0; }; in test_iterators_2() local
174 auto is_negative = [](int x) { return x < 0; }; in test() local
Dranges_stable_partition.pass.cpp154 auto is_negative = [](int x) { return x < 0; }; in test_iterators_2() local
210 auto is_negative = [](int x) { return x < 0; }; in test() local
/external/cronet/third_party/libxml/src/
Dtrionan.c223 int is_negative = TRIO_FALSE; variable
736 int is_negative; variable
/external/libxml2/
Dtrionan.c223 int is_negative = TRIO_FALSE; variable
736 int is_negative; variable
/external/rust/crates/num-traits/src/
Dsign.rs41 fn is_negative(&self) -> bool; in is_negative() method
105 fn is_negative(&self) -> bool { in is_negative() function
/external/rust/crates/ring/crypto/fipsmodule/ec/
Decp_nistz.h249 static inline void booth_recode(crypto_word *is_negative, crypto_word *digit, in booth_recode()
/external/cronet/third_party/boringssl/src/crypto/bn_extra/
Dbn_asn1.c23 int is_negative; in BN_parse_asn1_unsigned() local
/external/boringssl/src/crypto/bn_extra/
Dbn_asn1.c23 int is_negative; in BN_parse_asn1_unsigned() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/bn_extra/
Dbn_asn1.c23 int is_negative; in BN_parse_asn1_unsigned() local
/external/webrtc/third_party/abseil-cpp/absl/flags/
Dparse.cc294 bool is_negative = false; in LocateFlag() local
493 bool is_negative, in DeduceFlagValue()
712 bool is_negative = false; in ParseCommandLineImpl() local
/external/abseil-cpp/absl/flags/
Dparse.cc294 bool is_negative = false; in LocateFlag() local
493 bool is_negative, in DeduceFlagValue()
712 bool is_negative = false; in ParseCommandLineImpl() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/
Dparse.cc294 bool is_negative = false; in LocateFlag() local
493 bool is_negative, in DeduceFlagValue()
712 bool is_negative = false; in ParseCommandLineImpl() local
/external/openscreen/third_party/abseil/src/absl/flags/
Dparse.cc294 bool is_negative = false; in LocateFlag() local
493 bool is_negative, in DeduceFlagValue()
712 bool is_negative = false; in ParseCommandLineImpl() local
/external/libtextclassifier/abseil-cpp/absl/flags/
Dparse.cc294 bool is_negative = false; in LocateFlag() local
493 bool is_negative, in DeduceFlagValue()
707 bool is_negative = false; in ParseCommandLineImpl() local
/external/tensorflow/third_party/absl/abseil-cpp/absl/flags/
Dparse.cc294 bool is_negative = false; in LocateFlag() local
493 bool is_negative, in DeduceFlagValue()
712 bool is_negative = false; in ParseCommandLineImpl() local
/external/libtextclassifier/native/annotator/number/
Dnumber.cc200 const bool is_negative, in TryParseNumber()
240 bool is_negative = in FindAll() local
/external/curl/lib/
Dstrtoofft.c82 int is_negative = 0; in strtooff() local
/external/webrtc/rtc_base/
Dstring_to_number.cc50 const bool is_negative = str[0] == '-'; in ParseUnsigned() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__chrono/
Dhh_mm_ss.h67 _LIBCPP_HIDE_FROM_ABI constexpr bool is_negative() const noexcept { return __is_neg_; } in is_negative() function
/external/cronet/third_party/abseil-cpp/absl/flags/
Dparse.cc304 bool is_negative = false; in LocateFlag() local
503 bool is_negative, in DeduceFlagValue()
831 bool is_negative = false; in ParseAbseilFlagsOnlyImpl() local
/external/angle/third_party/abseil-cpp/absl/flags/
Dparse.cc308 bool is_negative = false; in LocateFlag() local
507 bool is_negative, in DeduceFlagValue()
835 bool is_negative = false; in ParseAbseilFlagsOnlyImpl() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dcomparison_expander.cc56 auto is_negative = computation->AddInstruction(HloInstruction::CreateCompare( in BitcastConvertFloatingPointToIntegral() local
/external/boringssl/src/crypto/asn1/
Da_int.c131 int is_negative = (in->type & V_ASN1_NEG) != 0; in i2c_ASN1_INTEGER() local
188 int is_negative; in c2i_ASN1_INTEGER() local
/external/cronet/third_party/boringssl/src/crypto/asn1/
Da_int.c131 int is_negative = (in->type & V_ASN1_NEG) != 0; in i2c_ASN1_INTEGER() local
188 int is_negative; in c2i_ASN1_INTEGER() local

1234