HomeSort by relevance Sort by last modified time
    Searched refs:C1 (Results 276 - 300 of 330) sorted by null

<<11121314

  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ConstantFolding.cpp 658 // (&GV+C1) - (&GV+C2) -> C1-C2, pointer arithmetic cannot overflow.
    [all...]
DependenceAnalysis.cpp     [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp     [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.c 38 const __m128i C1 = _mm_set_epi32(0xffff, 0xffff, 0xffff, 0xffff);
42 lo = _mm_or_si128(lo, _mm_cmpgt_epi32(lo, C1));
44 hi = _mm_or_si128(hi, _mm_cmpgt_epi32(hi, C1));
151 __m128i c0, c1, c2, c3; local
158 c1 = _mm_loadl_epi64((const __m128i *)(coef+4));
159 c0 = _mm_unpacklo_epi16(c0, c1);
207 __m128i c0, c1, c2, c3; local
214 c1 = _mm_loadl_epi64((const __m128i *)(coef+4));
215 c0 = _mm_unpacklo_epi16(c0, c1);
259 __m128i c0, c1, c2, c3 local
414 __m128i c0, c1, c2, c3, c4; local
476 __m128i c0, c1, c2, c3, c4; local
538 __m128i c0, c1, c2, c3, c4; local
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/bison/
maint.mk     [all...]
  /external/chromium_org/third_party/icu/source/data/sprep/
rfc4518.txt 238 12C1; ; UNASSIGNED
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/fonttools/Lib/fontTools/
agl.py 121 00C1;Aacute;LATIN CAPITAL LETTER A WITH ACUTE
614 03C1;rho;GREEK SMALL LETTER RHO
  /external/icu/icu4c/source/data/sprep/
rfc4518.txt 238 12C1; ; UNASSIGNED
  /external/opencv/cxcore/src/
cxconvert.cpp 415 ICV_DEF_PXPLCOI_TAB( icvInitSplitRCoiTable, Cn, C1 )
417 ICV_DEF_PXPLCOI_TAB( icvInitCvtPlaneToPixRCoiTable, C1, Cn )
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 27 MAP(C1, 33) \
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h     [all...]
  /external/qemu/target-mips/
op_helper.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py     [all...]
test_datetime.py     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 527 /// ValuesOverlap - Return true if there are any keys in C1 that exist in C2 as
530 ValuesOverlap(std::vector<ValueEqualityComparisonCase> &C1,
532 std::vector<ValueEqualityComparisonCase> *V1 = &C1, *V2 = &C2;
    [all...]
  /external/openssl/crypto/modes/
gcm128.c     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
video.rtpdump     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 678 // reassoc. (op (op x, c1), c2) -> (op x, (op c1, c2))
685 // reassoc. (op (op x, c1), y) -> (op (op x, y), c1) iff x+c1 has one
699 // reassoc. (op c2, (op x, c1)) -> (op x, (op c1, c2))
706 // reassoc. (op y, (op x, c1)) -> (op (op x, y), c1) iff x+c1 has on
4012 uint64_t c1 = N0C1->getZExtValue(); local
4032 uint64_t c1 = N0Op0C1->getZExtValue(); local
4054 uint64_t c1 = N0Op0C1->getZExtValue(); local
4075 uint64_t c1 = N0C1->getZExtValue(); local
4295 uint64_t c1 = N01C->getZExtValue(); local
4308 uint64_t c1 = local
    [all...]

Completed in 1355 milliseconds

<<11121314