Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 1695) sorted by relevance

12345678910>>...68

/external/proguard/src/proguard/gui/
DFilterBuilder.java54 StringBuffer negative = new StringBuffer(); in buildFilter() local
56 buildFilter("", positive, negative); in buildFilter()
58 return positive.length() <= negative.length() ? in buildFilter()
60 negative.toString(); in buildFilter()
74 StringBuffer negative) in buildFilter() argument
120 if (negative.length() > 0) in buildFilter()
122 negative.append(','); in buildFilter()
124 negative.append(prefix); in buildFilter()
128 negative.append('*'); in buildFilter()
189 if (negative.length() > 0 && in buildFilter()
[all …]
/external/dng_sdk/source/
Ddng_validate.cpp129 AutoPtr<dng_negative> negative; in dng_validate() local
144 negative.Reset (host.Make_dng_negative ()); in dng_validate()
146 negative->Parse (host, stream, info); in dng_validate()
148 negative->PostParse (host, stream, info); in dng_validate()
154 negative->ReadStage1Image (host, stream, info); in dng_validate()
163 negative->ReadTransparencyMask (host, stream, info); in dng_validate()
167 negative->ValidateRawImageDigest (host); in dng_validate()
178 const dng_image &stage1 = *negative->Stage1Image (); in dng_validate()
194 negative->SynchronizeMetadata (); in dng_validate()
200 negative->SetFourColorBayer (); in dng_validate()
[all …]
Ddng_image_writer.cpp1723 const dng_negative &negative);
1730 const dng_negative &negative) in range_tag_set() argument
1765 const dng_image &rawImage (negative.RawImage ()); in range_tag_set()
1767 const dng_linearization_info *rangeInfo = negative.GetLinearizationInfo (); in range_tag_set()
1933 fWhiteLevelData32 [c] = negative.WhiteLevel (c); in range_tag_set()
2105 const dng_negative &negative);
2112 const dng_negative &negative) in color_tag_set() argument
2114 : fColorChannels (negative.ColorChannels ()) in color_tag_set()
2117 negative.CameraCalibration1 ()) in color_tag_set()
2120 negative.CameraCalibration2 ()) in color_tag_set()
[all …]
Ddng_opcodes.cpp117 dng_negative &negative) in AboutToApply() argument
123 negative.SetIsPreview (true); in AboutToApply()
142 else if (!IsValidForNegative (negative)) in AboutToApply()
256 dng_negative &negative, in dng_filter_opcode_task() argument
264 , fNegative (negative) in dng_filter_opcode_task()
360 dng_negative &negative, in Apply() argument
397 negative, in Apply()
432 dng_negative &negative, in dng_inplace_opcode_task() argument
438 , fNegative (negative) in dng_inplace_opcode_task()
534 dng_negative &negative, in Apply() argument
[all …]
Ddng_opcodes.h226 dng_negative &negative);
231 dng_negative &negative,
257 dng_negative &negative,
388 virtual void ProcessArea (dng_negative &negative,
396 dng_negative &negative,
491 virtual void ProcessArea (dng_negative &negative,
498 dng_negative &negative,
Ddng_color_spec.cpp66 dng_color_spec::dng_color_spec (const dng_negative &negative, in dng_color_spec() argument
69 : fChannels (negative.ColorChannels ()) in dng_color_spec()
125 if (negative. CameraCalibrationSignature () == in dng_color_spec()
129 if (negative.CameraCalibration1 ().Rows () == fChannels && in dng_color_spec()
130 negative.CameraCalibration1 ().Cols () == fChannels) in dng_color_spec()
133 fCameraCalibration1 = negative.CameraCalibration1 (); in dng_color_spec()
137 if (negative.CameraCalibration2 ().Rows () == fChannels && in dng_color_spec()
138 negative.CameraCalibration2 ().Cols () == fChannels) in dng_color_spec()
141 fCameraCalibration2 = negative.CameraCalibration2 (); in dng_color_spec()
152 fAnalogBalance [j] [j] = negative.AnalogBalance (j); in dng_color_spec()
Ddng_misc_opcodes.h49 dng_negative &negative,
185 virtual void ProcessArea (dng_negative &negative,
245 virtual void ProcessArea (dng_negative &negative,
286 virtual void ProcessArea (dng_negative &negative,
327 virtual void ProcessArea (dng_negative &negative,
366 virtual void ProcessArea (dng_negative &negative,
405 virtual void ProcessArea (dng_negative &negative,
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/
DTarUtils.java173 final boolean negative = buffer[offset] == (byte) 0xff; in parseOctalOrBinary()
175 return parseBinaryLong(buffer, offset, length, negative); in parseOctalOrBinary()
177 return parseBinaryBigInteger(buffer, offset, length, negative); in parseOctalOrBinary()
182 final boolean negative) { in parseBinaryLong() argument
193 if (negative) { in parseBinaryLong()
198 return negative ? -val : val; in parseBinaryLong()
204 final boolean negative) { in parseBinaryBigInteger() argument
208 if (negative) { in parseBinaryBigInteger()
218 return negative ? -val.longValue() : val.longValue(); in parseBinaryBigInteger()
477 final boolean negative = value < 0; in formatLongOctalOrBinaryBytes()
[all …]
/external/protobuf/src/google/protobuf/util/
Dtime_util.cc197 bool negative = (value[0] == '-'); in FromString() local
198 int sign_length = (negative ? 1 : 0); in FromString()
220 if (negative) { in FromString()
371 void ToUint128(const Timestamp& value, uint128* result, bool* negative) { in ToUint128() argument
373 *negative = true; in ToUint128()
377 *negative = false; in ToUint128()
384 void ToUint128(const Duration& value, uint128* result, bool* negative) { in ToUint128() argument
386 *negative = true; in ToUint128()
390 *negative = false; in ToUint128()
396 void ToTimestamp(const uint128& value, bool negative, Timestamp* timestamp) { in ToTimestamp() argument
[all …]
/external/libgsm/add-test/
Dadd_test.dta28 ' negative operands
67 ' negative operands
107 ' negative operands
147 ' negative operands
201 ' negative operands
237 ' negative operands
280 ' negative operands
336 ' negative
353 ' negative operand
374 ' negative operand
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DAdoptingModifierStore.java17 private final Modifier negative; field in AdoptingModifierStore
27 public AdoptingModifierStore(Modifier positive, Modifier zero, Modifier negative) { in AdoptingModifierStore() argument
30 this.negative = negative; in AdoptingModifierStore()
45 this.negative = null; in AdoptingModifierStore()
62 return signum == 0 ? zero : signum < 0 ? negative : positive; in getModifierWithoutPlural()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DAdoptingModifierStore.java15 private final Modifier negative; field in AdoptingModifierStore
25 public AdoptingModifierStore(Modifier positive, Modifier zero, Modifier negative) { in AdoptingModifierStore() argument
28 this.negative = negative; in AdoptingModifierStore()
43 this.negative = null; in AdoptingModifierStore()
60 return signum == 0 ? zero : signum < 0 ? negative : positive; in getModifierWithoutPlural()
/external/v8/src/
Dconversions.cc39 inline double SignedZero(bool negative) { in SignedZero() argument
40 return negative ? uint64_to_double(Double::kSignMask) : 0.0; in SignedZero()
77 EndMark end, bool negative, in InternalStringToIntDouble() argument
84 if (current == end) return SignedZero(negative); in InternalStringToIntDouble()
166 if (negative) { in InternalStringToIntDouble()
174 return std::ldexp(static_cast<double>(negative ? -number : number), exponent); in InternalStringToIntDouble()
242 bool negative() { return sign_ == Sign::kNegative; } in negative() function in v8::internal::__anonf7feacfb0111::StringToIntHelper
454 return SignedZero(negative()); in GetResult()
456 return negative() ? -result_ : result_; in GetResult()
496 const bool negative = false; in HandlePowerOfTwoCase() local
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_unary_test.py197 self._compareBoth(x, np.negative, math_ops.negative)
198 self._compareBoth(x, np.negative, _NEG)
235 self._compareBothSparse(x, np.negative, math_ops.negative)
254 self._compareBoth(x, np.negative, math_ops.negative)
255 self._compareBoth(x, np.negative, _NEG)
288 self._compareBothSparse(x, np.negative, math_ops.negative)
305 self._compareBoth(x, np.negative, math_ops.negative)
306 self._compareBoth(x, np.negative, _NEG)
342 self._compareBothSparse(x, np.negative, math_ops.negative)
356 self._compareBoth(x, np.negative, math_ops.negative)
[all …]
/external/smali/smali/src/main/java/org/jf/smali/
DLiteralTools.java54 boolean negative = false; in parseByte()
57 negative = true; in parseByte()
93 if (negative) { in parseByte()
124 boolean negative = false; in parseShort()
127 negative = true; in parseShort()
163 if (negative) { in parseShort()
188 boolean negative = false; in parseInt()
191 negative = true; in parseInt()
227 if (negative) { in parseInt()
258 boolean negative = false; in parseLong()
[all …]
/external/epid-sdk/epid/common-testhelper/
Dtestapp-testhelper.cc26 std::vector<std::string>* negative, std::string filter_expr) { in split_filter() argument
40 negative->push_back(s); in split_filter()
46 std::vector<std::string> const& negative) { in join_filter() argument
50 if (!positive.empty() || !negative.empty()) { in join_filter()
61 for (const auto& i : negative) { in join_filter()
/external/epid-sdk/epid/member/tpm2/unittests/
Dmain-testhelper.cc24 std::vector<std::string> negative; in main() local
37 split_filter(&positive, &negative, arg.substr(15)); in main()
43 negative.push_back("*.*_PROTECTED_*"); in main()
44 negative.push_back("*.PROTECTED_*"); in main()
46 std::string filter = join_filter(positive, negative); in main()
/external/epid-sdk/epid/member/unittests/
Dmain-test.cc26 std::vector<std::string> negative; in main() local
39 split_filter(&positive, &negative, arg.substr(15)); in main()
45 negative.push_back("*.*_PROTECTED_*"); in main()
46 negative.push_back("*.PROTECTED_*"); in main()
48 std::string filter = join_filter(positive, negative); in main()
/external/u-boot/doc/device-tree-bindings/adc/
Dadc.txt10 - vdd-polarity-negative: positive reference Voltage has a negative polarity
11 - vss-polarity-negative: negative reference Voltage has a negative polarity
21 - vss-microvolts: negative reference Voltage value [uV]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc46 bool negative) { in AppendNumber() argument
49 RAW_CHECK(base == 10 || !negative); in AppendNumber()
50 RAW_CHECK(absolute_value || !negative); in AppendNumber()
53 if (negative && minimal_num_length) in AppendNumber()
55 if (negative && pad_with_zero) in AppendNumber()
76 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-'); in AppendNumber()
93 bool negative = (num < 0); in AppendSignedDecimal() local
94 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10, in AppendSignedDecimal()
95 minimal_num_length, pad_with_zero, negative); in AppendSignedDecimal()
/external/pdfium/third_party/bigint/
DBigInteger.cc27 case negative: in BigInteger()
46 case negative: in BigInteger()
79 : BigInteger::negative; in signOf()
100 if (sign == negative) in convertToUnsignedPrimitive()
152 case negative: in compareTo()
257 sign = (a.sign == b.sign) ? positive : negative; in multiply()
316 q.sign = negative; in divideWithRemainder()
378 if (sign == negative) { in operator ++()
401 sign = negative; in operator --()
/external/llvm/test/MC/AsmParser/
Ddirective_rept-diagnostics.s24 .global negative symbol
25 .type negative,@object
26 negative: label
29 # CHECK: error: Count is negative
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Ddirective_rept-diagnostics.s24 .global negative symbol
25 .type negative,@object
26 negative: label
29 # CHECK: error: Count is negative
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dbyte_io_unittest.cc28 T CreateTestValue(bool negative, uint8_t num_bytes) { in CreateTestValue() argument
31 val = (val << 8) + (negative ? (0xFF - i) : (i + 1)); in CreateTestValue()
33 if (negative && std::numeric_limits<T>::is_signed) { in CreateTestValue()
59 bool negative = neg > 0; in TestRead() local
62 T test_value = CreateTestValue<T>(negative, B); in TestRead()
81 bool negative = neg > 0; in TestWrite() local
84 T test_value = CreateTestValue<T>(negative, B); in TestWrite()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
D2011-11-23-MaskedBitsCrash.ll3 ; The mul can be proved to always overflow (turning a negative value
6 ; be assumed to have a negative value (since if not it has an undefined
7 ; value, which can be taken to be negative). We were reporting the mul
8 ; as being both positive and negative, firing an assertion!

12345678910>>...68