Home
last modified time | relevance | path

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

/external/libxml2/
Dtrionan.c223 int is_negative = TRIO_FALSE; variable
736 int is_negative; variable
/external/curl/lib/
Dstrtoofft.c80 int is_negative = 0; in strtooff() local
/external/pdfium/third_party/base/numerics/
Dsafe_conversions_impl.h63 bool is_negative) { in ConditionalNegate()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dcomparators.cc88 auto is_negative = Lt(signed_value, Zero(value.builder(), signed_type)); in BitcastConvertFloatingPointToIntegral() local
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.cpp79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
/external/deqp-deps/SPIRV-Tools/source/util/
Dparse_number.cpp79 bool is_negative = text[0] == '-'; in ParseAndEncodeIntegerNumber() local
/external/libchrome/base/numerics/
Dsafe_conversions_impl.h70 bool is_negative) { in ConditionalNegate()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dquantization_util.cc186 bool is_negative = (fraction < 0); in DoubleFromFractionAndShift() local
/external/pcre/dist2/src/
Dpcre2_convert.c581 BOOL is_negative = FALSE; in convert_glob_parse_range() local
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc205 bool is_negative = false; in ConsumeSignedInteger() local
1343 bool is_negative = TryConsume("-"); in ParseOption() local
/external/libpng/contrib/libtests/
Dtarith.c317 int is_negative; /* Number is negative */ member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h323 struct is_negative { struct
328 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() argument
/external/python/cpython2/Lib/
Ddecimal.py6156 def _format_sign(is_negative, spec): argument
6166 def _format_number(is_negative, intpart, fracpart, exp, spec): argument
/external/python/cpython3/Lib/
D_pydecimal.py6338 def _format_sign(is_negative, spec): argument
6348 def _format_number(is_negative, intpart, fracpart, exp, spec): argument
/external/v8/src/
Ddeoptimizer.cc1878 bool is_negative = (value < 0); in Add() local
1906 bool is_negative = (bits & 1) == 1; in Next() local
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc1197 Matcher<int> is_negative = Lt(0); in TEST() local
1313 Matcher<int> is_negative = Lt(0); in TEST() local
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc381 bool is_negative = (uvalue & kWSignMask) != 0; in ShiftOperand() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1618 auto is_negative = in BitcastConvertFloatingPointToIntegral() local
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc1542 Matcher<int> is_negative = Lt(0); in TEST() local
1664 Matcher<int> is_negative = Lt(0); in TEST() local