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

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long_future.py 26 negative = a^b < 0
51 return -result if negative else result
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ZoneMeta.java 774 boolean negative = false;
777 negative = true;
793 String zid = formatCustomID(hour, min, sec, negative);
801 static String formatCustomID(int hour, int min, int sec, boolean negative) {
805 if(negative) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ZoneMeta.java 773 boolean negative = false;
776 negative = true;
792 String zid = formatCustomID(hour, min, sec, negative);
800 static String formatCustomID(int hour, int min, int sec, boolean negative) {
804 if(negative) {
  /frameworks/base/location/java/android/location/
Location.java 206 // Handle negative values
248 boolean negative = false;
251 negative = true;
264 return negative ? -val : val;
282 boolean isNegative180 = negative && (deg == 180) &&
304 return negative ? -val : val;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-iq2000.c 858 int negative = 0;
864 negative = 1;
880 return negative ? -val : val;
891 return negative ? -val : val;
909 return negative ? -val : val;
852 int negative = 0; local
  /external/dng_sdk/source/
dng_mosaic_info.cpp 1406 dng_negative &negative)
1411 fSrcSize = negative.Stage2Image ()->Size ();
1415 fCroppedSize.v = Round_int32 (negative.DefaultCropSizeV ().As_real64 ());
1416 fCroppedSize.h = Round_int32 (negative.DefaultCropSizeH ().As_real64 ());
1420 fAspectRatio = negative.DefaultScaleH ().As_real64 () /
1421 negative.DefaultScaleV ().As_real64 ();
    [all...]
dng_image_writer.h 1090 /// \param negative or metadata If non-NULL, EXIF, IPTC, and XMP metadata from this negative is written to TIFF.
1103 dng_negative *negative,
1128 /// \param negative or metadata If non-NULL, EXIF, IPTC, and XMP metadata from this negative is written to TIFF.
1142 dng_negative *negative,
1166 /// \param negative The image data and metadata (EXIF, IPTC, XMP) to be written.
1173 dng_negative &negative,
1181 /// \param negative The image data to be written.
1189 const dng_negative &negative,
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 65 final int negative = -5; local
74 myAbsSeekBar.setThumbOffset(negative);
75 assertEquals(negative, myAbsSeekBar.getThumbOffset());
  /external/guava/guava/src/com/google/common/primitives/
Ints.java 123 * @return a negative value if {@code a} is less than {@code b}; a positive
386 * negative
713 boolean negative = string.charAt(0) == '-';
714 int index = negative ? 1 : 0;
738 if (negative) {
Longs.java 90 * @return a negative value if {@code a} is less than {@code b}; a positive
340 boolean negative = string.charAt(0) == '-';
341 int index = negative ? 1 : 0;
362 if (negative) {
418 * negative
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Ints.java 122 * @return a negative value if {@code a} is less than {@code b}; a positive
334 * negative
661 boolean negative = string.charAt(0) == '-';
662 int index = negative ? 1 : 0;
686 if (negative) {
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 38 CPPUNIT_TEST(negative);
58 void negative();
481 void SstreamTest::negative() function in class:SstreamTest
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 38 CPPUNIT_TEST(negative);
58 void negative();
481 void SstreamTest::negative() function in class:SstreamTest
  /device/google/dragon/audio/hal/dsp/
drc_math.h 64 unsigned int negative:1; member in struct:ieee754_float::__anon3150
125 /* For negative or zero, just return a very small dB value. */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 223 // Negative integer powers
576 boolean negative = false;
578 negative = true;
598 return negative ? -absAsinh : absAsinh;
608 boolean negative = false;
610 negative = true;
630 return negative ? -absAtanh : absAtanh;
635 * The signum is -1 for negative numbers, +1 for positive numbers and 0 otherwise
644 * The signum is -1 for negative numbers, +1 for positive numbers and 0 otherwise
860 boolean negative = false
    [all...]
  /external/libdrm/exynos/
exynos_fimg2d.h 310 unsigned int dst_h, unsigned int negative);
  /external/libvorbis/doc/
09-helper.tex 42 \item ilog(negative number) = 0;
131 rounding division of both positive and negative numbers toward zero.
  /external/opencv/otherlibs/highgui/
utils.h 96 void FillGrayPalette( PaletteEntry* palette, int bpp, bool negative = false );
  /external/opencv3/modules/imgcodecs/src/
utils.hpp 108 void FillGrayPalette( PaletteEntry* palette, int bpp, bool negative = false );
  /external/pdfium/third_party/bigint/
BigInteger.hh 30 enum Sign { negative = -1, zero = 0, positive = 1 }; enumerator in enum:BigInteger::Sign
  /external/v8/test/mjsunit/compiler/
math-floor-global.js 57 // Ensure that a negative zero coming from Math.floor is properly handled
149 // Regression test for a bug where a negative zero coming from Math.floor
math-floor-local.js 57 // Ensure that a negative zero coming from Math.floor is properly handled
149 // Regression test for a bug where a negative zero coming from Math.floor
  /external/v8/test/mjsunit/es7/
typed-array-includes.js 115 // index from the given negative fromIndex argument is less than 0
125 // %TypedArray%.prototype.includes should use a negative value as the offset
  /external/v8/test/mjsunit/
toint32.js 47 assertEquals(0, toInt32(-0.6), "truncate negative (-0.6)");
48 assertEquals(-1, toInt32(-1.6), "truncate negative (-1.6)");
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 114 peak_ix=find(s.optbuf(cng_ix)<0); % peak mode is labeled with negative values
175 % negative jump

Completed in 1609 milliseconds

1 2 3 4 56 7 8 91011>>