Searched
full:positive (Results
926 -
950 of
4422) sorted by null
<<31323334353637383940>>
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
inspector_backend.py | 228 xDistance: Distance to scroll along the X axis (positive to scroll left). 229 yDistance: Distance to scroll along the Y axis (positive to scroll up).
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
web_contents.py | 262 xDistance: Distance to scroll along the X axis (positive to scroll left). 263 yDistance: Ddistance to scroll along the Y axis (positive to scroll up).
|
/external/clang/docs/ |
UndefinedBehaviorSanitizer.rst | 119 does not evaluate to a positive value. 149 If you see one, look again; most likely it is a true positive!
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
BugReporterVisitor.h | 105 /// bug, we are going to employ false positive suppression. 345 /// \param EnableNullFPSuppression Whether we should employ false positive
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UnreachableCodeChecker.cpp | 125 // likely to be a false positive. 208 // block is a false positive. We assume that FindUnreachableEntryPoints has
|
/external/clang/test/OpenMP/ |
for_simd_aligned_messages.cpp | 53 // expected-error@+1 {{argument to 'aligned' clause must be a strictly positive integer value}} 68 // expected-error@+1 {{argument to 'aligned' clause must be a strictly positive integer value}}
|
parallel_for_simd_aligned_messages.cpp | 53 // expected-error@+1 {{argument to 'aligned' clause must be a strictly positive integer value}} 68 // expected-error@+1 {{argument to 'aligned' clause must be a strictly positive integer value}}
|
simd_aligned_messages.cpp | 53 // expected-error@+1 {{argument to 'aligned' clause must be a strictly positive integer value}} 68 // expected-error@+1 {{argument to 'aligned' clause must be a strictly positive integer value}}
|
taskloop_simd_aligned_messages.cpp | 53 // expected-error@+1 {{argument to 'aligned' clause must be a strictly positive integer value}} 68 // expected-error@+1 {{argument to 'aligned' clause must be a strictly positive integer value}}
|
/external/curl/tests/ |
ftp.pm | 52 # This will return the positive pid if the process exists and is alive. 127 # is currently alive this returns that positive pid. Otherwise, when
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedInts.java | 28 * <i>unsigned</i> (that is, any negative value {@code x} is treated as the positive value 64 * @return a negative value if {@code a} is less than {@code b}; a positive value if {@code a} is
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestDecimalFormatAPI.java | 192 logln("Positive prefix (should be +): " + posPrefix); 208 logln("Positive suffix (should be _): " + posSuffix);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDecimalFormatAPI.java | 188 logln("Positive prefix (should be +): " + posPrefix); 204 logln("Positive suffix (should be _): " + posSuffix);
|
/external/libavc/encoder/ |
ih264e_bitstream.c | 395 /* codeNum for non-positive integer = 2*abs(x) : Table9-3 */ 400 /* codeNum for positive integer = 2x-1 : Table9-3 */
|
/external/libchrome/crypto/ |
rsa_private_key.cc | 202 // ASN.1 integers are signed. To encode a positive integer whose sign bit 205 // positive.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/ |
DEBUG | 177 If it is undefined, or if its value is not strictly positive, then 189 If it is undefined, or if its value is not strictly positive, then
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
GeometryUtils.java | 72 /** Returns the lowest positive root of the quadric equation given by a* x * x + b * x + c = 0. If no solution is given
77 * @return the lowest positive root or Float.Nan */
|
/external/libnl/lib/ |
cache_mngr.c | 312 * @return A positive value if at least one update was handled, 0 343 * @return A positive value if at least one update was handled, 0
|
/external/libxml2/os400/libxmlrpg/ |
encoding.rpgle | 108 * if the return value is positive, else unpredictiable. 129 * if the return value is positive, else unpredictiable.
|
/external/llvm/lib/Transforms/ObjCARC/ |
DependencyAnalysis.cpp | 34 /// modification (positive or negative) for the pointer's object. 84 /// way that requires the reference count to be positive.
|
/external/llvm/lib/Transforms/Utils/ |
BypassSlowDivision.cpp | 14 // positive and less than 256 use an unsigned 8-bit divide. 127 // udiv/urem because optimization only handles positive numbers
|
/external/llvm/test/CodeGen/SystemZ/ |
int-cmp-34.ll | 81 ; Check the next value down, which should be treated as a positive value. 168 ; Check the next value down, which should be treated as a positive value.
|
vec-const-07.ll | 71 ; Test a word-granularity replicate with the lowest useful positive value. 139 ; Test a doubleword-granularity replicate with the lowest useful positive
|
/external/llvm/unittests/ADT/ |
OptionalTest.cpp | 183 explicit MultiArgConstructor(int x, bool positive) 184 : x(x), y(positive ? x : -x) {}
|
/external/mesa3d/src/mesa/swrast/ |
s_linetemp.h | 176 dx = -dx; /* make positive */ 196 dy = -dy; /* make positive */
|
Completed in 1701 milliseconds
<<31323334353637383940>>