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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
huge_valf.h 26 /* IEEE positive infinity (-HUGE_VAL is negative infinity). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
huge_val.h 26 /* IEEE positive infinity (-HUGE_VAL is negative infinity). */
huge_valf.h 26 /* IEEE positive infinity (-HUGE_VAL is negative infinity). */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
float.h 117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
177 /* Minimum positive values, including subnormals. */
245 /* Minimum normalized positive floating-point number. */
253 /* Minimum subnormal positive floating-point number. */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
float.h 117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
177 /* Minimum positive values, including subnormals. */
245 /* Minimum normalized positive floating-point number. */
253 /* Minimum subnormal positive floating-point number. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
float.h 117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
177 /* Minimum positive values, including subnormals. */
245 /* Minimum normalized positive floating-point number. */
253 /* Minimum subnormal positive floating-point number. */
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Queue.py 112 a positive number, it blocks at most 'timeout' seconds and raises
128 raise ValueError("'timeout' must be a positive number")
155 a positive number, it blocks at most 'timeout' seconds and raises
170 raise ValueError("'timeout' must be a positive number")
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_varsize_struct.py 35 # cannot create arrays with non-positive size
  /prebuilts/gdb/linux-x86/lib/python2.7/
Queue.py 112 a positive number, it blocks at most 'timeout' seconds and raises
128 raise ValueError("'timeout' must be a positive number")
155 a positive number, it blocks at most 'timeout' seconds and raises
170 raise ValueError("'timeout' must be a positive number")
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_varsize_struct.py 35 # cannot create arrays with non-positive size
  /prebuilts/go/darwin-x86/src/math/
const.go 27 // SmallestNonzero is the smallest positive, non-zero value representable by the type.
  /prebuilts/go/darwin-x86/src/time/
tick.go 23 panic(errors.New("non-positive interval for NewTicker"))
  /prebuilts/go/linux-x86/src/math/
const.go 27 // SmallestNonzero is the smallest positive, non-zero value representable by the type.
  /prebuilts/go/linux-x86/src/time/
tick.go 23 panic(errors.New("non-positive interval for NewTicker"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Queue.py 112 a positive number, it blocks at most 'timeout' seconds and raises
128 raise ValueError("'timeout' must be a positive number")
155 a positive number, it blocks at most 'timeout' seconds and raises
170 raise ValueError("'timeout' must be a positive number")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_varsize_struct.py 35 # cannot create arrays with non-positive size
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Queue.py 112 a positive number, it blocks at most 'timeout' seconds and raises
128 raise ValueError("'timeout' must be a positive number")
155 a positive number, it blocks at most 'timeout' seconds and raises
170 raise ValueError("'timeout' must be a positive number")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_varsize_struct.py 35 # cannot create arrays with non-positive size
  /external/clang/test/OpenMP/
parallel_for_num_threads_messages.cpp 27 #pragma omp parallel for num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel for' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
35 #pragma omp parallel for num_threads (N) // expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
55 #pragma omp parallel for num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel for' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
parallel_for_simd_num_threads_messages.cpp 27 #pragma omp parallel for simd num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel for simd' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
35 #pragma omp parallel for simd num_threads (N) // expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
55 #pragma omp parallel for simd num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-error 2 {{directive '#pragma omp parallel for simd' cannot contain more than one 'num_threads' clause}} expected-error {{argument to 'num_threads' clause must be a strictly positive integer value}}
  /external/libvpx/libvpx/test/
vp9_error_block_test.cc 78 // Positive number
126 // Test at positive maximum values
135 // Positive number
  /external/opencv/ml/src/
mltestset.cpp 88 CV_ERROR( CV_StsBadArg, "num_samples parameter must be positive" );
91 CV_ERROR( CV_StsBadArg, "num_features parameter must be positive" );
94 CV_ERROR( CV_StsBadArg, "num_classes parameter must be positive" );
  /external/opencv3/apps/traincascade/
imagestorage.cpp 156 CV_Error( CV_StsBadArg, "Can not get new positive sample. The most possible reason is "
160 CV_Error( CV_StsBadArg, "Can not get new positive sample. Seems that vec-file has incorrect structure.\n");
163 CV_Error( CV_StsBadArg, "Can not get new positive sample. vec-file is over.\n");
  /external/skia/include/core/
SkMath.h 107 /** Given an integer and a positive (max) integer, return the value
110 * @param max The positive max value
114 // ensure that max is positive
  /external/v8/test/mjsunit/
regexp-lookahead.js 28 // Tests captures in positive and negative look-ahead in regular expressions.
49 // Test of simple positive lookahead.
75 // Positive lookahead with captures.

Completed in 1347 milliseconds

<<11121314151617181920>>