Home
last modified time | relevance | path

Searched defs:is_negative (Results 1 - 25 of 32) sorted by relevance

12

/third_party/curl/lib/
H A Dstrtoofft.c82 int is_negative = 0; in strtooff() local
/third_party/backends/sanei/
H A Dsanei_codec_ascii.c280 int i, is_negative = 0; in ascii_w_word() local
/third_party/node/deps/v8/src/base/
H A Dvlq.h51 bool is_negative = value < 0; in VLQEncode() local
112 bool is_negative = (bits & 1) == 1; in VLQDecode() local
H A Dsafe_conversions_impl.h77 ConditionalNegate( T x, bool is_negative) ConditionalNegate() argument
/third_party/node/deps/v8/src/numbers/
H A Dinteger-literal.h24 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 Dparse_number.cpp79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dparse_number.cpp79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
/third_party/spirv-tools/source/util/
H A Dparse_number.cpp79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
/third_party/gn/src/base/numerics/
H A Dsafe_conversions_impl.h68 ConditionalNegate( T x, bool is_negative) ConditionalNegate() argument
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c1249 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 Dsafe_conversions_impl.h75 constexpr typename std::make_signed<T>::type ConditionalNegate(T x, bool is_negative) in ConditionalNegate() argument
H A Dchecked_math_impl.h177 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 Dtest-draw.c53 hb_bool_t is_negative = num < 0; in _hb_itoa() local
/third_party/typescript/tests/ts_extra_tests/tool/
H A Dtestcfg.py133 def is_negative(self): member in TestCase
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc172 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 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; ecma_builtin_number_prototype_object_to_precision() local
[all...]
H A 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/
H A Dparse.cc294 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 Dcheckasm.c299 static int is_negative(union av_intfloat32 u) in is_negative() function
/third_party/node/deps/openssl/openssl/crypto/
H A Dparams.c69 static int is_negative(const void *number, size_t s) in is_negative() function
/third_party/pcre2/pcre2/src/
H A Dpcre2_convert.c580 BOOL is_negative = FALSE; in convert_glob_parse_range() local
/third_party/openssl/crypto/
H A Dparams.c67 static int is_negative(const void *number, size_t s) in is_negative() function
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1426 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 Decma-typedarray-object.c137 bool is_negative = false; in ecma_typedarray_setter_number_to_uint32() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtarith.c317 int is_negative; /* Number is negative */ member

Completed in 32 milliseconds

12