/external/libxml2/ |
D | trionan.c | 223 int is_negative = TRIO_FALSE; variable 736 int is_negative; variable
|
/external/curl/lib/ |
D | strtoofft.c | 80 int is_negative = 0; in strtooff() local
|
/external/pdfium/third_party/base/numerics/ |
D | safe_conversions_impl.h | 63 bool is_negative) { in ConditionalNegate()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | comparators.cc | 88 auto is_negative = Lt(signed_value, Zero(value.builder(), signed_type)); in BitcastConvertFloatingPointToIntegral() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | parse_number.cpp | 79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | parse_number.cpp | 79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
|
/external/libchrome/base/numerics/ |
D | safe_conversions_impl.h | 70 bool is_negative) { in ConditionalNegate()
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | quantization_util.cc | 186 bool is_negative = (fraction < 0); in DoubleFromFractionAndShift() local
|
/external/pcre/dist2/src/ |
D | pcre2_convert.c | 581 BOOL is_negative = FALSE; in convert_glob_parse_range() local
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 205 bool is_negative = false; in ConsumeSignedInteger() local 1343 bool is_negative = TryConsume("-"); in ParseOption() local
|
/external/libpng/contrib/libtests/ |
D | tarith.c | 317 int is_negative; /* Number is negative */ member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | PatternMatch.h | 323 struct is_negative { struct 328 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() argument
|
/external/python/cpython2/Lib/ |
D | decimal.py | 6156 def _format_sign(is_negative, spec): argument 6166 def _format_number(is_negative, intpart, fracpart, exp, spec): argument
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 6338 def _format_sign(is_negative, spec): argument 6348 def _format_number(is_negative, intpart, fracpart, exp, spec): argument
|
/external/v8/src/ |
D | deoptimizer.cc | 1878 bool is_negative = (value < 0); in Add() local 1906 bool is_negative = (bits & 1) == 1; in Next() local
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 1197 Matcher<int> is_negative = Lt(0); in TEST() local 1313 Matcher<int> is_negative = Lt(0); in TEST() local
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.cc | 381 bool is_negative = (uvalue & kWSignMask) != 0; in ShiftOperand() local
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 1618 auto is_negative = in BitcastConvertFloatingPointToIntegral() local
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 1542 Matcher<int> is_negative = Lt(0); in TEST() local 1664 Matcher<int> is_negative = Lt(0); in TEST() local
|