HomeSort by relevance Sort by last modified time
    Searched refs:negative (Results 101 - 125 of 495) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 81 CMN r4, r6 @check for negative saturation
90 CMN r5, r6 @check for negative saturation
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 202 const SparseWeightVector<Key, Hash> &negative);
236 const SparseWeightVector<Key, Hash> &negative,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
index.l 22 .*.s:37: Error: [Rr]otating register index must be a non-negative constant
24 .*.s:40: Error: [Rr]otating register index must be a non-negative constant
25 .*.s:41: Error: [Rr]otating register index must be a non-negative constant
26 .*.s:42: Error: [Rr]otating register index must be a non-negative constant
unwind-bad.l 31 .*:80: Error: First operand to \.save\.gf must be a non-negative 4-bit constant
32 .*:82: Error: Second operand to \.save\.gf must be a non-negative 20-bit constant
33 .*:84: Error: First operand to \.save\.gf must be a non-negative 4-bit constant
34 .*:86: Error: Second operand to \.save\.gf must be a non-negative 20-bit constant
  /external/dng_sdk/source/
dng_gain_map.h 199 virtual void ProcessArea (dng_negative &negative,
dng_render.h 129 /// \brief Class used to render digital negative to displayable image.
160 /// Construct a rendering instance that will be used to convert a given digital negative.
162 /// \param negative The digital negative to convert to a displayable image.
165 const dng_negative &negative);
188 /// \param exposure Compensation value in stops, positive or negative.
196 /// \retval Compensation value in stops, positive or negative.
292 /// Actually render a digital negative to a displayable image.
293 /// Input digital negative is passed to the constructor of this dng_render class.
dng_jpeg_image.cpp 166 const dng_negative &negative,
207 image.Bounds ().Size () == negative.OriginalDefaultFinalSize ();
209 if (negative.ColorimetricReference () == crSceneReferred)
  /external/v8/test/mjsunit/
mod.js 39 // Negative case.
42 // Check for negative zero.
46 // Check for negative zero.
math-floor-of-div-minus-zero.js 30 // Test for negative zero that doesn't need bail out
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DateNumberFormat.java 144 // negative
202 boolean negative = false;
211 negative = true;
234 num = negative ? num * (-1) : num;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DateNumberFormat.java 140 // negative
198 boolean negative = false;
207 negative = true;
230 num = negative ? num * (-1) : num;
  /frameworks/base/core/java/android/widget/
Chronometer.java 260 boolean negative = false;
263 negative = true;
266 if (negative) {
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java 83 * non-termination. (We may discover that a presumed zero result is actually slightly negative
581 final int negative = cache.charAt(0) == '-' ? 1 : 0; local
605 // option would be to use a large negative exponent.
611 return msd - wholeSize + lineLength - negative - 1;
636 final int negative = cache.charAt(0) == '-' ? 1 : 0; local
637 final String negativeSign = negative == 1 ? "-" : "";
652 if (lsdOffset < -1 && dotIndex - msdIndex + negative <= SHORT_TARGET_LENGTH
663 } else if (lsdOffset <= SHORT_TARGET_LENGTH - negative - 2
677 final int totalDigits = lsdIndex - msdIndex + negative + 1;
688 if (dotIndex > msdIndex && dotIndex < msdIndex + SHORT_TARGET_LENGTH - negative - 1)
    [all...]
  /external/valgrind/VEX/priv/
host_generic_maddf.c 85 unsigned int negative:1; member in struct:vg_ieee754_double::__anon24412
93 unsigned int negative:1;
303 if (v.ieee.negative)
  /external/skia/src/codec/
SkRawCodec.cpp 484 SkAutoTDelete<dng_negative> negative(fNegative.release());
490 negative->ReadStage1Image(*host, *dngStream, *info);
493 negative->ReadTransparencyMask(*host, *dngStream, *info);
496 negative->ValidateRawImageDigest(*host);
497 if (negative->IsDamaged()) {
502 negative->BuildStage2Image(*host);
503 negative->BuildStage3Image(*host, kMosaicPlane);
505 dng_render render(*host, *negative);
509 dng_point stage3_size = negative->Stage3Image()->Size();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-2.s 109 # unwound frame has negative size
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DataInputCompressor.java 152 boolean negative = (result & 1) != 0; // get sign bit from the bottom,
155 if (negative)
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 502 // the number is negative, then set it again using setBit().
870 final boolean negative = currentToken.startsWith("-");
872 return negative ? Double.NEGATIVE_INFINITY : Double.POSITIVE_INFINITY;
908 final boolean negative = currentToken.startsWith("-");
910 return negative ? Float.NEGATIVE_INFINITY : Float.POSITIVE_INFINITY;
    [all...]
  /external/v8/test/mjsunit/compiler/
regress-1085.js 30 // Test correct checks for negative zero.
regress-max.js 30 // Test Math.max with negative zero as input.
  /external/v8/test/webkit/
array-indexing.js 25 "This test checks that array accessing doesn't do the wrong thing for negative indices"
dfg-negative-array-index.js 25 "Tests that storing into a negative array index works right."
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_long_future.py 26 negative = a^b < 0
51 return -result if negative else result
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_long_future.py 26 negative = a^b < 0
51 return -result if negative else result
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long_future.py 26 negative = a^b < 0
51 return -result if negative else result

Completed in 1382 milliseconds

1 2 3 45 6 7 8 91011>>