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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/OpenMP/
parallel_num_threads_messages.cpp 22 #pragma omp parallel num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
26 #pragma omp parallel num_threads (N) // expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
40 #pragma omp parallel num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
parallel_sections_num_threads_messages.cpp 26 #pragma omp parallel sections num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel sections' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
34 #pragma omp parallel sections num_threads (N) // expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
53 #pragma omp parallel sections num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel sections' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
  /external/opencv3/modules/ml/src/
testset.cpp 63 CV_Error( CV_StsBadArg, "num_samples parameter must be positive" );
66 CV_Error( CV_StsBadArg, "num_features parameter must be positive" );
69 CV_Error( CV_StsBadArg, "num_classes parameter must be positive" );
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Direction.c 29 azimuth: Rotaion around Z axis, with positive values
31 pitch: Rotation around X axis, with positive values
33 roll: Rotation around Y axis, with positive values
  /hardware/bsp/intel/peripheral/libmraa/src/python/
mraa.i 78 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
105 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
132 PyErr_SetString(PyExc_ValueError, "Positive integer expected");
  /libcore/ojluni/src/main/java/java/security/spec/
ECParameterSpec.java 58 * or <code>h</code> is not positive.
72 throw new IllegalArgumentException("n is not positive");
75 throw new IllegalArgumentException("h is not positive");
  /packages/apps/Dialer/src/com/android/dialer/filterednumber/
MigrateBlockedNumbersDialogFragment.java 68 // is used to set the positive button callback.
81 * Creates a new View.OnClickListener to be used as the positive button in this dialog. The
82 * OnClickListener will grey out the dialog's positive and negative buttons while the migration
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
ftp.h 40 #define PRELIM 1 /* positive preliminary */
41 #define COMPLETE 2 /* positive completion */
42 #define CONTINUE 3 /* positive intermediate */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
ftp.h 40 #define PRELIM 1 /* positive preliminary */
41 #define COMPLETE 2 /* positive completion */
42 #define CONTINUE 3 /* positive intermediate */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AbstractUnivariateStatistic.java 115 * to verify that the input parameters designate a subarray of positive length.
119 * positive length</li>
129 * @return true if the parameters are valid and designate a subarray of positive length
164 * to verify that the begin and length parameters designate a subarray of positive length
169 * positive length and the weights array contains legitimate values.</li>
187 * @return true if the parameters are valid and designate a subarray of positive length
  /external/eigen/doc/
TopicLinearAlgebraDecompositions.dox 91 <td>Positive definite</td>
103 <td>Positive or negative semidefinite<sup><a href="#note1">1</a></sup></td>
240 <dt><b>Positive/negative definite</b></dt>
241 <dd>A selfadjoint matrix \f$ A \f$ is positive definite if \f$ v^* A v > 0 \f$ for any non zero vector \f$ v \f$.
243 <dt><b>Positive/negative semidefinite</b></dt>
244 <dd>A selfadjoint matrix \f$ A \f$ is positive semi-definite if \f$ v^* A v \ge 0 \f$ for any non zero vector \f$ v \f$.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
ZipfDistribution.java 43 * The parameter value must be positive; otherwise an
62 * The parameter value must be positive; otherwise an
  /external/eigen/lapack/
cholesky.cpp 13 // POTRF computes the Cholesky factorization of a real symmetric positive definite matrix A.
39 // positive definite matrix A using the Cholesky factorization
  /external/libunwind/doc/
unw_is_signal_frame.tex 19 The \Func{unw\_is\_signal\_frame}() routine returns a positive value
35 positive value if the current frame is a signal frame, or 0 if it is
  /external/valgrind/memcheck/tests/solaris/
sendfilev.c 62 fprintf(stderr, "Error: sendfilev returned a positive value.\n");
73 fprintf(stderr, "Error: sendfilev returned a positive value.\n");
  /external/valgrind/none/tests/s390x/
bfp-2.c 6 - load positive
87 // load positive
  /external/vulkan-validation-layers/libs/glm/gtx/
multiple.hpp 58 /// @param Multiple Must be a null or positive value
70 /// @param Multiple Must be a null or positive value
  /frameworks/rs/tests/latency/
latency.cpp 19 printf("iters must be positive\n");
29 printf("numElems must be positive\n");
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
bloom_filter.h 54 // The probability of false positive is (1 - e ** (-kn/m))**k,
59 // With 1 hash function, our false positive rate is about 9.3%, which should be enough for
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dirent.h 55 * positive = 0 based index of next entry
102 * positive = 0 based index of next entry
  /prebuilts/go/darwin-x86/src/math/
bits.go 16 // Inf returns positive infinity if sign >= 0, negative infinity if sign < 0.
40 // If sign > 0, IsInf reports whether f is positive infinity.
  /prebuilts/go/linux-x86/src/math/
bits.go 16 // Inf returns positive infinity if sign >= 0, negative infinity if sign < 0.
40 // If sign > 0, IsInf reports whether f is positive infinity.
  /external/guava/guava/src/com/google/common/hash/
BloomFilter.java 46 * <p>The false positive probability ({@code FPP}) of a bloom filter is defined as the probability
267 * insertions and expected false positive probability.
271 * false positive probability.
282 * {@code BloomFilter<T>}; must be positive
283 * @param fpp the desired false positive probability (must be positive and less than 1.0)
297 checkArgument(fpp > 0.0, "False positive probability (%s) must be > 0.0", fpp);
298 checkArgument(fpp < 1.0, "False positive probability (%s) must be < 1.0", fpp);
321 * insertions and a default expected false positive probability of 3%.
325 * false positive probability
    [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FpUtils.java 189 * as positive values; implementations are permitted to treat some
190 * NaN arguments as positive and other NaN arguments as negative
212 * as positive values; implementations are permitted to treat some
213 * NaN arguments as positive and other NaN arguments as negative
267 * @return {@code true} if the value of the argument is positive
283 * @return {@code true} if the argument is positive infinity or
357 * normalized. That is for all finite, non-zero, positive numbers
427 * normalized. That is for all finite, non-zero, positive numbers
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerConstructorsTest.java 47 * Create a positive number from an array of bytes.
63 * Create a positive number from an array of bytes.
79 * Create a positive number from an array of bytes.
95 * Create a positive number from an array of bytes.
219 * Create a positive number from a sign and an array of bytes.
221 * The most significant byte is positive.
237 * Create a positive number from a sign and an array of bytes.
255 * Create a positive number from a sign and an array of bytes.
272 * Create a positive number from a sign and an array of bytes.
274 * The most significant byte is positive
    [all...]

Completed in 2243 milliseconds

1 2 3 4 56 7 8 91011>>