Home
last modified time | relevance | path

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

12

/third_party/libxml2/
Dtrionan.c223 int is_negative = TRIO_FALSE; variable
736 int is_negative; variable
/third_party/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
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-number-prototype.c613 bool is_negative = false; in ecma_builtin_number_prepare_conversion() local
654 bool is_negative; in ecma_builtin_number_prototype_object_to_fixed() local
752 bool is_negative; in ecma_builtin_number_prototype_object_to_exponential() local
857 bool is_negative; in ecma_builtin_number_prototype_object_to_precision() local
Decma-builtin-math.c162 bool is_negative = ecma_number_is_negative (arg_num); in ecma_builtin_math_object_max_min() local
/third_party/skia/third_party/externals/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
/third_party/spirv-tools/source/util/
Dparse_number.cpp79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.cpp79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.cpp79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.cpp77 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions_impl.h75 constexpr typename std::make_signed<T>::type ConditionalNegate(T x, bool is_negative) in ConditionalNegate()
/third_party/gn/src/base/numerics/
Dsafe_conversions_impl.h70 bool is_negative) { in ConditionalNegate()
/third_party/typescript/tests/ts_extra_tests/tool/
Dtestcfg.py74 def is_negative(self): member in TestCase
/third_party/json/include/nlohmann/detail/output/
Dserializer.hpp710 const bool is_negative = std::is_signed<NumberType>::value && !(x >= 0); // see issue #755 in dump_integer() local
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c1249 const bool is_negative = !!re_ctx_p->token.value; in re_parse_alternative() local
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dreg.rs186 pub(super) fn is_negative(&self) -> bool { in is_negative() method
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-string-to-double.cpp404 bool is_negative = false; in RadixStringToIeee() local
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp404 bool is_negative = false; in RadixStringToIeee() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstring-to-double.cc383 bool is_negative = false; in RadixStringToIeee() local
/third_party/pcre2/pcre2/src/
Dpcre2_convert.c581 BOOL is_negative = FALSE; in convert_glob_parse_range() local
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-string-to-double.cpp404 bool is_negative = false; in RadixStringToIeee() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Darg.cc172 bool is_negative() const { return start_[0] == '-'; } in is_negative() function in absl::str_format_internal::__anon5fbc8f990111::IntDigits
/third_party/harfbuzz/test/api/
Dtest-draw.c53 hb_bool_t is_negative = num < 0; in _hb_itoa() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-draw.c53 hb_bool_t is_negative = num < 0; in _hb_itoa() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dtarith.c317 int is_negative; /* Number is negative */ member
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dtarith.c317 int is_negative; /* Number is negative */ member

12