HomeSort by relevance Sort by last modified time
    Searched defs:B1 (Results 76 - 100 of 159) sorted by null

1 2 34 5 6 7

  /external/llvm/unittests/Support/
Casting.cpp 96 extern bar &B1;
97 bar &B1 = B;
100 const bar &B3 = B1;
104 EXPECT_TRUE(isa<foo>(B1));
111 foo &F1 = cast<foo>(B1);
124 foo *F8 = B1.baz();
137 foo *F15 = B1.caz();
151 foo *F5 = B1.daz();
164 foo *F5 = B1.naz();
172 //foo &F23 = cast_or_null<foo>(B1);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 272 FX_FLOAT B1 = 0.0556f * X - 0.2040f * Y + 1.0570f * Z;
276 B = RGB_Conversion(B1);
    [all...]
  /external/skia/src/pathops/
SkPathOpsTypes.cpp 181 const unsigned int B1 = 715094163;
185 pt[1] = px[1] / 3 + B1;
  /external/v8/test/cctest/wasm/
test-run-wasm-64.cc 35 #define B1(a) kExprBlock, a, kExprEnd
    [all...]
test-run-wasm.cc 25 #define B1(a) kExprBlock, a, kExprEnd
740 BUILD(r, B1(RET_I8(17)));
835 B2(B1(WASM_BRV_IF(0, WASM_GET_LOCAL(0), WASM_SET_LOCAL(0, WASM_I8(99)))),
844 B2(B1(WASM_BR_TABLE(WASM_GET_LOCAL(0), 0, BR_TARGET(0))), WASM_I8(91)));
851 B2(B1(WASM_BR_TABLE(WASM_GET_LOCAL(0), 1, BR_TARGET(0), BR_TARGET(0))),
860 B2(B2(B1(WASM_BR_TABLE(WASM_GET_LOCAL(0), 1, BR_TARGET(0), BR_TARGET(1))),
871 BUILD(r, B1(WASM_BR_TABLE(WASM_GET_LOCAL(0), 0, BR_TARGET(0))), RET_I8(93));
892 B2(B1(WASM_BR_TABLE(WASM_GET_LOCAL(0), 1, BR_TARGET(1), BR_TARGET(0))),
904 BUILD(r, B2(B2(B2(B1(WASM_BR_TABLE(WASM_GET_LOCAL(0), 3, BR_TARGET(1),
923 byte code[] = {B2(B2(B2(B2(B1(WASM_BR_TABLE
    [all...]
  /external/webp/src/dsp/
filters_sse2.c 45 const __m128i B1 = _mm_loadu_si128((const __m128i*)&pred[i + 16]);
47 const __m128i C1 = _mm_add_epi8(A1, B1);
57 const __m128i B1 = _mm_loadu_si128((const __m128i*)&pred[i + 16]);
59 const __m128i C1 = _mm_sub_epi8(A1, B1);
94 const __m128i B1 = _mm_loadu_si128((const __m128i*)(src + i + 16 - 1));
96 const __m128i C1 = _mm_sub_epi8(A1, B1);
209 const __m128i B1 = _mm_unpacklo_epi8(B0, zero);
211 const __m128i E = _mm_add_epi16(A1, B1);
rescaler_neon.c 77 const uint32x4_t B1 = MULT_FIX(A1, fy_scale_half);
79 const uint16x4_t C1 = vmovn_u32(B1);
137 const uint32x4_t B1 = vqsubq_u32(in3, A1);
139 const uint32x4_t C1 = MULT_FIX(B1, fxy_scale_half);
159 const uint16x4_t B1 = vmovn_u32(A1);
160 const uint8x8_t C = vmovn_u16(vcombine_u16(B0, B1));
lossless_enc_sse2.c 100 const __m128i B1 = _mm_and_si128(in1, mask_g);
104 const __m128i D1 = _mm_mulhi_epi16(B1, mults_g);
148 const __m128i B1 = _mm_srli_epi32(in1, 16);
152 const __m128i E1 = _mm_sub_epi8(B1, C1);
186 const __m128i b1 = _mm_loadu_si128((const __m128i*)&b[i + 4]); local
192 _mm_storeu_si128((__m128i*)&out[i + 4], _mm_add_epi32(a1, b1));
211 const __m128i b1 = _mm_loadu_si128((const __m128i*)&out[i + 4]); local
217 _mm_storeu_si128((__m128i*)&out[i + 4], _mm_add_epi32(a1, b1));
rescaler_sse2.c 203 const __m128i B1 = _mm_mul_epu32(*A1, *mult);
207 const __m128i C1 = _mm_add_epi64(B1, rounder);
258 __m128i A0, A1, A2, A3, B0, B1, B2, B3;
260 LoadDispatchAndMult(irow + x_out, &mB, &B0, &B1, &B2, &B3);
263 const __m128i C1 = _mm_add_epi64(A1, B1);
304 __m128i A0, A1, A2, A3, B0, B1, B2, B3;
306 LoadDispatchAndMult(frow + x_out, &mult_y, &B0, &B1, &B2, &B3);
309 const __m128i C1 = _mm_add_epi64(B1, rounder);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
move2.s 84 R1 = B1;
102 P1 = B1;
122 A0.W = B1;
151 B1 = P0;
155 B1 = A0.W;
173 I2 = B1;
178 M2 = B1;
182 B1 = M0;
183 B2 = B1;
188 L2 = B1;
    [all...]
  /external/clang/test/CodeGenCXX/
x86_64-arguments.cpp 82 struct B1 : B {
87 B1 b1; member in struct:PR5179::B2
92 return b2.b1.pa;
microsoft-abi-member-pointers.cpp 29 struct B1 {
37 struct Single : B1 {
40 struct Multiple : B1, B2 {
44 struct Virtual : virtual B1 {
169 struct UnspecWithVBPtr : B1, virtual B2 {
vtable-layout.cpp 313 struct B1 : A {
315 int b1; member in struct:Test5::B1
327 // CHECK-12-NEXT: -- (Test5::B1, 0) vtable address --
329 // CHECK-12-NEXT: 2 | void Test5::B1::f()
341 struct C : B1, B2 {
391 struct B1 : A { };
406 // CHECK-14-NEXT: -- (Test7::B1, 8) vtable address --
418 struct D : C, B1, B2 {
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 10 B1 = -1, // expected-note {{element B1 also has value -1}}
  /external/clang/test/SemaCXX/
class-layout.cpp 549 struct B1 {
558 struct D : public A1, public B1 {
  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 239 template <class T> struct B1 {};
244 template <class U> struct rebind {typedef B1<U> other;};
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 193 B1, /* Removable descender */
200 B1, /* RC */
211 /*B1*/ {{NOP,B1}, {RD, B2}, {NOP, B1}},
  /external/javassist/src/test/test/javassist/bytecode/analysis/
AnalyzerTest.java 322 public static class B1 extends A implements Serializable {};
337 s = new B1();
351 a = new B1();
375 s = new B1();
  /external/libxml2/
timsort.h 302 const int64_t B1 = stack[stack_curr - 1].length;
303 if (A1 <= B1) return 0;
  /external/opencv/cv/src/
cvoptflowlk.cpp 137 | A1B2 B1 | {u} {C1} {0}
141 float A1B2, A2, B1, C1, C2;
476 B1 = 0;
484 B1 += WII[addr + j].yy * KerY[i];
495 float delta = (A1B2 * A1B2 - A2 * B1);
504 deltaX = -(C1 * A1B2 - C2 * B1);
513 float Norm = (A1B2 + A2) * (A1B2 + A2) + (B1 + A1B2) * (B1 + A1B2);
521 velocityY[j] = (B1 + A1B2) * temp;
cvrotcalipers.cpp 312 float B1 = buf[3];
317 float C1 = A1 * points[((int *) buf)[0]].x + points[((int *) buf)[0]].y * B1;
320 float idet = 1.f / (A1 * B2 - A2 * B1);
322 float px = (C1 * B2 - C2 * B1) * idet;
329 out[3] = B1 * buf[2];
  /external/opencv3/modules/imgproc/src/
rotcalipers.cpp 309 float B1 = buf[3];
314 float C1 = A1 * points[((int *) buf)[0]].x + points[((int *) buf)[0]].y * B1;
317 float idet = 1.f / (A1 * B2 - A2 * B1);
319 float px = (C1 * B2 - C2 * B1) * idet;
326 out[3] = B1 * buf[2];
  /external/skia/src/core/
SkDistanceFieldGen.cpp 257 static void B1(DFData* curr, int width) {
405 B1(currData, dataWidth);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind.hpp     [all...]
  /art/test/449-checker-bce/src/
Main.java     [all...]

Completed in 773 milliseconds

1 2 34 5 6 7