HomeSort by relevance Sort by last modified time
    Searched refs:positive (Results 51 - 75 of 191) sorted by null

1 23 4 5 6 7 8

  /external/eigen/Eigen/src/Eigen2Support/
SVD.h 72 void computeUnitaryPositive(UnitaryType *unitary, PositiveType *positive) const;
74 void computePositiveUnitary(PositiveType *positive, UnitaryType *unitary) const;
76 void computeRotationScaling(RotationType *unitary, ScalingType *positive) const;
78 void computeScalingRotation(ScalingType *positive, RotationType *unitary) const;
439 // Make the singular values positive.
536 /** Computes the polar decomposition of the matrix, as a product unitary x positive.
547 PositiveType *positive) const
551 if(positive) *positive = m_matV * m_sigma.asDiagonal() * m_matV.adjoint();
554 /** Computes the polar decomposition of the matrix, as a product positive x unitary
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DigitList.java 52 * positive/negative, grouping, decimal point, currency, and so on.
216 * @param isPositive true if this number should be regarded as positive
234 // Positive zero fits into a long, but negative zero can only
259 // negative sign. If this represents a positive value, then it does
657 boolean positive = true;
659 positive = false;
674 return positive ? value : -value;
  /external/fec/
peak_mmx_assist.s 28 psraw $15,%mm1 # mm1 = 1's if negative, 0's if positive
peakval_mmx_assist.s 28 psraw $15,%mm1 # mm1 = 1's if negative, 0's if positive
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 138 valid granule position must be positive, by
140 of audio is positive or negative.
145 A positive starting value simply indicates that this stream begins at
146 some positive time offset, potentially within a larger
09-helper.tex 131 rounding division of both positive and negative numbers toward zero.
  /external/v8/test/mjsunit/es6/
typedarray-slice.js 40 // Check variants of negatives and positive indices.
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 64 final int positive = 5; local
68 myAbsSeekBar.setThumbOffset(positive);
69 assertEquals(positive, myAbsSeekBar.getThumbOffset());
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 78 If positive, it specifies a state transition in
82 If positive, it indicates that the prediction
88 If positive and there are no possible state
92 If positive and the input stream has been exhausted,
  /external/v8/test/mjsunit/
toint32.js 45 assertEquals(0, toInt32(0.6), "truncate positive (0.6)");
46 assertEquals(1, toInt32(1.6), "truncate positive (1.6)");
  /frameworks/base/core/java/android/widget/
OverScroller.java 346 * @param startX Starting horizontal scroll offset in pixels. Positive
348 * @param startY Starting vertical scroll offset in pixels. Positive numbers
350 * @param dx Horizontal distance to travel. Positive numbers will scroll the
352 * @param dy Vertical distance to travel. Positive numbers will scroll the
362 * @param startX Starting horizontal scroll offset in pixels. Positive
364 * @param startY Starting vertical scroll offset in pixels. Positive numbers
366 * @param dx Horizontal distance to travel. Positive numbers will scroll the
368 * @param dy Vertical distance to travel. Positive numbers will scroll the
460 * desired distance from finalX. Absolute value - must be positive.
477 * desired distance from finalY. Absolute value - must be positive
    [all...]
  /frameworks/rs/api/
rs_vector_math.spec 163 positive values.
286 positive values.
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 347 * @param startX Starting horizontal scroll offset in pixels. Positive
349 * @param startY Starting vertical scroll offset in pixels. Positive numbers
351 * @param dx Horizontal distance to travel. Positive numbers will scroll the
353 * @param dy Vertical distance to travel. Positive numbers will scroll the
363 * @param startX Starting horizontal scroll offset in pixels. Positive
365 * @param startY Starting vertical scroll offset in pixels. Positive numbers
367 * @param dx Horizontal distance to travel. Positive numbers will scroll the
369 * @param dy Vertical distance to travel. Positive numbers will scroll the
461 * desired distance from finalX. Absolute value - must be positive.
478 * desired distance from finalY. Absolute value - must be positive
    [all...]
  /external/libunwind/doc/
unw_step.tex 24 On successful completion, \Func{unw\_step}() returns a positive value
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerController.java 98 // Proximity sensor debounce delay in milliseconds for positive or negative transitions.
    [all...]
  /external/llvm/unittests/ADT/
OptionalTest.cpp 183 explicit MultiArgConstructor(int x, bool positive)
184 : x(x), y(positive ? x : -x) {}
  /prebuilts/misc/common/swig/include/2.0.11/
constraints.i 17 positive numbers, non-NULL pointers, and so on. The following
20 Number POSITIVE - Positive number (not zero)
23 Number NONNEGATIVE - Positive number (including zero)
38 void *malloc(int POSITIVE); // May return a NULL pointer
56 double log(double POSITIVE);
63 Real log(Real POSITIVE);
78 // Positive numbers
81 int POSITIVE,
82 short POSITIVE,
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 150 static void leapadd(zic_t t, int positive, int rolling, int count);
1338 register int positive; local
1363 leapadd(tadd(t, tod), positive, lp->l_value, count); local
    [all...]
  /external/bison/src/
reader.c 446 complain_at (loc, _("%s must be followed by positive number"), "%dprec");
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 41 where MAX_ARITY is a positive integer.
190 """Given a positive integer n, a format string that contains 0 or
485 << " is expected to be positive, but evaluates to "
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_error_avx.asm 60 ; Squares are always positive, so we can use unsigned arithmetic after
136 ; Squares are always positive, so we can use unsigned arithmetic after
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 41 where MAX_ARITY is a positive integer.
190 """Given a positive integer n, a format string that contains 0 or
487 << " is expected to be positive, but evaluates to "
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 41 where MAX_ARITY is a positive integer.
190 """Given a positive integer n, a format string that contains 0 or
485 << " is expected to be positive, but evaluates to "
  /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
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
splet.s 41 ! test SMUL with positive result

Completed in 2779 milliseconds

1 23 4 5 6 7 8