Searched defs:newC (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvbgfg_common.cpp97 CvSeq* newC; local
99 newC = cvApproxPoly( c, sizeof(CvContour), tempStorage, CV_POLY_APPROX_DP, 2, 0 );
101 newC = cvConvexHull2( c, tempStorage, CV_CLOCKWISE, 1 );
102 cvSubstituteContour( scanner, newC );
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp83 Vector3f newC = c + ( (AngleAxisf(angles[j*2+1], ax0) local
86 mCenters.push_back(newC);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp1528 PassRefPtr<StringImpl> StringImpl::replace(UChar oldC, UChar newC) argument
1530 if (oldC == newC)
1538 if (newC <= 0xff) {
1541 LChar newChar = static_cast<LChar>(newC);
1562 ch = newC;
1575 ch = newC;
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1717 "newC" (the new C) is a.k.a. "shco", shifter carry out
1719 The calling convention for res and newC is a bit funny. They could
1732 IRTemp* newC,
1738 if (newC) {
1739 assign( *newC, mk_armg_calculate_flag_c() );
1745 if (newC) {
1746 assign( *newC,
1762 IRTemp* newC,
1770 // newC = amt == 0 ? oldC :
1774 if (newC) {
1729 compute_result_and_C_after_LSL_by_imm5( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt shift_amt, UInt rM ) argument
1759 compute_result_and_C_after_LSL_by_reg( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, IRTemp rSt, UInt rM, UInt rS ) argument
1832 compute_result_and_C_after_LSR_by_imm5( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt shift_amt, UInt rM ) argument
1871 compute_result_and_C_after_LSR_by_reg( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, IRTemp rSt, UInt rM, UInt rS ) argument
1942 compute_result_and_C_after_ASR_by_imm5( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt shift_amt, UInt rM ) argument
1981 compute_result_and_C_after_ASR_by_reg( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, IRTemp rSt, UInt rM, UInt rS ) argument
2053 compute_result_and_C_after_ROR_by_reg( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, IRTemp rSt, UInt rM, UInt rS ) argument
2133 compute_result_and_C_after_shift_by_imm5( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt how, UInt shift_amt, UInt rM ) argument
2226 compute_result_and_C_after_shift_by_reg( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt how, IRTemp rSt, UInt rM, UInt rS ) argument
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 805 milliseconds