/third_party/curl/lib/ |
H A D | strtoofft.c | 82 int is_negative = 0; in strtooff() local
|
/third_party/backends/sanei/ |
H A D | sanei_codec_ascii.c | 280 int i, is_negative = 0; in ascii_w_word() local
|
/third_party/node/deps/v8/src/base/ |
H A D | vlq.h | 51 bool is_negative = value < 0; in VLQEncode() local 112 bool is_negative = (bits & 1) == 1; in VLQDecode() local
|
H A D | safe_conversions_impl.h | 77 ConditionalNegate( T x, bool is_negative) ConditionalNegate() argument
|
/third_party/node/deps/v8/src/numbers/ |
H A D | integer-literal.h | 24 bool is_negative() const { return negative_; } in is_negative() function in v8::internal::IntegerLiteral
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A 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/ |
H A D | parse_number.cpp | 79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
|
/third_party/spirv-tools/source/util/ |
H A D | parse_number.cpp | 79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
|
/third_party/gn/src/base/numerics/ |
H A D | safe_conversions_impl.h | 68 ConditionalNegate( T x, bool is_negative) ConditionalNegate() argument
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
H A D | re-parser.c | 1249 const bool is_negative = !!re_ctx_p->token.value; in re_parse_alternative() local
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | safe_conversions_impl.h | 75 constexpr typename std::make_signed<T>::type ConditionalNegate(T x, bool is_negative) in ConditionalNegate() argument
|
H A D | checked_math_impl.h | 177 const bool is_negative = std::is_signed<T>::value && static_cast<SignedDst>(x ^ y) < 0; in CheckedMulImpl() local
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-draw.c | 53 hb_bool_t is_negative = num < 0; in _hb_itoa() local
|
/third_party/typescript/tests/ts_extra_tests/tool/ |
H A D | testcfg.py | 133 def is_negative(self):
member in TestCase
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | arg.cc | 172 bool is_negative() const { return start_[0] == '-'; } in is_negative() function in absl::str_format_internal::__anon19376::IntDigits
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A 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; ecma_builtin_number_prototype_object_to_precision() local [all...] |
H A 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/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | parse.cc | 294 bool is_negative = false; in LocateFlag() local 712 bool is_negative = false; in ParseCommandLineImpl() local 491 DeduceFlagValue(const CommandLineFlag& flag, absl::string_view value, bool is_negative, bool is_empty_value, ArgsList* curr_list) DeduceFlagValue() argument [all...] |
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.c | 299 static int is_negative(union av_intfloat32 u) in is_negative() function
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | params.c | 69 static int is_negative(const void *number, size_t s) in is_negative() function
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_convert.c | 580 BOOL is_negative = FALSE; in convert_glob_parse_range() local
|
/third_party/openssl/crypto/ |
H A D | params.c | 67 static int is_negative(const void *number, size_t s) in is_negative() function
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-comparisons_test.cc | 1426 Matcher<int> is_negative = Lt(0); in TEST() local 1554 Matcher<int> is_negative = Lt(0); in TEST() local
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-typedarray-object.c | 137 bool is_negative = false; in ecma_typedarray_setter_number_to_uint32() local
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | tarith.c | 317 int is_negative; /* Number is negative */ member
|