Home
last modified time | relevance | path

Searched refs:pReference (Results 1 – 25 of 94) sorted by relevance

1234

/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/odbc/test_compiler/
H A Dtest_compiler.cpp34 int compare_trees(SQL_code_tree* pCompilerOutput, SQL_code_tree* pReference) ;
199 int compare_trees(SQL_code_tree* pCompilerOutput, SQL_code_tree* pReference){ in compare_trees() argument
203 if(pCompilerOutput->top()== pReference->top()){ in compare_trees()
205 nTop = pReference->top() ; in compare_trees()
208 …ompilerOutput->top() = %d;\tpReference->top() = %d\n", pCompilerOutput->top(), pReference->top()) ; in compare_trees()
213 pReference->beginPostfix() ; in compare_trees()
216 if(pCompilerOutput->symbol() != pReference->symbol()){ in compare_trees()
219 …ymbol() = 0x%X;\tpReference->symbol() = 0x%X\n", pCompilerOutput->symbol(), pReference->symbol()) ; in compare_trees()
225 pReference->nextPostfix() ; in compare_trees()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlSwitchedPort.cpp35 pReference = NULL; in CtlSwitchedPort()
106 if (pReference != NULL) in rebind()
108 pReference->unbind(this); in rebind()
148 pReference = pUI->port(buf.pString); in rebind()
149 if (pReference != NULL) in rebind()
151 pMetadata = pReference->metadata(); in rebind()
152 pReference->bind(this); in rebind()
161 if (pReference != NULL) in destroy()
163 pReference->unbind(this); in destroy()
164 pReference = NULL; in destroy()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_calculus/
H A Dgrid_histogram_match.cpp154 CSG_Grid *pReference = Parameters("REFERENCE")->asGrid(); in On_Execute() local
163 Statistics[0] = pReference->Get_Statistics(); in On_Execute()
167 Error_Fmt("%s [%s]", _TL("no variance in data set"), pReference->Get_Name()); in On_Execute()
184pReference->Get_Min(), pReference->Get_Max(), pReference, (size_t)Parameters("MAXSAMPLES")->asInt(… in On_Execute()
186 Error_Fmt("%s [%s]", _TL("failed to create histogram"), pReference->Get_Name()); in On_Execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dfloatwin.cxx485 const OutputDevice *pWindowOutDev = pReference->GetOutDev(); in ImplConvertToAbsPos()
490 if(!pReference->IsRTLEnabled() ) in ImplConvertToAbsPos()
498 aAbsolute = pReference->OutputToAbsoluteScreenPixel( in ImplConvertToAbsPos()
499 pReference->ScreenToOutputPixel(rPos) ); in ImplConvertToAbsPos()
508 const OutputDevice *pParentWinOutDev = pReference->GetOutDev(); in ImplConvertToAbsPos()
514 if(!pReference->IsRTLEnabled() ) in ImplConvertToAbsPos()
521 …aFloatRect.SetPos(pReference->OutputToAbsoluteScreenPixel(pReference->ScreenToOutputPixel(rRect.To… in ImplConvertToAbsPos()
530 const OutputDevice *pParentWinOutDev = pReference->GetOutDev(); in ImplConvertToRelPos()
539 if(!pReference->IsRTLEnabled() ) in ImplConvertToRelPos()
543 …aFloatRect.SetPos(pReference->OutputToScreenPixel(pReference->AbsoluteScreenToOutputPixel(rRect.To… in ImplConvertToRelPos()
[all …]
/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfSaveProject.cpp63 DtaScriptVariable* pReference = myNode.getReferencedVariable(); in generateXMLFile() local
64 if (pReference != NULL) { in generateXMLFile()
65 std::string sReference = pReference->getCompleteName(); in generateXMLFile()
76 if (pReference != NULL) { in generateXMLFile()
116 DtaScriptVariable* pReference = myNode.getReferencedVariable(); in generateTextFile() local
117 if (pReference != NULL) { in generateTextFile()
118 std::string sReference = pReference->getCompleteName(); in generateTextFile()
121 const char* tcValue = pReference->getValue(); in generateTextFile()
H A DGrfReference.cpp41 DtaScriptVariable* pReference = visibility.getExistingVariable(*_pReference); in executeInternal() local
42 if (pReference == NULL) { in executeInternal()
47 if (pVariable != pReference) pVariable->setValue(pReference); in executeInternal()
H A DGrfLocalReference.cpp48 DtaScriptVariable* pReference = visibility.getExistingVariable(*_pReference); in executeInternal() local
49 if (pReference == NULL) { in executeInternal()
54 if (pVariable != pReference) pVariable->setValue(pReference); in executeInternal()
H A DGrfLocalReference.h40 inline void setReference(ExprScriptVariable* pReference) { _pReference = pReference; } in setReference() argument
H A DGrfReference.h41 inline void setReference(ExprScriptVariable* pReference) { _pReference = pReference; } in setReference() argument
/dports/biology/vcflib/vcflib-1.0.2/smithwaterman/
H A DSWMain.cpp64 const char* pReference = "ATGGCGGGGATCGGGACACTCGCCGGTGCGGGTACCCTA"; in main() local
67 const unsigned int referenceLen = strlen(pReference); in main()
92 sw.Align(referenceSW, cigarSW, pReference, referenceLen, pQuery, queryLen); in main()
93 bsw.Align(referenceBSW, cigarBSW, pReference, referenceLen, pQuery, queryLen, hr); in main()
/dports/biology/freebayes/freebayes-1.3.5/vcflib/smithwaterman/
H A DSWMain.cpp64 const char* pReference = "ATGGCGGGGATCGGGACACTCGCCGGTGCGGGTACCCTA"; in main() local
67 const unsigned int referenceLen = strlen(pReference); in main()
92 sw.Align(referenceSW, cigarSW, pReference, referenceLen, pQuery, queryLen); in main()
93 bsw.Align(referenceBSW, cigarBSW, pReference, referenceLen, pQuery, queryLen, hr); in main()
/dports/biology/smithwaterman/smithwaterman-2610e259611ae4cde8f03c72499d28f03f6d38a7/
H A DSWMain.cpp64 const char* pReference = "ATGGCGGGGATCGGGACACTCGCCGGTGCGGGTACCCTA"; in main() local
67 const unsigned int referenceLen = strlen(pReference); in main()
92 sw.Align(referenceSW, cigarSW, pReference, referenceLen, pQuery, queryLen); in main()
93 bsw.Align(referenceBSW, cigarBSW, pReference, referenceLen, pQuery, queryLen, hr); in main()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/tests/sieve/ecm/
H A Dtest_Weierstrass.cpp83 const uint64_t mult, const Point &pReference,
95 const uint64_t mult, const Point &pReference, in oneTest() argument
122 if ( !pResult.isValid() || pReference != pResult ) { in oneTest()
132 std::cerr << "pReference = " << pReference << std::endl; in oneTest()
198 AffinePoint p1 ( c ), p2 ( c ), pReference ( c ); in parseLine() local
202 !setPoint ( pReference, *m, PReferencex, PReferencey )) { in parseLine()
206 ok &= oneTest(c, operation, p1, p2, mult, pReference, order); in parseLine()
209 ProjectivePoint p1 ( c ), p2 ( c ), pReference ( c ); in parseLine() local
213 !setPoint ( pReference, *m, PReferencex, PReferencey, PReferencez )) { in parseLine()
217 ok &= oneTest(c, operation, p1, p2, mult, pReference, order); in parseLine()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/tools/
H A Dweakbase.hxx37 inline WeakReference< reference_type >::WeakReference( reference_type* pReference ) in WeakReference() argument
39 reset( pReference ); in WeakReference()
71 inline void WeakReference< reference_type >::reset( reference_type* pReference ) in reset() argument
73 if( pReference ) in reset()
74 mpWeakConnection = pReference->getWeakConnection(); in reset()
H A Dweakbase.h66 WeakConnection( WeakBase* pReference ) : mnRefCount( 0 ), mpReference( pReference ) {}; in WeakConnection()
80 inline WeakReference( reference_type* pReference );
95 inline void reset( reference_type* pReference );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/tools/
H A Dweakbase.hxx37 inline WeakReference< reference_type >::WeakReference( reference_type* pReference ) in WeakReference() argument
39 reset( pReference ); in WeakReference()
72 inline void WeakReference< reference_type >::reset( reference_type* pReference ) in reset() argument
74 if( pReference ) in reset()
75 mpWeakConnection = pReference->getWeakConnection(); in reset()
H A Dweakbase.h66 WeakConnection( WeakBase* pReference ) : mnRefCount( 0 ), mpReference( pReference ) {}; in WeakConnection()
80 inline WeakReference( reference_type* pReference );
98 inline void reset( reference_type* pReference );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dfloatwin.cxx470 const OutputDevice *pWindowOutDev = pReference->GetOutDev(); in ImplConvertToAbsPos()
473 if( pReference->HasMirroredGraphics() ) in ImplConvertToAbsPos()
475 if(!pReference->IsRTLEnabled() ) in ImplConvertToAbsPos()
479 aRect = pReference->ImplOutputToUnmirroredAbsoluteScreenPixel( aRect ); in ImplConvertToAbsPos()
483 aAbsolute = pReference->OutputToAbsoluteScreenPixel( in ImplConvertToAbsPos()
484 pReference->ScreenToOutputPixel(rPos) ); in ImplConvertToAbsPos()
493 const OutputDevice *pParentWinOutDev = pReference->GetOutDev(); in ImplConvertToAbsPos()
497 if( pReference->HasMirroredGraphics() ) in ImplConvertToAbsPos()
499 if(!pReference->IsRTLEnabled() ) in ImplConvertToAbsPos()
506 …aFloatRect.SetPos(pReference->OutputToAbsoluteScreenPixel(pReference->ScreenToOutputPixel(rRect.To… in ImplConvertToAbsPos()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfobjectcopier.cxx33 if (auto pReference = dynamic_cast<filter::PDFReferenceElement*>(pInputElement)) in copyRecursively() local
35 filter::PDFObjectElement* pReferenced = pReference->LookupObject(); in copyRecursively()
185 else if (auto pReference = dynamic_cast<filter::PDFReferenceElement*>(pLookup)) in copyExternalResources() local
188 filter::PDFObjectElement* pReferenced = pReference->LookupObject(); in copyExternalResources()
216 auto pReference = dynamic_cast<filter::PDFReferenceElement*>(rItem.second); in copyExternalResources() local
217 if (!pReference) in copyExternalResources()
220 filter::PDFObjectElement* pValue = pReference->LookupObject(); in copyExternalResources()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_points/
H A Dgps_track_aggregation.cpp229 CSG_Shape *pReference, *pNearest; in On_Execute() local
335 pReference = NULL; in On_Execute()
349 if( pReference != pNearest ) in On_Execute()
368 pReference = pNearest; in On_Execute()
371 pAggregate ->Set_Value(AGG_ID , pReference->asString(fRefID)); in On_Execute()
377 pAggregate ->Set_Value(AGG_X, pReference->Get_Point(0).x); in On_Execute()
378 pAggregate ->Set_Value(AGG_Y, pReference->Get_Point(0).y); in On_Execute()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dgvf_reader.cpp822 CRef<CVariation_ref> pReference(new CVariation_ref); in xVariationSetInsertions() local
823 pReference->SetData().SetInstance().SetType( in xVariationSetInsertions()
828 pReference->SetData().SetInstance().SetObservation( in xVariationSetInsertions()
831 pReference ); in xVariationSetInsertions()
1178 CRef<CVariation_ref> pReference(new CVariation_ref); in xVariationSetDeletions() local
1182 pReference->SetData().SetInstance().SetType( in xVariationSetDeletions()
1190 pReference->SetData().SetInstance().SetObservation( in xVariationSetDeletions()
1193 pReference ); in xVariationSetDeletions()
1244 CRef<CVariation_ref> pReference(new CVariation_ref); in xVariationSetSnvs() local
1246 pReference->SetData().SetInstance().SetType( in xVariationSetSnvs()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dgvf_reader.cpp822 CRef<CVariation_ref> pReference(new CVariation_ref); in xVariationSetInsertions() local
823 pReference->SetData().SetInstance().SetType( in xVariationSetInsertions()
828 pReference->SetData().SetInstance().SetObservation( in xVariationSetInsertions()
831 pReference ); in xVariationSetInsertions()
1178 CRef<CVariation_ref> pReference(new CVariation_ref); in xVariationSetDeletions() local
1182 pReference->SetData().SetInstance().SetType( in xVariationSetDeletions()
1190 pReference->SetData().SetInstance().SetObservation( in xVariationSetDeletions()
1193 pReference ); in xVariationSetDeletions()
1244 CRef<CVariation_ref> pReference(new CVariation_ref); in xVariationSetSnvs() local
1246 pReference->SetData().SetInstance().SetType( in xVariationSetSnvs()
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/ctl/
H A DCtlSwitchedPort.h54 CtlPort *pReference; variable
65 if (pReference == NULL) in current()
67 return pReference; in current()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dfloatwin.hxx91 …SAL_DLLPRIVATE FloatingWindow* ImplFloatHitTest( vcl::Window* pReference, const Point& rPos, bool…
99 static Point ImplConvertToAbsPos(vcl::Window* pReference, const Point& rPos);
100 …static tools::Rectangle ImplConvertToAbsPos(vcl::Window* pReference, const tools::Rectangle& rRect…
101 …static tools::Rectangle ImplConvertToRelPos(vcl::Window* pReference, const tools::Rectangle& rRect…
/dports/finance/weberp/webERP/Classes/PHPExcel/Writer/Excel2007/
H A DDrawing.php533 * @param string $pReference Reference
537 …riteVMLHeaderFooterImage(PHPExcel_Shared_XMLWriter $objWriter = null, $pReference = '', PHPExcel_W… argument
540 preg_match('{(\d+)}', md5($pReference), $m);
551 $objWriter->writeAttribute('id', $pReference);
558 $objWriter->writeAttribute('o:relid', 'rId' . $pReference);

1234