/third_party/node/deps/v8/src/base/ |
D | vlq.h | 51 bool is_negative = value < 0; in VLQEncode() local 112 bool is_negative = (bits & 1) == 1; in VLQDecode() local
|
D | safe_conversions_impl.h | 78 T x, bool is_negative) { in ConditionalNegate()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-number-prototype.c | 613 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
|
D | ecma-builtin-math.c | 162 bool is_negative = ecma_number_is_negative (arg_num); in ecma_builtin_math_object_max_min() local
|
/third_party/node/deps/v8/src/numbers/ |
D | integer-literal.h | 24 bool is_negative() const { return negative_; } in is_negative() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | parse.cc | 294 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/ |
D | strtoofft.c | 82 int is_negative = 0; in strtooff() local
|
/third_party/spirv-tools/source/util/ |
D | parse_number.cpp | 79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | parse_number.cpp | 79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | parse_number.cpp | 79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
|
/third_party/gn/src/base/numerics/ |
D | safe_conversions_impl.h | 70 bool is_negative) { in ConditionalNegate()
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
D | safe_conversions_impl.h | 75 constexpr typename std::make_signed<T>::type ConditionalNegate(T x, bool is_negative) in ConditionalNegate()
|
/third_party/typescript/tests/ts_extra_tests/tool/ |
D | testcfg.py | 79 def is_negative(self): member in TestCase
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
D | re-parser.c | 1249 const bool is_negative = !!re_ctx_p->token.value; in re_parse_alternative() local
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | reg.rs | 186 pub(super) fn is_negative(&self) -> bool { in is_negative() method
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | double-conversion-string-to-double.cpp | 404 bool is_negative = false; in RadixStringToIeee() local
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_convert.c | 580 BOOL is_negative = FALSE; in convert_glob_parse_range() local
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | string-to-double.cc | 383 bool is_negative = false; in RadixStringToIeee() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-string-to-double.cpp | 404 bool is_negative = false; in RadixStringToIeee() local
|
/third_party/icu/icu4c/source/i18n/ |
D | double-conversion-string-to-double.cpp | 404 bool is_negative = false; in RadixStringToIeee() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.cc | 172 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/ |
D | test-draw.c | 53 hb_bool_t is_negative = num < 0; in _hb_itoa() local
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | tarith.c | 317 int is_negative; /* Number is negative */ member
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 262 bool is_negative = false; in ConsumeSignedInteger() local 1507 bool is_negative = TryConsume("-"); in ParseOption() local
|
/third_party/ffmpeg/tests/checkasm/ |
D | checkasm.c | 299 static int is_negative(union av_intfloat32 u) in is_negative() function
|