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

1 2 3 4 5 6 78 91011>>

  /external/compiler-rt/test/msan/
iconv.cc 28 #ifdef POSITIVE
msan_check_mem_is_initialized.cc 16 #ifdef POSITIVE
  /external/curl/tests/data/
test1209 26 FTP PORT download, no data conn and no positive preliminary reply
test594 37 FTP multi PORT upload, no data conn and no positive prelim. reply
  /external/dng_sdk/source/
dng_jpeg_memory_source.cpp 23 // We've established that num_bytes is positive, to it's safe to cast it
  /external/fec/
peak_sse2_assist.s 27 psraw $15,%xmm1 # xmm1 = 1's if negative, 0's if positive
peak_sse_assist.s 27 psraw $15,%mm1 # mm1 = 1's if negative, 0's if positive
peakval_sse2_assist.s 27 psraw $15,%xmm1 # xmm1 = 1's if negative, 0's if positive
peakval_sse_assist.s 27 psraw $15,%mm1 # mm1 = 1's if negative, 0's if positive
  /external/google-breakpad/src/testing/gtest/samples/
sample1_unittest.cc 107 // Tests factorial of positive numbers.
108 TEST(FactorialTest, Positive) {
135 // Tests positive input.
136 TEST(IsPrimeTest, Positive) {
  /external/iproute2/man/man8/
tipc-media.8 69 Exit status is 0 if command was successful or a positive integer upon failure.
tipc-node.8 54 Exit status is 0 if command was successful or a positive integer upon failure.
tipc-peer.8 34 Exit status is 0 if command was successful or a positive integer upon failure.
tipc-socket.8 42 Exit status is 0 if command was successful or a positive integer upon failure.
  /external/libcxx/test/std/utilities/time/time.duration/
positive_num.fail.cpp 14 // Period::num shall be positive, diagnostic required.
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
Filter.java 28 /** Collision groups allow a certain group of objects to never collide (negative) or always collide (positive). Zero means no
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/
Filter.java 28 /** Collision groups allow a certain group of objects to never collide (negative) or always collide (positive). Zero means no
  /external/llvm/lib/Target/AMDGPU/
SIDefines.h 73 P_ZERO = 1 << 6, // Positive zero
74 P_SUBNORMAL = 1 << 7, // Positive subnormal
75 P_NORMAL = 1 << 8, // Positive normal
76 P_INFINITY = 1 << 9 // Positive infinity
  /external/llvm/test/CodeGen/SystemZ/
xor-02.ll 24 ; as a positive value.
  /external/llvm/test/Feature/
basictest.ll 6 ; format looks anyways (except for negative vs positive offsets)...
  /external/llvm/test/Integer/
basictest_bt.ll 7 ; format looks anyways (except for negative vs positive offsets)...
  /external/llvm/test/Transforms/Inline/
nonnull.ll 30 ; Positive test - arg is known non null
  /external/protobuf/gtest/samples/
sample1_unittest.cc 107 // Tests factorial of positive numbers.
108 TEST(FactorialTest, Positive) {
135 // Tests positive input.
136 TEST(IsPrimeTest, Positive) {
  /external/safe-iop/include/
safe_iop.h 400 if ((_a) > 0) { /* a is positive */ \
401 if ((_b) > 0) { /* b and a are positive */ \
405 } /* end if a and b are positive */ \
406 else { /* a positive, b non-positive */ \
410 } /* a positive, b non-positive */ \
411 } /* end if a is positive */ \
412 else { /* a is non-positive */ \
413 if ((_b) > 0) { /* a is non-positive, b is positive */
    [all...]
  /external/selinux/libselinux/man/man3/
getfilecon.3 50 On success, a positive number is returned indicating the size of the

Completed in 1989 milliseconds

1 2 3 4 5 6 78 91011>>