/external/clang/test/SemaObjC/ |
conversion.m | 13 // True positive to sanity check warning is working.
|
/external/curl/tests/data/ |
test261 | 16 REPLY TYPE 226 Kind of on the positive side!
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btPolarDecomposition.h | 9 * unitary matrix (U) and a positive, semi-definite Hermitian matrix (H). 12 * be an orthogonal matrix and H with be a positive-definite, symmetric matrix. 32 * Decomposes a matrix into orthogonal and symmetric, positive-definite 59 * 'u' and a symmetric, positive-definite matrix 'h'. If the number of
|
/external/llvm/test/CodeGen/Mips/ |
inlineasm-cnstrnt-bad-N.ll | 4 ;Our example uses the positive value 3.
|
inlineasm-cnstrnt-bad-O.ll | 4 ;Our example uses the positive value 16384.
|
inlineasm-cnstrnt-bad-P.ll | 4 ; Our example uses the positive value 655536.
|
/external/strace/linux/tile/ |
get_error.c | 6 * (or negative errno) in r0, and zero (or positive errno) in r1.
|
/external/v8/test/mjsunit/compiler/ |
shift-shr.js | 8 // therefore positive).
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
HighSpeedVideoConfiguration.java | 41 * @param width image width, in pixels (positive) 42 * @param height image height, in pixels (positive) 43 * @param fpsMin minimum frames per second for the configuration (positive) 47 * if width/height/fpsMin were not positive or fpsMax less than 60 59 mWidth = checkArgumentPositive(width, "width must be positive"); 60 mHeight = checkArgumentPositive(height, "height must be positive"); 61 mFpsMin = checkArgumentPositive(fpsMin, "fpsMin must be positive"); 63 mBatchSizeMax = checkArgumentPositive(batchSizeMax, "batchSizeMax must be positive"); 106 * @return a Size with positive width and height
|
/ndk/tests/device/test-gnustl-full/unit/ |
unary.h | 15 struct positive : public unary_function<int, bool> { struct in inherits:unary_function
|
/ndk/tests/device/test-stlport/unit/ |
unary.h | 15 struct positive : public unary_function<int, bool> { struct in inherits:unary_function
|
/frameworks/base/docs/html/distribute/stories/games/ |
tapps.jd | 10 span.positive{ 107 <span class="positive">+25%</span> 121 <span class="positive">+17.1%</span> 135 <span class="positive">+7.4%</span> 187 <span class="positive">+20.8%</span> 226 <span class="positive">+5.1%</span> 229 <span class="positive">+19.7%</span> 271 <span class="positive">+50.7%</span> 319 <span class="positive">+10.7%</span> 337 <span class="positive">+8.2%</span [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigDecimalConvertTest.java | 44 * Double value of a positive BigDecimal 54 * Double value of a large positive BigDecimal 85 * Double value of a small positive BigDecimal 106 * Float value of a positive BigDecimal 116 * Float value of a large positive BigDecimal 147 * Float value of a small positive BigDecimal 168 * Integer value of a positive BigDecimal 188 * Long value of a positive BigDecimal 226 * Convert a positive BigDecimal to BigInteger 237 * Convert a positive BigDecimal to BigIntege [all...] |
BigIntegerToStringTest.java | 55 * test positive number of radix 2 77 * test positive number of radix 10 99 * test positive number of radix 16 121 * test positive number of radix 24 143 * test positive number of radix 24
|
/external/jcommander/src/main/java/com/beust/jcommander/validators/ |
PositiveInteger.java | 25 * A validator that makes sure the value of the parameter is a positive integer. 36 + " should be positive (found " + value +")");
|
/external/libxml2/ |
trionan.h | 41 * Return positive infinity. 61 * If number is positive infinity return 1, if number is negative
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
vp8_mse16x16_armv6.asm | 46 sel r7, r8, lr ; select bytes with positive difference 52 usad8 r5, r7, lr ; calculate sum of positive differences 68 sel r7, r8, lr ; select bytes with positive difference 73 usad8 r5, r7, lr ; calculate sum of positive differences 87 sel r7, r8, lr ; select bytes with positive difference 92 usad8 r5, r7, lr ; calculate sum of positive differences 109 sel r7, r8, lr ; select bytes with positive difference 115 usad8 r5, r7, lr ; calculate sum of positive differences
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
dynamic_language_model_probability_utils.cpp | 25 // Note that we give positive values for trigrams and quadgrams that means the weight is more than 27 // TODO: Apply backoff for main dictionaries and quit giving a positive backoff weight.
|
/external/guava/guava-tests/benchmark/com/google/common/math/ |
IntMathBenchmark.java | 39 private static final int[] positive = new int[ARRAY_SIZE]; field in class:IntMathBenchmark 49 positive[i] = randomPositiveBigInteger(Integer.SIZE - 1).intValue(); 59 tmp += IntMath.pow(positive[j], exponent[j]); 68 tmp += IntMath.mod(ints[j], positive[j]); 77 tmp += IntMath.gcd(nonnegative[j], positive[j]);
|
IntMathRoundingBenchmark.java | 38 private static final int[] positive = new int[ARRAY_SIZE]; field in class:IntMathRoundingBenchmark 45 positive[i] = randomPositiveBigInteger(Integer.SIZE - 2).intValue(); 58 tmp += IntMath.log2(positive[j], mode); 67 tmp += IntMath.log10(positive[j], mode); 76 tmp += IntMath.sqrt(positive[j], mode);
|
LongMathBenchmark.java | 39 private static final long[] positive = new long[ARRAY_SIZE]; field in class:LongMathBenchmark 47 positive[i] = randomPositiveBigInteger(Long.SIZE - 1).longValue(); 62 tmp += LongMath.pow(positive[j], exponents[j]); 71 tmp += LongMath.mod(longs[j], positive[j]); 80 tmp += LongMath.mod(nonnegative[j], positive[j]);
|
LongMathRoundingBenchmark.java | 41 private static final long[] positive = new long[ARRAY_SIZE]; field in class:LongMathRoundingBenchmark 48 positive[i] = randomPositiveBigInteger(Long.SIZE - 2).longValue(); 58 tmp += LongMath.log2(positive[j], mode); 67 tmp += LongMath.log10(positive[j], mode); 76 tmp += LongMath.sqrt(positive[j], mode);
|
/external/opencv3/doc/tutorials/objdetect/ |
traincascade.markdown | 34 - opencv_createsamples is used to prepare a training dataset of positive and test samples. 35 opencv_createsamples produces dataset of positive samples in a format that is supported by 50 For training we need a set of samples. There are two types of samples: negative and positive. 51 Negative samples correspond to non-object images. Positive samples correspond to images with 52 detected objects. Set of negative samples must be prepared manually, whereas set of positive samples 80 ### Positive Samples 82 Positive samples are created by opencv_createsamples utility. They may be created from a single 85 Please note that you need a large dataset of positive samples before you give it to the mentioned 87 positive sample for absolutely rigid object like an OpenCV logo, but you definetely need hundreds 88 and even thousands of positive samples for faces. In the case of faces you should consider all th [all...] |
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
array_util.h | 22 // x: the horizontal dimension, with positive to the right from the camera's 24 // y: the depth dimension, with positive forward from the camera's 26 // z: the vertical dimension, with positive upwards. 85 // azimuth: zero is to the right from the camera's perspective, with positive 87 // elevation: zero is horizontal, with positive angles in radians upwards.
|
/libcore/luni/src/main/java/java/math/ |
RoundingMode.java | 27 * Rounding mode where positive values are rounded towards positive infinity 42 * Rounding mode to round towards positive infinity. For positive values 51 * Rounding mode to round towards negative infinity. For positive values
|