HomeSort by relevance Sort by last modified time
    Searched defs:b0 (Results 26 - 50 of 260) sorted by null

12 3 4 5 6 7 8 91011

  /external/clang/test/Layout/
ms-x86-empty-nonvirtual-bases.cpp 8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} };
20 struct A : B0 {
28 // CHECK-NEXT: 0 | struct B0 (base) (empty)
33 struct B : B0 {
34 B0 b0; member in struct:B
41 // CHECK-NEXT: 0 | struct B0 (base) (empty)
42 // CHECK-NEXT: 0 | struct B0 b0 (empty
68 B0 b0; member in struct:D
    [all...]
ms-x86-empty-virtual-base.cpp 8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
24 struct A : virtual B0 {
34 // CHECK-NEXT: 8 | struct B0 (virtual base) (empty)
42 // CHECK-X64-NEXT: 16 | struct B0 (virtual base) (empty)
46 struct B : virtual B0 {
47 B0 b0; member in struct:B
55 // CHECK-NEXT: 8 | struct B0 b0 (empty
106 B0 b0; member in struct:D
    [all...]
  /external/clang/test/Sema/
tentative-decls.c 64 static int b0; variable
67 static int b0 = 5; variable
  /external/clang/test/SemaTemplate/
instantiate-anonymous-union.cpp 19 B<int> b0; variable
  /external/eigen/bench/
benchVecAdd.cpp 95 PacketScalar a0, a1, a2, a3, b0, b1, b2, b3; local
100 // b0 = internal::pload(&b[i]);
107 // internal::pstore(&a[i], internal::padd(a0, b0));
109 // b0 = internal::pload(&b[i+4*PacketSize]);
123 // internal::pstore(&a[i+4*PacketSize], internal::padd(a0, b0));
  /external/opencv3/modules/features2d/src/
fast_score.cpp 183 int b0 = -a0; local
190 if( b >= b0 )
196 b0 = std::min(b0, std::max(b, (int)d[k]));
197 b0 = std::min(b0, std::max(b, (int)d[k+9]));
200 threshold = -b0-1;
269 int b0 = -a0; local
275 if( b >= b0 )
280 b0 = std::min(b0, std::max(b, (int)d[k]))
337 int b0 = -a0; local
    [all...]
  /external/skia/src/opts/
SkColorCubeFilter_opts.h 40 b0 = colorToFactors[0][b], local
43 const Sk4f g0b0(g0*b0),
45 g1b0(g1*b0),
  /external/webp/src/dsp/
alpha_processing_sse41.c 52 const __m128i b0 = _mm_shuffle_epi8(a0, kCstAlpha0); local
56 const __m128i c0 = _mm_or_si128(b0, b1);
  /prebuilts/go/darwin-x86/test/
indirect.go 27 var b0 []int var
29 var b2 *[]int = &b0
71 len(b0) +
79 cap(b0) +
  /prebuilts/go/linux-x86/test/
indirect.go 27 var b0 []int var
29 var b2 *[]int = &b0
71 len(b0) +
79 cap(b0) +
  /device/google/dragon/audio/hal/dsp/
biquad.c 30 static void set_coefficient(struct biquad *bq, double b0, double b1, double b2,
34 bq->b0 = b0 * a0_inv;
61 double b0 = 2 * alpha; local
67 set_coefficient(bq, b0, b1, b2, 1, a1, a2);
96 double b0 = 2 * alpha; local
102 set_coefficient(bq, b0, b1, b2, 1, a1, a2);
127 double b0 = alpha; local
134 set_coefficient(bq, b0, b1, b2, a0, a1, a2);
173 double b0 = A * (a_plus_one - a_minus_one * k + k2) local
208 double b0 = A * (a_plus_one + a_minus_one * k + k2); local
239 double b0 = 1 + alpha * A; local
274 double b0 = 1; local
309 double b0 = 1 - alpha; local
    [all...]
eq.c 52 float b0 = q->b0; local
59 float y = b0*x
87 float b0 = q->b0; local
94 float y = b0*x
114 float qb0 = q->b0;
122 float rb0 = r->b0;
crossover2.c 15 lr42->b0 = q.b0;
41 float32x4_t b0 = {lp->b0, hp->b0, lp->b0, hp->b0}; local
55 "vmla.f32 q1, %q[b0], q0 \n"
61 "vmla.f32 q2, %q[b0], q1 \n"
92 [b0]"w"(b0)
127 __m128 b0 = {lp->b0, hp->b0, lp->b0, hp->b0}; local
325 float32x4_t b0 = {lp->b0, hp->b0, lp->b0, hp->b0}; local
405 __m128 b0 = {lp->b0, hp->b0, lp->b0, hp->b0}; local
    [all...]
drc.c 145 float b0 = 1; local
153 float alpha = (a0 + a1 + a2) / (b0 + b1 + b2);
155 emphasis->b0 = b0 * alpha;
161 float beta = (b0 + b1 + b2) / (a0 + a1 + a2);
163 deemphasis->b0 = a0 * beta;
  /external/deqp/execserver/
xsProtocol.cpp 34 deUint32 b0 = (value >> 0) & 0xFF; local
38 return (b0 << 24) | (b1 << 16) | (b2 << 8) | b3;
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 36 __u32 b0 = buf[0], b1 = buf[1]; local
42 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b);
43 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d);
46 buf[0] += b0;
  /external/lz4/examples/
blockStreaming_doubleBuffer.c 113 char b0[65536]; local
115 const size_t r0 = read_bin(fp0, b0, sizeof(b0));
124 result = memcmp(b0, b1, r0);
blockStreaming_lineByLine.c 124 char* const b0 = malloc(tempBufferBytes); local
129 const size_t r0 = fread(b0, 1, tempBufferBytes, f0);
135 if (0 == result) result = memcmp(b0, b1, r0);
139 free(b0);
blockStreaming_ringBuffer.c 123 char b0[65536]; local
125 const size_t r0 = fread(b0, 1, sizeof(b0), f0);
134 result = memcmp(b0, b1, r0);
  /external/v8/src/wasm/
decoder.h 60 byte b0 = pc_[0]; local
64 byte b0 = pc_[1];
66 uint16_t val = static_cast<uint16_t>(b1 << 8) | b0;
82 byte b0 = pc_[0]; local
90 byte b0 = pc_[3];
94 static_cast<uint32_t>(b1 << 8) | b0;
  /external/valgrind/memcheck/tests/vbit-test/
vbits.c 345 uint64_t b0 = new.bits.u128[0]; local
347 new.bits.u256[0] = b0;
359 uint64_t b0 = new.bits.u128[1]; local
361 new.bits.u256[2] = b0;
  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 156 const audio_coef_t b0 = mCoefs[0]; local
164 acc = mul_coef_sample(b0, x0);
203 const audio_coef_t b0 = mCoefs[0]; local
217 acc = mul_coef_sample(b0, x0);
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
itoa.h 178 const uint32_t b0 = v0 / 10000; local
181 const uint32_t d1 = (b0 / 100) << 1;
182 const uint32_t d2 = (b0 % 100) << 1;
252 const uint32_t b0 = v0 / 10000; local
255 const uint32_t d1 = (b0 / 100) << 1;
256 const uint32_t d2 = (b0 % 100) << 1;
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 39 B<int>::E b0 = B<int>().v; variable
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p3.cpp 29 B<int, 5> b0 = g0(array0); local
38 B<float, 0> b0 = g1(af); local

Completed in 3627 milliseconds

12 3 4 5 6 7 8 91011