HomeSort by relevance Sort by last modified time
    Searched refs:g32 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/Sema/
constant-builtins-2.c 74 char g32[__builtin_ctzl(0x10L) == 4 ? 1 : -1]; variable
  /external/skia/tests/
MathTest.cpp 662 static const PairRec<uint32_t> g32[] = { local
680 for (size_t i = 0; i < SK_ARRAY_COUNT(g32); ++i) {
681 REPORTER_ASSERT(reporter, g32[i].fYang == SkEndianSwap32(g32[i].fYin));
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 756 unsigned int g32 = _mm_cvtsi128_si32(_m_temp2); local
757 unsigned g = (g32 & ((1<<6) -1)) << 5;
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 756 unsigned int g32 = _mm_cvtsi128_si32(_m_temp2); local
757 unsigned g = (g32 & ((1<<6) -1)) << 5;

Completed in 495 milliseconds