Home
last modified time | relevance | path

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

12

/third_party/node/deps/v8/src/base/
Dvlq.h51 bool is_negative = value < 0; in VLQEncode() local
112 bool is_negative = (bits & 1) == 1; in VLQDecode() local
Dsafe_conversions_impl.h78 T x, bool is_negative) { in ConditionalNegate()
/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/node/deps/v8/src/numbers/
Dinteger-literal.h24 bool is_negative() const { return negative_; } in is_negative() function
/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/curl/lib/
Dstrtoofft.c82 int is_negative = 0; in strtooff() 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/gn/src/base/numerics/
Dsafe_conversions_impl.h70 bool is_negative) { in ConditionalNegate()
/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/typescript/tests/ts_extra_tests/tool/
Dtestcfg.py79 def is_negative(self): member in TestCase
/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/pcre2/pcre2/src/
Dpcre2_convert.c580 BOOL is_negative = FALSE; in convert_glob_parse_range() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstring-to-double.cc383 bool is_negative = false; in RadixStringToIeee() local
/third_party/node/deps/icu-small/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/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::__anon9bf847870111::IntDigits
/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/protobuf/src/google/protobuf/compiler/
Dparser.cc262 bool is_negative = false; in ConsumeSignedInteger() local
1507 bool is_negative = TryConsume("-"); in ParseOption() local
/third_party/ffmpeg/tests/checkasm/
Dcheckasm.c299 static int is_negative(union av_intfloat32 u) in is_negative() function

12