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

1 2 3 4 5 6 78 91011>>

  /external/libdrm/exynos/
exynos_fimg2d.c 681 * @negative: indicate that it uses color negative to source and
690 unsigned int dst_h, unsigned int negative)
698 if (negative)
699 negative = 1;
726 if (g2d_check_space(ctx, 12 + scale * 3 + negative + repeat_pad, 2))
747 if (negative) {
  /external/protobuf/src/google/protobuf/
text_format.cc 847 // Note that since the tokenizer does not support negative numbers,
852 bool negative = false; local
855 negative = true;
856 // Two's complement always allows one more negative integer than
867 if (negative) {
898 // Note that since the tokenizer does not support negative numbers,
903 bool negative = false; local
906 negative = true;
942 if (negative) {
    [all...]
  /external/v8/test/mjsunit/es7/
array-includes.js 253 // the given negative fromIndex argument is less than 0
276 // Array.prototype.includes should use a negative value as the offset from the
434 // Array.prototype.includes should always return false on negative-length
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompactDecimalFormat.java 45 * At this time, negative numbers and parsing are not supported, and will produce an UnsupportedOperationException.
312 boolean negative = isNumberNegative(number);
323 if (negative) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CompactDecimalFormat.java 44 * At this time, negative numbers and parsing are not supported, and will produce an UnsupportedOperationException.
325 boolean negative = isNumberNegative(number);
336 if (negative) {
  /external/libunwind/doc/
unw_get_fpreg.tex 40 Otherwise the negative value of one of the error-codes below is
unw_get_reg.tex 41 Otherwise the negative value of one of the error-codes below is
unw_init_local.tex 49 Otherwise the negative value of one of the error-codes below is
unw_init_remote.tex 44 Otherwise the negative value of one of the error-codes below is
unw_set_caching_policy.tex 51 Otherwise the negative value of one of the error-codes below is
unw_set_fpreg.tex 40 Otherwise the negative value of one of the error-codes below is
unw_set_reg.tex 41 Otherwise the negative value of one of the error-codes below is
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 33 // check negative offset ????
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417ECModulusPoly.cpp 140 CBC_PDF417ECModulusPoly* poly = other->negative(e);
177 CBC_PDF417ECModulusPoly* CBC_PDF417ECModulusPoly::negative(int32_t& e) { function in class:CBC_PDF417ECModulusPoly
  /external/v8/src/js/
math.js 78 // This is to prevent numerical errors caused by large negative x.
  /external/v8/test/mjsunit/compiler/
dead-loops-neg.js 30 // Presents negative opportunities for dead loop removal.
  /external/v8/test/mjsunit/es6/
math-trunc.js 61 // Ensure that a negative zero coming from Math.trunc is properly handled
typedarray-copywithin.js 50 // works with negative arguments
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorManagerStaticTest.java 717 boolean negative = (axis & 0x80) != 0;
722 v[0] = negative ? -m[offset] : m[offset];
723 v[1] = negative ? -m[offset+3] : m[offset+3];
724 v[2] = negative ? -m[offset+6] : m[offset+6];
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 184 case R.id.negative:
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
scopes.rb 151 /* recursive rule scopes, access with negative index */
  /external/chromium-trace/catapult/third_party/graphy/graphy/backends/google_chart_api/
encoders.py 290 """Get the zero-point if any bars are negative."""
  /external/dng_sdk/source/
dng_xmp.h 266 void SyncOrientation (dng_negative &negative,
  /external/icu/icu4c/source/i18n/unicode/
timezone.h     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
btLemkeAlgorithm.cpp 87 btMatrixXu mNeg = m_M.negative();

Completed in 4089 milliseconds

1 2 3 4 5 6 78 91011>>