HomeSort by relevance Sort by last modified time
    Searched defs:g2 (Results 101 - 125 of 166) sorted by null

1 2 3 45 6 7

  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 191 // (a0, g0, a1, g1, a2, g2, a3, g3) (low byte of each word)
194 // (a0, a0, a1, a1, a2, g2, a3, g3)
899 __m128i g2 = _mm_srli_epi32(src_pixel2, local
    [all...]
SkXfermode_opts_SSE2.cpp 111 __m128i g2 = SkAlphaMulAlpha_SSE2(isa, SkGetPackedG32_SSE2(dst)); local
112 __m128i g = _mm_add_epi32(g1, g2);
133 __m128i g2 = SkAlphaMulAlpha_SSE2(sa, SkGetPackedG32_SSE2(dst)); local
134 __m128i g = _mm_add_epi32(g1, g2);
159 __m128i g2 = SkAlphaMulAlpha_SSE2(isa, SkGetPackedG32_SSE2(dst)); local
160 __m128i g = _mm_add_epi32(g1, g2);
  /external/clang/test/Analysis/
dtor.cpp 484 void g2(int *x) { function in namespace:NoReturn
  /external/clang/test/Index/
print-type-size.cpp 93 int g2; member in struct:Incomplete::named::x2
158 struct forward_decl2 g2; member in struct:Incomplete::s4a::__anon2663
  /external/clang/test/SemaCXX/
conditional-expr.cpp 328 const volatile Enum g2() { function in namespace:PR7598
336 Enum e3 = false ? g2() : v;
constant-expression-cxx11.cpp 264 constexpr bool g2 = &x != &y; member in namespace:PointerComparison
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 191 // (a0, g0, a1, g1, a2, g2, a3, g3) (low byte of each word)
194 // (a0, a0, a1, a1, a2, g2, a3, g3)
899 __m128i g2 = _mm_srli_epi32(src_pixel2, local
    [all...]
SkXfermode_opts_SSE2.cpp 111 __m128i g2 = SkAlphaMulAlpha_SSE2(isa, SkGetPackedG32_SSE2(dst)); local
112 __m128i g = _mm_add_epi32(g1, g2);
133 __m128i g2 = SkAlphaMulAlpha_SSE2(sa, SkGetPackedG32_SSE2(dst)); local
134 __m128i g = _mm_add_epi32(g1, g2);
159 __m128i g2 = SkAlphaMulAlpha_SSE2(isa, SkGetPackedG32_SSE2(dst)); local
160 __m128i g = _mm_add_epi32(g1, g2);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 484 def g2(): return 1 function in function:GrammarTests.testReturn
486 x = g2()
py3_test_grammar.py 454 def g2(): return 1 function in function:GrammarTests.testReturn
456 x = g2()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 482 def g2(): return 1 function in function:GrammarTests.testReturn
484 x = g2()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 484 def g2(): return 1 function in function:GrammarTests.testReturn
486 x = g2()
py3_test_grammar.py 454 def g2(): return 1 function in function:GrammarTests.testReturn
456 x = g2()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 482 def g2(): return 1 function in function:GrammarTests.testReturn
484 x = g2()
  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 53 | R1 (4bits)| R2 (4bits)| G1 (4bits)| G2 (4bits)|
224 int r1, r2, g1, g2, b1, b2; local
233 g2 = convertDiff(gBase, high >> 16);
241 g2 = convert4To8(high >> 16);
251 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
400 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local
422 g2 = convert5To8(g51 + dg);
440 g2 = convert4To8(g42);
449 pBaseColors[4] = g2;
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 49 | R1 (4bits)| R2 (4bits)| G1 (4bits)| G2 (4bits)|
211 int r1, r2, g1, g2, b1, b2; local
220 g2 = convertDiff(gBase, high >> 16);
228 g2 = convert4To8(high >> 16);
238 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
387 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local
409 g2 = convert5To8(g51 + dg);
427 g2 = convert4To8(g42);
436 pBaseColors[4] = g2;
  /external/clang/test/CodeGenCXX/
mangle.cpp 119 void g2() { function
  /external/clang/test/Sema/
constant-builtins-2.c 7 long double g2 = __builtin_huge_vall(); variable
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 213 const GLfloat g2 = rnd.getFloat(); local
221 gl.clearColor(r2, g2, b2, a2);
    [all...]
  /external/elfutils/0.153/src/
nm.c 552 const Dwarf_Global *g2 = (const Dwarf_Global *) p2; local
554 return strcmp (g1->name, g2->name);
587 struct local_name *g2 = (struct local_name *) p2; local
590 result = strcmp (g1->name, g2->name);
593 if (g1->lowpc <= g2->lowpc && g1->highpc >= g2->highpc)
595 /* g2 is contained in g1. Update the data. */
596 g2->lowpc = g1->lowpc;
597 g2->highpc = g1->highpc;
600 else if (g2->lowpc <= g1->lowpc && g2->highpc >= g1->highpc
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 834 uch r1, r2, g1, g2, b1, b2; local
888 g2 = g2_min + (g2_diff * yidx) / yidx_max;
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 448 let g2 = declare_global i32_type "GVar03" m ++ var
451 insist (not (is_declaration g2));
452 insist ((global_initializer g) == (global_initializer g2));
455 let g2 = declare_qualified_global i32_type "QGVar03" 3 m ++ var
458 insist (not (is_declaration g2));
459 insist ((global_initializer g) == (global_initializer g2));
504 let g2 = declare_global i32_type "Two" m in var
507 insist (Before g2 = global_succ g1);
508 insist (At_end m = global_succ g2);
510 insist (After g2 = global_end m)
    [all...]
  /external/skia/third_party/etc1/
etc1.cpp 49 | R1 (4bits)| R2 (4bits)| G1 (4bits)| G2 (4bits)|
211 int r1, r2, g1, g2, b1, b2; local
220 g2 = convertDiff(gBase, high >> 16);
228 g2 = convert4To8(high >> 16);
238 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
387 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local
409 g2 = convert5To8(g51 + dg);
427 g2 = convert4To8(g42);
436 pBaseColors[4] = g2;
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 41 | R1 (4bits)| R2 (4bits)| G1 (4bits)| G2 (4bits)|
203 int r1, r2, g1, g2, b1, b2; local
212 g2 = convertDiff(gBase, high >> 16);
220 g2 = convert4To8(high >> 16);
230 decode_subblock(pOut, r2, g2, b2, tableB, low, true, flipped);
379 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks local
401 g2 = convert5To8(g51 + dg);
419 g2 = convert4To8(g42);
428 pBaseColors[4] = g2;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.c 378 __m128 pf, g0, g1, g2, g3, gx, p0, p1; local
398 g2 = _mm_shuffle_ps(gx, gx, _MM_SHUFFLE(2, 2, 2, 2));
399 pf = _mm_add_ps(pf, _mm_mul_ps(g2, _mm_alignr_epi8(p1, p0, 8)));
    [all...]

Completed in 2251 milliseconds

1 2 3 45 6 7