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

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strtod.py 35 # abs(decimal value) = a/b, along with a boolean 'negative'.
42 negative = m.group('sign') == '-'
47 return '-0x0.0p+0' if negative else '0x0.0p+0'
70 return '-inf' if negative else 'inf'
72 return '-0x0.0p+0' if negative else '0x0.0p+0'
79 '-' if negative else '',
  /external/dng_sdk/source/
dng_opcode_list.cpp 112 dng_negative &negative,
121 if (opcode.AboutToApply (host, negative))
125 negative,
dng_host.h 299 virtual bool SaveLinearDNG (const dng_negative &negative) const;
387 dng_negative &negative,
dng_opcode_list.h 122 /// negative.
125 dng_negative &negative,
dng_lens_correction.cpp 177 bool dng_warp_params::IsValidForNegative (const dng_negative &negative) const
186 (fPlanes != negative.ColorChannels ()))
488 // -maxDstGap / 2, which is negative and hence lies outside the domain of
981 const dng_negative &negative,
1003 const dng_negative &negative,
1021 , fPixelScaleV (1.0 / negative.PixelAspectRatio ())
1034 const uint32 negPlanes = negative.ColorChannels ();
1048 // Make sure the warp params are valid for this negative.
1050 if (!fParams->IsValidForNegative (negative))
    [all...]
dng_host.cpp 202 bool dng_host::SaveLinearDNG (const dng_negative & /* negative */) const
521 dng_negative &negative,
526 negative,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance8x8_armv6.asm 46 sel r8, r9, lr ; select bytes with negative difference
50 usad8 r7, r8, lr ; calculate sum of negative differences
54 sub r4, r4, r7 ; subtract negative differences from sum
71 sel r8, r9, lr ; select bytes with negative difference
75 usad8 r7, r8, lr ; calculate sum of negative differences
80 sub r4, r4, r7 ; subtract negative differences from sum
vp8_variance_halfpixvar16x16_hv_armv6.asm 64 sel r6, r6, lr ; select bytes with negative difference
68 usad8 r5, r6, lr ; calculate sum of negative differences
72 subs r8, r8, r5 ; subtract negative differences from sum
105 sel r6, r6, lr ; select bytes with negative difference
109 usad8 r5, r6, lr ; calculate sum of negative differences
114 sub r8, r8, r5 ; subtract negative differences from sum
147 sel r6, r6, lr ; select bytes with negative difference
151 usad8 r5, r6, lr ; calculate sum of negative differences
156 sub r8, r8, r5 ; subtract negative differences from sum
189 sel r6, r6, lr ; select bytes with negative differenc
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
variance_halfpixvar16x16_hv_media.asm 64 sel r6, r6, lr ; select bytes with negative difference
68 usad8 r5, r6, lr ; calculate sum of negative differences
72 subs r8, r8, r5 ; subtract negative differences from sum
105 sel r6, r6, lr ; select bytes with negative difference
109 usad8 r5, r6, lr ; calculate sum of negative differences
114 sub r8, r8, r5 ; subtract negative differences from sum
147 sel r6, r6, lr ; select bytes with negative difference
151 usad8 r5, r6, lr ; calculate sum of negative differences
156 sub r8, r8, r5 ; subtract negative differences from sum
189 sel r6, r6, lr ; select bytes with negative differenc
    [all...]
  /bionic/tools/relocation_packer/src/
sleb128.cc 46 // negative number).
53 const bool negative = static_cast<int_t>(value) < 0; local
60 if (negative)
  /external/libgdx/gdx/jni/
Android.mk 9 -Wno-sign-compare -Wno-shift-negative-value -Wno-pointer-arith -Wno-invalid-noreturn
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgb9e5.h 48 unsigned int negative:1; member in struct:__anon19025::__anon19026
54 unsigned int negative:1;
  /external/pdfium/third_party/
pdfiumzlib.mk 15 LOCAL_CFLAGS += -Wno-shift-negative-value -Wno-unused-parameter
pdfiumjpeg.mk 15 LOCAL_CFLAGS += -Wno-shift-negative-value -Wno-unused-parameter
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-2.l 14 [^:]*:110: Error: unwound frame has negative size
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
resumable_streaming_upload.py 63 size: The amount of bytes to read. If omitted or negative, the entire
  /external/google-breakpad/src/processor/
postfix_evaluator-inl.h 293 bool negative; local
295 negative = true;
298 negative = false;
304 if (negative)
  /external/icu/icu4c/source/i18n/
zonemeta.h 112 static UnicodeString& formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 49 sel r8, r9, lr ; select bytes with negative difference
53 usad8 r6, r8, lr ; calculate sum of negative differences
70 sel r8, r9, lr ; select bytes with negative difference
74 usad8 r6, r8, lr ; calculate sum of negative differences
89 sel r8, r9, lr ; select bytes with negative difference
93 usad8 r6, r8, lr ; calculate sum of negative differences
112 sel r8, r9, lr ; select bytes with negative difference
116 usad8 r6, r8, lr ; calculate sum of negative differences
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
quick.s 43 ; Only need to check negative operands here; the unsigned 5
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
T_goto_16_1.d 37 ; test negative offset
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/d/
T_goto_32_1.d 37 ; test negative offset
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/
T_opc_goto_1.d 37 ; test negative offset
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DataInputCompressor.java 153 boolean negative = (result & 1) != 0; // get sign bit from the bottom,
156 if (negative)
  /external/libunwind/doc/
unw_strerror.tex 19 The \Func{unw\_strerror}() routine maps the (negative) \Var{err\_code}

Completed in 1264 milliseconds

1 2 34 5 6 7 8 91011>>