Home
last modified time | relevance | path

Searched refs:pAC (Results 1 – 25 of 37) sorted by relevance

12

/dports/databases/cego/cego-2.47.11/src/
H A DCegoAttrCond.cc41 while ( pAC ) in getId()
43 s += pAC->getId(); in getId()
45 if ( pAC ) in getId()
78 if ( pAC ) in getStrength()
114 while ( pAC ) in getFilterCond()
181 pAC->reset(); in setup()
201 pAC->reset(); in setup()
361 if ( pAC ) in setPrimaryComparison()
374 if ( pAC ) in getPrimaryCompMode()
387 if ( pAC ) in getPrimaryComparison()
[all …]
H A DCegoDistCursor.cc559 CegoAttrComp *pAC = _cursorCond.getAttrCompSet().First(); in evalCondition() local
561 while ( pAC ) in evalCondition()
573 pF = pFLA[pos+i]->Find( CegoField(_tableAlias, pAC->getAttrName())); in evalCondition()
575 pF = pFLA[pos+i]->Find( CegoField(pAC->getTableName(), pAC->getAttrName()) ); in evalCondition()
581 if ( pAC->getCompMode() == CegoAttrComp::BTWN ) in evalCondition()
588 else if ( pAC->getCompMode() == CegoAttrComp::ISLIKE ) in evalCondition()
594 else if ( pAC->getCompMode() == CegoAttrComp::ISNOTLIKE ) in evalCondition()
596 if ( pAC->getMatcher()->match(pF->getValue().valAsChain())) in evalCondition()
602 switch ( pAC->getComparison() ) in evalCondition()
646 if ( pAC->isSetup() == false ) in evalCondition()
[all …]
H A DCegoAVLIndexCursor.cc690 CegoAttrComp* pAC = _pAttrCond->getAttrCompSet().First(); in compValue() local
692 while ( pAC ) in compValue()
694 if ( (Chain)pAC->getAttrName() == (Chain)pF->getAttrName() ) in compValue()
696 if ( fv < pAC->getFieldValue() ) in compValue()
701 if ( pAC->getCompMode() == CegoAttrComp::VAL in compValue()
702 || pAC->getCompMode() == CegoAttrComp::ATTR ) in compValue()
704 if ( fv > pAC->getFieldValue() ) in compValue()
709 else if ( pAC->getCompMode() == CegoAttrComp::BTWN ) in compValue()
711 if ( fv > pAC->getFieldValue2() ) in compValue()
717 pAC = _pAttrCond->getAttrCompSet().Next(); in compValue()
H A DCegoBTreeCursor.cc98 while ( pAC ) in getFirst()
100 if ( pAC->getCompMode() == CegoAttrComp::BTWN ) in getFirst()
101 pAC->setComparison( MORE_EQUAL_THAN ); in getFirst()
102 pAC = _pAttrCond->getAttrCompSet().Next(); in getFirst()
582 while ( pAC ) in getNext()
584 if ( pAC->getCompMode() == CegoAttrComp::BTWN ) in getNext()
585 pAC->setComparison( LESS_EQUAL_THAN ); in getNext()
586 pAC = _pAttrCond->getAttrCompSet().Next(); in getNext()
774 while ( pAC ) in prepareComp()
783 _compInfo[i].pAttrComp=pAC; in prepareComp()
[all …]
H A DCegoQueryHelper.cc2521 CegoAttrComp *pAC = attrCond.getAttrCompSet().First(); in mapAttrCond() local
2522 while ( pAC ) in mapAttrCond()
2524 CegoAttrComp mapComp = *pAC; in mapAttrCond()
2530 if ( pAC->getTableName() == pAO->getTabAlias() in mapAttrCond()
2531 && pAC->getAttrName() == pAL->getAliasName() ) in mapAttrCond()
2538 if ( pAC->getAttrDesc().getTableName() == pAO->getTabAlias() in mapAttrCond()
2539 && pAC->getAttrDesc().getAttrName() == pAL->getAliasName()) in mapAttrCond()
2540 mapComp.setAttrDesc( CegoAttrDesc(pAO->getTabName(), pAC->getAttrName())); in mapAttrCond()
2543 if ( pAC->getAttrDesc2().getTableName() == pAO->getTabAlias() in mapAttrCond()
2544 && pAC->getAttrDesc2().getAttrName() == pAL->getAliasName()) in mapAttrCond()
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/Components/
H A DActorSpawnerComponent.cpp56 auto pAC = MakeStrongPtr(m_pOwner->GetComponent<AnimationComponent>()); in VPostInit() local
57 if (pAC) in VPostInit()
59 pAC->AddObserver(this); in VPostInit()
83 auto pAC = MakeStrongPtr(m_pOwner->GetComponent<AnimationComponent>()); in VOnActorEnteredTrigger() local
84 if (pAC) in VOnActorEnteredTrigger()
86 pAC->SetAnimation(m_SpawnAnimation); in VOnActorEnteredTrigger()
87 pAC->ResumeAnimation(); in VOnActorEnteredTrigger()
96 auto pAC = MakeStrongPtr(m_pOwner->GetComponent<AnimationComponent>()); in VOnAnimationLooped() local
97 pAC->PauseAnimation(); in VOnAnimationLooped()
/dports/math/scilab/scilab-6.1.1/scilab/modules/linear_algebra/sci_gateway/c/
H A Dsci_norm.c35 doublecomplex *pAC = NULL; in sci_norm() local
75 sciErr = getComplexZMatrixOfDouble(pvApiCtx, pAAddr, &iRows, &iCols, &pAC); in sci_norm()
87 _isnan = isnan(pAC[i].r) | isnan(pAC[i].i); in sci_norm()
88 _isinf |= isinf(pAC[i].r) | isinf(pAC[i].i); in sci_norm()
145 … ret = normPC(pAC, iRows, iCols, 2); // if A is a complex matrix, call the complex function. in sci_norm()
202 …ret = normStringC(pAC, iRows, iCols, pflagChar); // if A is a complex matrix, call the complex fun… in sci_norm()
233 …ret = normStringC(pAC, iRows, iCols, "inf"); // if A is a complex matrix, call the complex functio… in sci_norm()
258 … ret = normPC(pAC, iRows, iCols, flagVal); // if A is a complex matrix, call the complex function. in sci_norm()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_FootnoteLayout.cpp616 while(pAC) in ~fl_AnnotationLayout()
623 delete pAC; in ~fl_AnnotationLayout()
624 pAC = pNext; in ~fl_AnnotationLayout()
815 if (pAC) in _localCollapse()
817 pAC->clearScreen(); in _localCollapse()
881 if (pAC) in collapse()
886 if(pAC->getPage()) in collapse()
888 pAC->getPage()->removeAnnotationContainer(pAC); in collapse()
889 pAC->setPage(NULL); in collapse()
899 if(pAC->getNext()) in collapse()
[all …]
H A Dfp_Page.cpp1341 da.xoff += pAC->getX(); in draw()
1342 da.yoff += pAC->getY(); in draw()
1343 pAC->draw(&da); in draw()
2160 pAC->setY(pageHeight); in _reformatAnnotations()
2732 && (x < (pAC->getX() + pAC->getWidth())) in mapXYToPosition()
2734 && (y < (pAC->getY() + pAC->getHeight())) in mapXYToPosition()
2737 pAC->mapXYToPosition(x - pAC->getX(), y - pAC->getY(), pos, bBOL, bEOL,isTOC); in mapXYToPosition()
2749 && (y < (pAC->getY() + pAC->getHeight()))) in mapXYToPosition()
3232 if(pAC) in insertAnnotationContainer()
3234 pAC->setPage(this); in insertAnnotationContainer()
[all …]
H A Dfb_ColumnBreaker.cpp507 if (pAC) in _breakSection()
509 UT_ASSERT(pAC->getHeight() < iMaxSecCol); in _breakSection()
510 iTheseAnnotations += pAC->getHeight(); in _breakSection()
958 if(pAC != NULL) in _breakSection()
960 fp_Page * myPage = pAC->getPage(); in _breakSection()
966 pCurPage->insertAnnotationContainer(pAC); in _breakSection()
970 myPage->removeAnnotationContainer(pAC); in _breakSection()
971 pCurPage->insertAnnotationContainer(pAC); in _breakSection()
1037 fp_Page * myPage = pAC->getPage(); in _breakSection()
1044 pCurPage->insertAnnotationContainer(pAC); in _breakSection()
[all …]
H A Dfp_Column.cpp756 fp_AnnotationContainer * pAC = static_cast<fp_AnnotationContainer *>(pCon); in getScreenOffsets() local
757 pAC->getPage()->getScreenOffsets(pAC, col_x, col_y); in getScreenOffsets()
761 if(pAC->getPage() && getView() && (getView()->getViewMode() != VIEW_PRINT)) in getScreenOffsets()
H A Dfp_ContainerObject.cpp508 fp_AnnotationContainer * pAC = static_cast<fp_AnnotationContainer *>(pColumnC); in getPageRelativeOffsets() local
509 fl_AnnotationLayout * pAL = static_cast<fl_AnnotationLayout *>(pAC->getSectionLayout()); in getPageRelativeOffsets()
H A Dfp_Line.cpp3312 fp_AnnotationContainer * pAC = NULL; in getAnnotationContainers() local
3334 pAC = static_cast<fp_AnnotationContainer *>(pAL->getFirstContainer()); in getAnnotationContainers()
3336 pvecAnns->addItem(pAC); in getAnnotationContainers()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/ddd/xfer/
H A Dcplmsg.cc151 DDD_PROC pAC = (iAC<nAC) ? itemsAC[iAC]->to : procs; in PrepareCplMsgs() local
154 if (pDC<=pMC && pDC<=pAC && pDC<procs) in PrepareCplMsgs()
168 if (pMC<=pDC && pMC<=pAC && pMC<procs) in PrepareCplMsgs()
182 if (pAC<=pDC && pAC<=pMC && pAC<procs) in PrepareCplMsgs()
186 CPLMSG& xm = msgForProc(pAC); in PrepareCplMsgs()
188 for(i=iAC; i<nAC && itemsAC[i]->to==pAC; i++) in PrepareCplMsgs()
197 if (pAC==procs) iAC = nAC; in PrepareCplMsgs()
/dports/science/cdk/cdk-cdk-2.3/legacy/src/main/java/org/openscience/cdk/smsd/
H A DIsomorphism.java166 private IAtomContainer pAC = null; field in Isomorphism
333 mcs.set(queryMol, pAC); in cdkMCSAlgorithm()
354 mcs.set(queryMol, pAC); in cdkSubgraphAlgorithm()
376 mcs.set(queryMol, pAC); in mcsPlusAlgorithm()
395 mcs.set(queryMol, pAC); in vfLibMCS()
413 subGraphTurboSearch.set(queryMol, pAC); in subStructureHandler()
431 subGraphTurboSearch.set(queryMol, pAC); in turboSubStructureHandler()
450 mcs.set(queryMol, pAC); in singleMapping()
595 this.pAC = product; in init()
596 mcsBuilder(queryMol, pAC); in init()
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/PhilipsHue/
H A DPhilipsHueHelper.cpp123 point pAC = get_closest_point_to_line(Blue, Red, xy_point); in get_closest_point_to_point() local
128 double dAC = get_distance_between_two_points(xy_point, pAC); in get_closest_point_to_point()
136 closest_point = pAC; in get_closest_point_to_point()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/testunits/tests/
H A DLazyPropagationTestSuite.py55 pAC = pADCE.margSumOut(["D", "E"])
57 self.assertEqual(res, pADCE / pAC)
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dmain.c743 ACCESS *pAC; in DestroyDataStructures() local
758 pAC = pACList->pACnext; in DestroyDataStructures()
760 pACList = pAC; in DestroyDataStructures()
804 ACCESS *pAC; in SummarizeDataStructures() local
903 for (size = 0, count = 0, pAC = pACList; pAC != (ACCESS *)0; in SummarizeDataStructures()
904 pAC = pAC->pACnext, count++) { in SummarizeDataStructures()
905 size += strlen(pAC->pcwho) + sizeof(ACCESS); in SummarizeDataStructures()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/tests/adhoc/
H A DWristMomentArm.cpp174 void getTangentPoints(const State& state, Vec3& pAC, Vec3& pBC) const { in getTangentPoints() argument
176 pAC = info.p1.append1(0); in getTangentPoints()
/dports/misc/vxl/vxl-3.3.2/core/vil1/file_formats/
H A Dvil1_gif.notes83 00000320: 01 05 0E 22 3C 90 70 41 43 06 0E 20 54 A8 40 71 ..."<.pAC.. T.@q
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_BN/
H A DLazyPropagationTestSuite.h901 auto pAC = pADCE.margSumOut({&bn.variableFromName("D"), &bn.variableFromName("E")}); in testJointEvidenceImpact() local
902 TS_ASSERT_EQUALS(res, pADCE / pAC) in testJointEvidenceImpact()
/dports/games/blockout/BL_SRC/ImageLib/src/jpg/
H A Djpegdecoder.cpp927 BLOCK_TYPE *pAC = coeff_buf_getp(ac_coeffs[component_id], in load_next_row() local
935 memcpy(&p[1], &pAC[1], 63 * sizeof(BLOCK_TYPE)); in load_next_row()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/jpge/
H A Djpgd.cpp1379 …jpgd_block_coeff_t* pAC = coeff_buf_getp(m_ac_coeffs[component_id], block_x_mcu[component_id] + bl… in load_next_row() local
1382 memcpy(&p[1], &pAC[1], 63 * sizeof(jpgd_block_coeff_t)); in load_next_row()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/jpge/
H A Djpgd.cpp1379 …jpgd_block_coeff_t* pAC = coeff_buf_getp(m_ac_coeffs[component_id], block_x_mcu[component_id] + bl…
1382 memcpy(&p[1], &pAC[1], 63 * sizeof(jpgd_block_coeff_t));
/dports/devel/godot/godot-3.2.3-stable/thirdparty/jpeg-compressor/
H A Djpgd.cpp1379 …jpgd_block_coeff_t* pAC = coeff_buf_getp(m_ac_coeffs[component_id], block_x_mcu[component_id] + bl… in load_next_row() local
1382 memcpy(&p[1], &pAC[1], 63 * sizeof(jpgd_block_coeff_t)); in load_next_row()

12