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

1 2 3 4 5 6 7 891011>>

  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 140 of audio is positive or negative.
151 A negative value indicates that
  /external/v8/test/mjsunit/
div-mod.js 184 // produces negative zeros correctly.
272 // With negative left hand side operand.
array-sort.js 44 // Default sort on negative numbers.
49 // Default sort on negative and non-negative numbers.
array-bounds-check-removal.js 164 // Specific test on negative offsets.
in.js 155 // Check negative indices in arrays.
math-floor-part1.js 86 // Ensure that a negative zero coming from Math.floor is properly handled
math-floor-part4.js 101 // Regression test for a bug where a negative zero coming from Math.floor
math-round.js 59 // Regression test for a bug where a negative zero coming from Math.round
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 40 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative
173 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
stream.h 110 * the buffer is negative. If you pass (uint32_t) -1 here
395 * been suspended. This will return 0 if not, and negative on
401 * not, and negative on error. \since 0.9.11 */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
stream.h 111 * the buffer is negative. If you pass (uint32_t) -1 here
410 * been suspended. This will return 0 if not, and negative on
416 * not, and negative on error. \since 0.9.11 */
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
splet.s 37 ! test SMUL with negative result
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.cpp 840 bool negative = (int64_t) high < 0; local
841 Int128 a = negative ? -*this : *this;
844 negative = !negative;
849 return negative ? -result : result;
864 bool negative = a < 0;
865 if (negative)
871 negative = !negative;
875 return negative ? -result : result
    [all...]
  /external/libpng/
png.c 681 * negative integral value is added the result will be an unsigned value
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.c     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 552 | {negative} minus digits
553 {->New expression.negative(digits.expression)}
681 | {negative} expression // -x
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 53 returns 0. Otherwise the negative value of one of the error-codes
unw_get_proc_name.tex 46 Otherwise the negative value of one of the error-codes below is
unw_resume.tex 65 negative value of one of the errors below is returned.
  /external/opencv/otherlibs/highgui/
utils.cpp 351 void FillGrayPalette( PaletteEntry* palette, int bpp, bool negative )
354 int xor_mask = negative ? 255 : 0;
  /external/v8/src/third_party/fdlibm/
fdlibm.js 146 // 1. reduce x to non-negative by tanh(-x) = -tanh(x).
  /external/v8/test/mjsunit/es6/
array-length.js 5 // Test array functions do not cause infinite loops when length is negative,
  /external/v8/test/webkit/
toString-prefix-postfix-preserve-parens.js 114 // but will create possible false negative if toString output changes in
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 150 If ``indent`` is a non-negative integer, then JSON array elements and
214 If ``indent`` is a non-negative integer, then JSON array elements and
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 150 If ``indent`` is a non-negative integer, then JSON array elements and
214 If ``indent`` is a non-negative integer, then JSON array elements and

Completed in 2490 milliseconds

1 2 3 4 5 6 7 891011>>