HomeSort by relevance Sort by last modified time
    Searched full:positive (Results 426 - 450 of 4422) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
get_long_double_en_US.pass.cpp 84 { // positive
165 { // positive, showbase
176 { // positive, showbase
250 { // positive
331 { // positive, showbase
342 { // positive, showbase
416 { // positive
497 { // positive, showbase
508 { // positive, showbase
582 { // positive
    [all...]
get_long_double_zh_CN.pass.cpp 87 { // positive
168 { // positive, showbase
179 { // positive, showbase
253 { // positive
334 { // positive, showbase
345 { // positive, showbase
419 { // positive
500 { // positive, showbase
511 { // positive, showbase
585 { // positive
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
RandomXS128.java 95 * @param n the positive bound on the random number to be returned.
107 * @param n the positive bound on the random number to be returned.
110 if (n <= 0) throw new IllegalArgumentException("n must be positive");
  /external/llvm/lib/CodeGen/
SpillPlacement.h 58 // Nodes that went positive during the last call to scanActiveBundles or
127 /// Return true is there are any positive nodes.
134 /// getRecentPositive - Return an array of bundles that became positive during
  /external/llvm/lib/Transforms/ObjCARC/
PtrState.h 55 /// object is known to be positive. Similarly, before an objc_release, the
56 /// reference count of the referenced object is known to be positive. If
58 /// is known to be positive, they can be eliminated, regardless of any side
  /external/opencv3/3rdparty/openexr/Imath/
ImathLimits.h 72 // max() largest possible positive value of type T
74 // smallest() smallest possible positive value of type T
76 // positive value)
  /external/pdfium/third_party/bigint/
BigInteger.hh 30 enum Sign { negative = -1, zero = 0, positive = 1 }; enumerator in enum:BigInteger::Sign
51 sign = mag.isZero() ? zero : positive;
59 sign = mag.isZero() ? zero : positive;
  /external/v8/test/mjsunit/
regexp-capture-3.js 178 NoHang(/(?=(((.*)*)*x)?)foo/); // Positive lookahead is filtered.
179 NoHang(/(?=(((.*)*)*x))?/); // Continuation branch of positive lookahead.
180 NoHang(/(?=?)(((.*)*)*x)/); // Positive lookahead also prunes continuation.
  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.cc 194 // to keep our drop ratio. limit is positive in this case.
207 // Reset the _dropCount since it was negative and should be positive.
234 // Reset the _dropCount since we have a positive
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 224 final Button positive = getButton(BUTTON_POSITIVE);
225 if (positive != null) {
226 positive.setEnabled(valid);
  /frameworks/base/core/java/android/hardware/
SensorEvent.java 131 * toward the right, the x acceleration value is positive.</li>
152 * same as is used for the acceleration sensor. Rotation is positive in the
154 * positive location on the x, y or z axis at a device positioned on the
155 * origin would report positive rotation if the device appeared to be
157 * definition of positive rotation and does not agree with the definition of
310 * values[1]: Pitch, rotation around x-axis (-180 to 180), with positive
339 * <b>Important note:</b> For historical reasons the roll angle is positive
341 * positive in the counter-clockwise direction).
468 * Rotation is positive in the counter-clockwise direction (right-hand rule).
469 * That is, an observer looking from some positive location on the x, y or z axi
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalRandomTest.java 126 * nextInt(non-positive) throws IllegalArgumentException
198 * nextLong(non-positive) throws IllegalArgumentException
269 * nextDouble(non-positive) throws IllegalArgumentException
  /libcore/luni/src/main/java/java/math/
BitLevel.java 51 // We reduce the problem to the positive case.
88 * Performs a fast bit testing for positive numbers. The bit to to be tested
250 } else {//case where val is positive
  /libcore/ojluni/src/main/java/java/lang/
Comparable.java 100 * negative integer, zero, or a positive integer as this object is less
127 * <i>expression</i> is negative, zero or positive.
130 * @return a negative integer, zero, or a positive integer as this object
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/
get_long_double_en_US.pass.cpp 82 { // positive
163 { // positive, showbase
174 { // positive, showbase
248 { // positive
329 { // positive, showbase
340 { // positive, showbase
414 { // positive
495 { // positive, showbase
506 { // positive, showbase
580 { // positive
    [all...]
get_long_double_zh_CN.pass.cpp 82 { // positive
163 { // positive, showbase
174 { // positive, showbase
248 { // positive
329 { // positive, showbase
340 { // positive, showbase
414 { // positive
495 { // positive, showbase
506 { // positive, showbase
580 { // positive
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
writertest.cpp 103 TEST_ROUNDTRIP("5e-324"); // Min subnormal positive double
104 TEST_ROUNDTRIP("2.225073858507201e-308"); // Max subnormal positive double
105 TEST_ROUNDTRIP("2.2250738585072014e-308"); // Min normal positive double
  /art/compiler/linker/arm64/
relative_patcher_arm64.h 57 // Maximum positive and negative displacement measured from the patch location.
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atanh.c 20 * 1.Reduced x to positive by atanh(-x) = -atanh(x)
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java 28 * or decrease (positive or negative argument, respectively).
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentAlertDialog.java 64 Log.i("FragmentAlertDialog", "Positive click!");
  /external/ImageMagick/config/
quantization-table.xml 55 INSERT 64 POSITIVE INTEGERS HERE, COMMA-SEPARATED
  /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/apache-commons-math/src/main/java/org/apache/commons/math/linear/
CholeskyDecomposition.java 23 * Cholesky decomposition of a real symmetric positive-definite matrix.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DormandPrince853Integrator.java 208 * @param minStep minimal step (must be positive even for backward
210 * @param maxStep maximal step (must be positive even for backward
225 * @param minStep minimal step (must be positive even for backward
227 * @param maxStep maximal step (must be positive even for backward

Completed in 1740 milliseconds

<<11121314151617181920>>