Searched defs:negative (Results 1 - 25 of 92) sorted by relevance

1234

/external/llvm/test/MC/AsmParser/
H A Ddirective_rept-diagnostics.s24 .global negative
25 .type negative,@object
26 negative: label
29 # CHECK: error: Count is negative
/external/proguard/src/proguard/gui/
H A DFilterBuilder.java54 StringBuffer negative = new StringBuffer();
56 buildFilter("", positive, negative);
58 return positive.length() <= negative.length() ?
60 negative.toString();
69 * @param negative the filter to be extended, assuming the matching
74 StringBuffer negative)
119 // Extend the negative filter with exceptions and return.
120 if (negative.length() > 0)
122 negative.append(',');
124 negative
72 buildFilter(String prefix, StringBuffer positive, StringBuffer negative) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DParameterizedModifier.java15 private final Modifier negative; field in class:ParameterizedModifier
20 * This constructor populates the ParameterizedModifier with a single positive and negative form.
25 public ParameterizedModifier(Modifier positive, Modifier negative) { argument
27 this.negative = negative;
33 * This constructor prepares the ParameterizedModifier to be populated with a positive and negative Modifier for
41 this.negative = null;
58 return isNegative ? negative : positive;
/external/syslinux/com32/lib/math/
H A Dstrtod.c51 int negative; local
64 negative = 0;
67 negative = 1; // Fall through to increment position
103 if (negative)
109 negative = 0;
112 negative = 1; // Fall through to increment pos
124 if (negative)
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DParameterizedModifier.java13 private final Modifier negative; field in class:ParameterizedModifier
18 * This constructor populates the ParameterizedModifier with a single positive and negative form.
23 public ParameterizedModifier(Modifier positive, Modifier negative) { argument
25 this.negative = negative;
31 * This constructor prepares the ParameterizedModifier to be populated with a positive and negative Modifier for
39 this.negative = null;
56 return isNegative ? negative : positive;
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.h24 int negative; member in struct:ebb_state::__anon13538
/external/valgrind/VEX/priv/
H A Dhost_generic_maddf.c85 unsigned int negative:1; member in struct:vg_ieee754_double::__anon28364
93 unsigned int negative:1;
303 if (v.ieee.negative)
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dbyte_io_unittest.cc28 T CreateTestValue(bool negative, uint8_t num_bytes) { argument
31 val = (val << 8) + (negative ? (0xFF - i) : (i + 1));
33 if (negative && std::numeric_limits<T>::is_signed) {
57 // Test both for values that are positive and negative (if signed)
59 bool negative = neg > 0; local
62 T test_value = CreateTestValue<T>(negative, B);
79 // Test both for values that are positive and negative (if signed).
81 bool negative = neg > 0; local
84 T test_value = CreateTestValue<T>(negative, B);
/external/dng_sdk/source/
H A Ddng_opcode_list.cpp112 dng_negative &negative,
121 if (opcode.AboutToApply (host, negative))
125 negative,
111 Apply(dng_host &host, dng_negative &negative, AutoPtr<dng_image> &image) argument
H A Ddng_color_spec.cpp66 dng_color_spec::dng_color_spec (const dng_negative &negative, argument
69 : fChannels (negative.ColorChannels ())
125 if (negative. CameraCalibrationSignature () ==
129 if (negative.CameraCalibration1 ().Rows () == fChannels &&
130 negative.CameraCalibration1 ().Cols () == fChannels)
133 fCameraCalibration1 = negative.CameraCalibration1 ();
137 if (negative.CameraCalibration2 ().Rows () == fChannels &&
138 negative.CameraCalibration2 ().Cols () == fChannels)
141 fCameraCalibration2 = negative.CameraCalibration2 ();
152 fAnalogBalance [j] [j] = negative
[all...]
H A Ddng_host.cpp202 bool dng_host::SaveLinearDNG (const dng_negative & /* negative */) const
521 dng_negative &negative,
526 negative,
520 ApplyOpcodeList(dng_opcode_list &list, dng_negative &negative, AutoPtr<dng_image> &image) argument
H A Ddng_jpeg_image.cpp166 const dng_negative &negative,
207 image.Bounds ().Size () == negative.OriginalDefaultFinalSize ();
209 if (negative.ColorimetricReference () == crSceneReferred)
165 Encode(dng_host &host, const dng_negative &negative, dng_image_writer &writer, const dng_image &image) argument
H A Ddng_validate.cpp127 // Read into the negative.
129 AutoPtr<dng_negative> negative; local
144 negative.Reset (host.Make_dng_negative ());
146 negative->Parse (host, stream, info);
148 negative->PostParse (host, stream, info);
154 negative->ReadStage1Image (host, stream, info);
163 negative->ReadTransparencyMask (host, stream, info);
167 negative->ValidateRawImageDigest (host);
178 const dng_image &stage1 = *negative->Stage1Image ();
194 negative
[all...]
H A Ddng_opcodes.cpp117 dng_negative &negative)
123 negative.SetIsPreview (true);
142 else if (!IsValidForNegative (negative))
227 dng_negative & /* negative */,
256 dng_negative &negative,
264 , fNegative (negative)
360 dng_negative &negative,
397 negative,
432 dng_negative &negative,
438 , fNegative (negative)
116 AboutToApply(dng_host &host, dng_negative &negative) argument
255 dng_filter_opcode_task(dng_filter_opcode &opcode, dng_negative &negative, const dng_image &srcImage, dng_image &dstImage) argument
359 Apply(dng_host &host, dng_negative &negative, AutoPtr<dng_image> &image) argument
431 dng_inplace_opcode_task(dng_inplace_opcode &opcode, dng_negative &negative, dng_image &image) argument
533 Apply(dng_host &host, dng_negative &negative, AutoPtr<dng_image> &image) argument
[all...]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
H A DUnaryExpr.java35 negative, // - enum constant in enum:UnaryExpr.Operator
/external/adhd/cras/src/dsp/
H A Ddrc_math.h27 unsigned int negative:1; member in struct:ieee754_float::__anon730
128 /* For negative or zero, just return a very small dB value. */
/external/google-breakpad/src/processor/
H A Dpostfix_evaluator-inl.h293 bool negative; local
295 negative = true;
298 negative = false;
304 if (negative)
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
H A DUnaryExpr.java34 negative, // - enum constant in enum:UnaryExpr.Operator
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc46 bool negative) {
49 RAW_CHECK(base == 10 || !negative);
50 RAW_CHECK(absolute_value || !negative);
53 if (negative && minimal_num_length)
55 if (negative && pad_with_zero)
76 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-');
88 pad_with_zero, false /* negative */);
93 bool negative = (num < 0); local
94 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10,
95 minimal_num_length, pad_with_zero, negative);
44 AppendNumber(char **buff, const char *buff_end, u64 absolute_value, u8 base, u8 minimal_num_length, bool pad_with_zero, bool negative) argument
[all...]
/external/deqp/framework/common/
H A DtcuAstcUtil.cpp94 const bool negative = (src & (1 << (numSrcBits-1))) != 0; local
95 return src | (negative ? ~((1 << numSrcBits) - 1) : 0);
2445 // Generate a gradient-like set of HDR void-extent blocks, with values ranging from the largest finite negative to largest finite positive of fp16.
/external/icu/icu4c/source/i18n/
H A Dnumber_modifiers.h219 void adoptPositiveNegativeModifiers(const Modifier *positive, const Modifier *negative) { argument
221 mods[1] = negative;
H A Dnumber_patternmodifier.cpp92 Modifier *negative = createConstantModifier(status); local
93 pm->adoptPositiveNegativeModifiers(positive, negative);
286 // Should we use the affix from the negative subpattern? (If not, we will use the positive subpattern.)
H A Dnumber_patternstring.h63 ParsedSubpatternInfo negative; member in struct:number::impl::ParsedPatternInfo
111 // In Java, "negative == null" tells us whether or not we had a negative subpattern.
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_double_ops.c94 * denorms properly. Note that this doesn't preserve positive/negative
168 * want to subtract off e/2 from the final exponent, rounded to negative
379 nir_ssa_def *negative = nir_flt(b, src, nir_imm_double(b, 0.0)); local
381 nir_ior(b, negative, nir_feq(b, src, tr)),
/external/pdfium/third_party/bigint/
H A DBigInteger.hh30 enum Sign { negative = -1, zero = 0, positive = 1 }; enumerator in enum:BigInteger::Sign

Completed in 2719 milliseconds

1234