HomeSort by relevance Sort by last modified time
    Searched refs:b0 (Results 1 - 25 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/test/SemaCXX/
warn-string-conversion.cpp 7 bool b0 = "hi"; // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}} local
8 b0 = ""; // expected-warning{{implicit conversion turns string literal into bool: 'const char [1]' to 'bool'}}
9 b0 = 0 && "";
  /external/eigen/test/eigen2/
eigen2_alignedbox.cpp 30 BoxType b0(dim);
34 b0.extend(p0);
35 b0.extend(p1);
36 VERIFY(b0.contains(p0*s1+(Scalar(1)-s1)*p1));
37 VERIFY(!b0.contains(p0 + (1+s1)*(p1-p0)));
39 (b2 = b0).extend(b1);
40 VERIFY(b2.contains(b0));
42 VERIFY_IS_APPROX(b2.clamp(b0), b0);
47 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>()
    [all...]
  /external/clang/test/CodeGen/
asm-variable.c 8 register unsigned long long b0 asm("rdi");
15 b0 = a0;
23 : "r"(addr), "r" (b0), "r" (b1), "r" (b2), "r" (b3), "r" (b4), "r" (b5));
33 register double b0 asm("xmm0");
44 b0 = a0;
54 : "r"(addr), "x" (b0), "x" (b1), "x" (b2), "x" (b3), "x" (b4), "x" (b5), "x" (b6),
  /external/chromium/base/memory/
linked_ptr_unittest.cc 59 linked_ptr<B> b0(new B);
60 linked_ptr<A> a6(b0);
61 ASSERT_TRUE(b0 == a6);
62 ASSERT_TRUE(a6 == b0);
63 ASSERT_TRUE(b0 != NULL);
64 a5 = b0;
65 a5 = b0;
70 b0->Use();
71 (*b0).Use();
72 b0.get()->Use()
    [all...]
  /external/chromium/testing/gtest/test/
gtest-linked_ptr_test.cc 103 linked_ptr<B> b0(new B);
104 linked_ptr<A> a6(b0);
105 ASSERT_TRUE(b0 == a6);
106 ASSERT_TRUE(a6 == b0);
107 ASSERT_TRUE(b0 != NULL);
108 a5 = b0;
109 a5 = b0;
114 b0->Use();
115 (*b0).Use();
116 b0.get()->Use()
    [all...]
  /external/chromium_org/base/memory/
linked_ptr_unittest.cc 61 linked_ptr<B> b0(new B);
62 linked_ptr<A> a6(b0);
63 ASSERT_TRUE(b0 == a6);
64 ASSERT_TRUE(a6 == b0);
65 ASSERT_TRUE(b0 != NULL);
66 a5 = b0;
67 a5 = b0;
72 b0->Use();
73 (*b0).Use();
74 b0.get()->Use()
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-linked_ptr_test.cc 103 linked_ptr<B> b0(new B);
104 linked_ptr<A> a6(b0);
105 ASSERT_TRUE(b0 == a6);
106 ASSERT_TRUE(a6 == b0);
107 ASSERT_TRUE(b0 != NULL);
108 a5 = b0;
109 a5 = b0;
114 b0->Use();
115 (*b0).Use();
116 b0.get()->Use()
    [all...]
  /external/gtest/test/
gtest-linked_ptr_test.cc 103 linked_ptr<B> b0(new B);
104 linked_ptr<A> a6(b0);
105 ASSERT_TRUE(b0 == a6);
106 ASSERT_TRUE(a6 == b0);
107 ASSERT_TRUE(b0 != NULL);
108 a5 = b0;
109 a5 = b0;
114 b0->Use();
115 (*b0).Use();
116 b0.get()->Use()
    [all...]
  /external/protobuf/gtest/test/
gtest-linked_ptr_test.cc 102 linked_ptr<B> b0(new B);
103 linked_ptr<A> a6(b0);
104 ASSERT_TRUE(b0 == a6);
105 ASSERT_TRUE(a6 == b0);
106 ASSERT_TRUE(b0 != NULL);
107 a5 = b0;
108 a5 = b0;
113 b0->Use();
114 (*b0).Use();
115 b0.get()->Use()
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-linked_ptr_test.cc 103 linked_ptr<B> b0(new B);
104 linked_ptr<A> a6(b0);
105 ASSERT_TRUE(b0 == a6);
106 ASSERT_TRUE(a6 == b0);
107 ASSERT_TRUE(b0 != NULL);
108 a5 = b0;
109 a5 = b0;
114 b0->Use();
115 (*b0).Use();
116 b0.get()->Use()
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 99 double b0,b1; local
101 b0=b[0];b1=b[1];
103 d[0]=a0*b0;
104 d[1]=a0*b1+a1*b0;
111 double b0,b1,b2; local
113 b0=b[0];b1=b[1];b2=b[2];
115 d[0]=a0*b0;
123 double b0,b1,b2; local
125 b0=b[0];b1=b[1];b2=b[2];
127 d[0]=a0*b0;
137 double b0,b1,b2,b3; local
152 double b0,b1; local
162 double b0,b1,b2; local
175 double b0; local
185 double b0,b1; local
196 double b0,b1,b2; local
208 double b0,b1,b2,b3; local
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_utilities_poly.h 99 double b0,b1; local
101 b0=b[0];b1=b[1];
103 d[0]=a0*b0;
104 d[1]=a0*b1+a1*b0;
111 double b0,b1,b2; local
113 b0=b[0];b1=b[1];b2=b[2];
115 d[0]=a0*b0;
123 double b0,b1,b2; local
125 b0=b[0];b1=b[1];b2=b[2];
127 d[0]=a0*b0;
137 double b0,b1,b2,b3; local
152 double b0,b1; local
162 double b0,b1,b2; local
175 double b0; local
185 double b0,b1; local
196 double b0,b1,b2; local
208 double b0,b1,b2,b3; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 99 double b0,b1; local
101 b0=b[0];b1=b[1];
103 d[0]=a0*b0;
104 d[1]=a0*b1+a1*b0;
111 double b0,b1,b2; local
113 b0=b[0];b1=b[1];b2=b[2];
115 d[0]=a0*b0;
123 double b0,b1,b2; local
125 b0=b[0];b1=b[1];b2=b[2];
127 d[0]=a0*b0;
137 double b0,b1,b2,b3; local
152 double b0,b1; local
162 double b0,b1,b2; local
175 double b0; local
185 double b0,b1; local
196 double b0,b1,b2; local
208 double b0,b1,b2,b3; local
    [all...]
  /external/libffi/testsuite/libffi.call/
cls_24byte.c 18 cls_struct_24byte cls_struct_24byte_fn(struct cls_struct_24byte b0,
25 result.a = b0.a + b1.a + b2.a + b3.a;
26 result.b = b0.b + b1.b + b2.b + b3.b;
27 result.c = b0.c + b1.c + b2.c + b3.c;
28 result.d = b0.d + b1.d + b2.d + b3.d;
31 b0.a, b0.b, b0.c, b0.d,
44 struct cls_struct_24byte b0, b1, b2, b3 local
    [all...]
cls_64byte.c 23 cls_struct_64byte cls_struct_64byte_fn(struct cls_struct_64byte b0,
30 result.a = b0.a + b1.a + b2.a + b3.a;
31 result.b = b0.b + b1.b + b2.b + b3.b;
32 result.c = b0.c + b1.c + b2.c + b3.c;
33 result.d = b0.d + b1.d + b2.d + b3.d;
34 result.e = b0.e + b1.e + b2.e + b3.e;
35 result.f = b0.f + b1.f + b2.f + b3.f;
36 result.g = b0.g + b1.g + b2.g + b3.g;
37 result.h = b0.h + b1.h + b2.h + b3.h;
49 struct cls_struct_64byte b0, b1, b2, b3 local
    [all...]
nested_struct2.c 22 B B_fn(struct A b0, struct B b1)
26 result.x.a = b0.a + b1.x.a;
27 result.x.b = b0.b + b1.x.b + b1.y;
28 result.y = b0.b + b1.x.b;
30 printf("%lu %d %lu %d %d: %lu %d %d\n", b0.a, b0.b, b1.x.a, b1.x.b, b1.y,
40 struct A b0; local
43 b0 = *(struct A*)(args[0]);
46 *(B*)resp = B_fn(b0, b1);
nested_struct3.c 22 B B_fn(struct A b0, struct B b1)
26 result.x.a = b0.a + b1.x.a;
27 result.x.b = b0.b + b1.x.b + b1.y;
28 result.y = b0.b + b1.x.b;
30 printf("%d %d %d %d %d: %d %d %d\n", (int)b0.a, b0.b,
41 struct A b0; local
44 b0 = *(struct A*)(args[0]);
47 *(B*)resp = B_fn(b0, b1);
nested_struct.c 28 cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0,
34 result.d.a = b0.a + b1.dd + b2.d.a;
35 result.d.b = b0.b + b1.ff + b2.d.b;
36 result.d.c = b0.c + b1.ii + b2.d.c;
37 result.e.ii = b0.c + b1.ii + b2.e.ii;
38 result.e.dd = b0.a + b1.dd + b2.e.dd;
39 result.e.ff = b0.b + b1.ff + b2.e.ff;
42 b0.a, b0.b, b0.c
56 struct cls_struct_16byte1 b0; local
    [all...]
  /external/libpcap/
gencode.c 470 * Merge the lists in b0 and b1, using the 'sense' field to indicate
474 merge(b0, b1)
475 struct block *b0, *b1;
477 register struct block **p = &b0;
526 gen_and(b0, b1)
527 struct block *b0, *b1;
529 backpatch(b0, b1->head);
530 b0->sense = !b0->sense;
532 merge(b1, b0);
1530 struct block *b0, *b1; local
1713 struct block *b0, *b1; local
2139 struct block *b0, *b1, *b2; local
2740 struct block *b0, *b1; local
2783 struct block *b0, *b1; local
2834 register struct block *b0, *b1; local
2868 struct block *b0, *b1; local
2910 register struct block *b0, *b1; local
2944 register struct block *b0, *b1, *b2; local
3240 register struct block *b0, *b1; local
3289 struct block *b0, *b1, *b2, *tmp; local
3364 struct block *b0, *b1; local
3397 struct block *b0, *b1; local
3645 struct block *b0, *b1, *tmp; local
3717 struct block *b0; local
4007 struct block *b0, *b1, *tmp; local
4050 struct block *b0, *b1, *tmp; local
4098 struct block *b0, *b1, *tmp; local
4139 struct block *b0, *b1, *tmp; local
4200 struct block *b0, *b1, *tmp; local
4243 struct block *b0, *b1, *tmp; local
4303 struct block *b0, *b1, *tmp; local
4344 struct block *b0, *b1, *tmp; local
4751 struct block *b0, *b1; local
6067 struct block *b0, *b1, *b2; local
6139 register struct block *b0; local
6154 register struct block *b0, *b1, *b2; local
6351 register struct block *b0; local
6443 struct block *b0; local
6466 struct block *b0; local
6486 struct block *b0; local
6503 struct block *b0; local
6519 struct block *b0; local
6536 struct block *b0; local
6617 register struct block *b0, *b1; local
6651 struct block *b0, *b1; local
6725 struct block *b0,*b1; local
6800 struct block *b0; local
6866 struct block *b0; local
6921 struct block *b0, *b1; local
7028 struct block *b0, *b1; local
7069 struct block *b0; local
7189 struct block *b0, *b1; local
    [all...]
  /external/clang/test/Sema/
tentative-decls.c 64 static int b0; variable
67 static int b0 = 5; variable
  /external/srec/srec/clib/
voicing.c 65 chan->b0 = SHIFT_UP(enval, 8);
71 if (chan->b0 > SHIFT_UP(enval, 8))
73 chan->b0 = SHIFT_UP(enval, 8);
77 chan->b0 += B0_RATE2;
79 chan->b0 += B0_RATE1;
85 if ((enval - chan->quiet_margin) < (chan->b0 >> 8))
97 MAX(chan->s0 - chan->b0 - DYNAMIC_RANGE, 0), 2))) >> 8;
138 chan->b0 / 256.0, chan->b1 / 256.0,
  /external/eigen/test/
geo_alignedbox.cpp 36 BoxType b0(dim);
40 b0.extend(p0);
41 b0.extend(p1);
42 VERIFY(b0.contains(p0*s1+(Scalar(1)-s1)*p1));
44 (b2 = b0).extend(b1);
45 VERIFY(b2.contains(b0));
47 VERIFY_IS_APPROX(b2.clamp(b0), b0);
60 VectorType r = b0.sample();
61 VERIFY(b0.contains(r))
    [all...]
  /frameworks/native/opengl/libagl/
matrix.h 110 static inline GLfixed mla2a( GLfixed a0, GLfixed b0,
124 : "%r"(a0), "r"(b0),
133 return (( int64_t(a0)*b0 +
139 static inline GLfixed mla3a( GLfixed a0, GLfixed b0,
155 : "%r"(a0), "r"(b0),
168 "mult %[a0],%[b0] \r\n"
178 : [a0] "r" (a0),[b0] "r" (b0),[a1] "r" (a1),[b1] "r" (b1),[a2] "r" (a2),[b2] "r" (b2),[c] "r" (c)
185 return (( int64_t(a0)*b0 +
192 // b0, b1, b2 are signed 16-bit quanitie
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
Biquad.cpp 93 double b0 = m_b0;
102 float y = b0*x + b1*x1 + b2*x2 - a1*y1 - a2*y2;
120 m_b0 = b0;
228 double b0 = 2 * alpha;
234 setNormalizedCoefficients(b0, b1, b2, 1, a1, a2);
264 double b0 = 2 * alpha;
270 setNormalizedCoefficients(b0, b1, b2, 1, a1, a2);
281 void Biquad::setNormalizedCoefficients(double b0, double b1, double b2, double a0, double a1, double a2)
285 m_b0 = b0 * a0Inverse;
325 double b0 = A * (aPlusOne - aMinusOne * k + k2)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
UTF8.cpp 37 inline int inlineUTF8SequenceLengthNonASCII(char b0)
39 if ((b0 & 0xC0) != 0xC0)
41 if ((b0 & 0xE0) == 0xC0)
43 if ((b0 & 0xF0) == 0xE0)
45 if ((b0 & 0xF8) == 0xF0)
50 inline int inlineUTF8SequenceLength(char b0)
52 return isASCII(b0) ? 1 : inlineUTF8SequenceLengthNonASCII(b0);
55 int UTF8SequenceLength(char b0)
57 return isASCII(b0) ? 1 : inlineUTF8SequenceLengthNonASCII(b0)
63 const unsigned char b0 = sequence[0]; local
    [all...]

Completed in 2796 milliseconds

1 2 3 4 5 6 7 8 91011