HomeSort by relevance Sort by last modified time
    Searched full:zero (Results 251 - 275 of 18118) sorted by null

<<11121314151617181920>>

  /external/chromium_org/media/base/simd/
filter_yuv_sse2.cc 32 __m128i zero = _mm_setzero_si128(); local
46 __m128i src2 = _mm_unpackhi_epi8(src0, zero);
47 __m128i src3 = _mm_unpackhi_epi8(src1, zero);
48 src0 = _mm_unpacklo_epi8(src0, zero);
49 src1 = _mm_unpacklo_epi8(src1, zero);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRetainAllTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
107 @CollectionSize.Require(ZERO)
114 @CollectionSize.Require(ZERO)
121 @CollectionSize.Require(absent = ZERO)
129 @CollectionSize.Require(absent = ZERO)
138 @CollectionSize.Require(ZERO)
145 @CollectionSize.Require(ZERO)
152 @CollectionSize.Require(absent = ZERO)
160 @CollectionSize.Require(absent = ZERO)
183 @CollectionSize.Require(absent = {ZERO, ONE}
    [all...]
  /external/libcxx/test/utilities/time/time.duration/time.duration.special/
zero.pass.cpp 14 // static constexpr duration zero();
26 Rep zero_rep = std::chrono::duration_values<Rep>::zero();
27 assert(D::zero().count() == zero_rep);
32 constexpr Rep zero_rep = std::chrono::duration_values<Rep>::zero();
33 static_assert(D::zero().count() == zero_rep, "");
  /external/libcxx/test/utilities/time/time.traits/time.traits.duration_values/
zero.pass.cpp 12 // duration_values::zero
21 assert(std::chrono::duration_values<int>::zero() == 0);
22 assert(std::chrono::duration_values<Rep>::zero() == 0);
24 static_assert(std::chrono::duration_values<int>::zero() == 0, "");
25 static_assert(std::chrono::duration_values<Rep>::zero() == 0, "");
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/
BTree.java 30 private BTree zero; field in class:BTree
48 if (zero == null)
49 zero = new BTree();
50 branch = zero;
61 return zero;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.special/
zero.pass.cpp 14 // static constexpr duration zero();
26 Rep zero_rep = std::chrono::duration_values<Rep>::zero();
27 assert(D::zero().count() == zero_rep);
32 constexpr Rep zero_rep = std::chrono::duration_values<Rep>::zero();
33 static_assert(D::zero().count() == zero_rep, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.duration_values/
zero.pass.cpp 12 // duration_values::zero
21 assert(std::chrono::duration_values<int>::zero() == 0);
22 assert(std::chrono::duration_values<Rep>::zero() == 0);
24 static_assert(std::chrono::duration_values<int>::zero() == 0, "");
25 static_assert(std::chrono::duration_values<Rep>::zero() == 0, "");
  /external/libpng/contrib/pngsuite/
README 61 Testing basn0g01.png: PASS (524 zero samples)
63 Testing basn0g02.png: PASS (448 zero samples)
65 Testing basn0g04.png: PASS (520 zero samples)
67 Testing basn0g08.png: PASS (3 zero samples)
70 Testing basn0g16.png: PASS (1 zero samples)
73 Testing basn2c08.png: PASS (6 zero samples)
76 Testing basn2c16.png: PASS (592 zero samples)
79 Testing basn3p01.png: PASS (512 zero samples)
81 Testing basn3p02.png: PASS (448 zero samples)
83 Testing basn3p04.png: PASS (544 zero samples
    [all...]
  /external/llvm/test/CodeGen/Mips/
o32_cc.ll 56 ; CHECK-DAG: addiu $4, $zero, 12
57 ; CHECK-DAG: addiu $5, $zero, 13
58 ; CHECK-DAG: addiu $6, $zero, 14
59 ; CHECK-DAG: addiu $7, $zero, 15
71 ; CHECK-DAG: addiu $6, $zero, 23
85 ; CHECK-DAG: addiu $6, $zero, 33
86 ; CHECK-DAG: addiu $7, $zero, 24
98 ; CHECK-DAG: addiu $5, $zero, 43
99 ; CHECK-DAG: addiu $6, $zero, 34
110 ; CHECK-DAG: addiu $4, $zero, 2
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
structLocale.txt 1485 zero{""}
1493 zero{""}
1501 zero{""}
1509 zero{""}
1517 zero{""}
1525 zero{""}
1533 zero{""}
1541 zero{""}
1549 zero{""}
1557 zero{""}
    [all...]
  /external/chromium_org/v8/test/webkit/
math-transforms-expected.txt 45 PASS values.zero * 1 is +values.zero
46 PASS values.zero * 1 is 0
47 PASS 1 * values.zero is +values.zero
48 PASS 1 * values.zero is 0
145 PASS +values.someInt * values.zero is values.someInt * values.zero
146 PASS +values.someInt * values.zero is 0
147 PASS values.someInt * +values.zero is values.someInt * values.zer
    [all...]
  /external/chromium_org/v8/test/mjsunit/
smi-ops-inlined.js 441 var zero = 0;
447 assertEquals(pos_non_smi, (pos_non_smi) >> zero);
448 assertEquals(pos_non_smi, (pos_non_smi) >>> zero);
449 assertEquals(pos_non_smi, (pos_non_smi) << zero);
450 assertEquals(neg_non_smi, (neg_non_smi) >> zero);
451 assertEquals(neg_non_smi + 0x100000000, (neg_non_smi) >>> zero);
452 assertEquals(neg_non_smi, (neg_non_smi) << zero);
453 assertEquals(pos_smi, (pos_smi) >> zero);
454 assertEquals(pos_smi, (pos_smi) >>> zero);
455 assertEquals(pos_smi, (pos_smi) << zero);
    [all...]
smi-ops.js 448 var zero = 0;
454 assertEquals(pos_non_smi, (pos_non_smi) >> zero);
455 assertEquals(pos_non_smi, (pos_non_smi) >>> zero);
456 assertEquals(pos_non_smi, (pos_non_smi) << zero);
457 assertEquals(neg_non_smi, (neg_non_smi) >> zero);
458 assertEquals(neg_non_smi + 0x100000000, (neg_non_smi) >>> zero);
459 assertEquals(neg_non_smi, (neg_non_smi) << zero);
460 assertEquals(pos_smi, (pos_smi) >> zero);
461 assertEquals(pos_smi, (pos_smi) >>> zero);
462 assertEquals(pos_smi, (pos_smi) << zero);
    [all...]
keyed-call-generic.js 72 function zero () { return 0; } function
76 var fixed_array = [zero, one, two];
78 var dict_array = [ zero, one, two ];
81 var fast_prop = { zero: zero, one: one, two: two };
83 var normal_prop = { zero: zero, one: one, two: two };
88 var first3str = ['zero', 'one', 'two'];
113 testException([zero, one, /* hole */ ], [0, 1, 2], [false, false, true]);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_fragprog.c 112 src = swizzle(src, W, ZERO, ZERO, ONE);
391 swizzle(tmp, ONE, ZERO, ONE, ONE), 0, 0);
444 swizzle(consts1, Z, ZERO, ZERO, ZERO), /* 1/(2pi) */
445 swizzle(consts0, W, ZERO, ZERO, ZERO)); /* .75 */
453 swizzle(consts0, X, ZERO, ZERO, ZERO), /* 2 *
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 112 src = swizzle(src, W, ZERO, ZERO, ONE);
391 swizzle(tmp, ONE, ZERO, ONE, ONE), 0, 0);
444 swizzle(consts1, Z, ZERO, ZERO, ZERO), /* 1/(2pi) */
445 swizzle(consts0, W, ZERO, ZERO, ZERO)); /* .75 */
453 swizzle(consts0, X, ZERO, ZERO, ZERO), /* 2 *
    [all...]
  /external/clang/test/Sema/
empty1.c 37 struct emp_9 { // expected-warning {{struct has size 0 in C, non-zero size in C++}}
47 return v - v; // expected-warning {{subtraction of pointers to type 'struct emp_1' of zero size has undefined behavior}}
51 return 1 + x - x; // expected-warning {{subtraction of pointers to type 'struct emp_1' of zero size has undefined behavior}}
55 return x - y; // expected-warning {{subtraction of pointers to type 'struct emp_1' of zero size has undefined behavior}}
59 return x - y; // expected-warning {{subtraction of pointers to type 'struct emp_1' of zero size has undefined behavior}}
63 return x - y; // expected-warning {{subtraction of pointers to type 'struct emp_1' of zero size has undefined behavior}}
68 return v - v; // expected-warning {{subtraction of pointers to type 'union emp_2' of zero size has undefined behavior}}
78 return x - y; // expected-warning {{subtraction of pointers to type 'struct emp_1 [10]' of zero size has undefined behavior}}
86 return x - y; // expected-warning {{subtraction of pointers to type 'int [0]' of zero size has undefined behavior}}
  /external/libcxx/test/numerics/complex.number/complex.ops/
complex_divide_complex.pass.cpp 48 case zero:
51 case zero:
55 assert(classify(r) == zero);
58 assert(classify(r) == zero);
71 case zero:
78 assert(classify(r) == zero);
91 case zero:
111 case zero:
131 case zero:
complex_times_complex.pass.cpp 50 case zero:
53 case zero:
54 assert(classify(r) == zero);
57 assert(classify(r) == zero);
73 case zero:
74 assert(classify(r) == zero);
93 case zero:
113 case zero:
133 case zero:
  /frameworks/base/core/java/android/print/
PageRange.java 24 * the range are zero based and inclusive.
39 * @param start The start page index (zero based and inclusive).
40 * @param end The end page index (zero based and inclusive).
42 * @throws IllegalArgumentException If start is less than zero or end
43 * is less than zero or start greater than end.
47 throw new IllegalArgumentException("start cannot be less than zero.");
50 throw new IllegalArgumentException("end cannot be less than zero.");
64 * Gets the start page index (zero based and inclusive).
73 * Gets the end page index (zero based and inclusive).
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.ops/
complex_divide_complex.pass.cpp 48 case zero:
51 case zero:
55 assert(classify(r) == zero);
58 assert(classify(r) == zero);
71 case zero:
78 assert(classify(r) == zero);
91 case zero:
111 case zero:
131 case zero:
complex_times_complex.pass.cpp 50 case zero:
53 case zero:
54 assert(classify(r) == zero);
57 assert(classify(r) == zero);
73 case zero:
74 assert(classify(r) == zero);
93 case zero:
113 case zero:
133 case zero:
  /external/ceres-solver/internal/ceres/
dense_sparse_matrix_test.cc 56 Vector x = Vector::Zero(num_cols);
59 Vector y_a = Vector::Zero(num_rows);
60 Vector y_b = Vector::Zero(num_rows);
94 // Try with a not entirely zero vector to verify column interactions, which
100 Vector b1 = Vector::Zero(num_rows);
101 Vector b2 = Vector::Zero(num_rows);
111 Vector a = Vector::Zero(num_rows);
114 Vector b1 = Vector::Zero(num_cols);
115 Vector b2 = Vector::Zero(num_cols);
123 // Try with a not entirely zero vector to verify column interactions, whic
    [all...]
  /external/eigen/lapack/
dlamch.f 78 DOUBLE PRECISION ONE, ZERO
79 PARAMETER ( ONE = 1.0D+0, ZERO = 0.0D+0 )
100 EPS = EPSILON(ZERO) * 0.5
102 EPS = EPSILON(ZERO)
108 SFMIN = TINY(ZERO)
109 SMALL = ONE / HUGE(ZERO)
119 RMACH = RADIX(ZERO)
121 RMACH = EPS * RADIX(ZERO)
123 RMACH = DIGITS(ZERO)
127 RMACH = MINEXPONENT(ZERO)
    [all...]
slamch.f 82 REAL ONE, ZERO
83 PARAMETER ( ONE = 1.0E+0, ZERO = 0.0E+0 )
104 EPS = EPSILON(ZERO) * 0.5
106 EPS = EPSILON(ZERO)
112 SFMIN = TINY(ZERO)
113 SMALL = ONE / HUGE(ZERO)
123 RMACH = RADIX(ZERO)
125 RMACH = EPS * RADIX(ZERO)
127 RMACH = DIGITS(ZERO)
131 RMACH = MINEXPONENT(ZERO)
    [all...]

Completed in 2212 milliseconds

<<11121314151617181920>>