Home
last modified time | relevance | path

Searched refs:pP (Results 1 – 25 of 1412) sorted by relevance

12345678910>>...57

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/sbml/test/
H A DTestPolygon.cpp95 pP=NULL; in START_TEST()
99 pP=NULL; in START_TEST()
116 delete pP; in START_TEST()
121 delete pP; in START_TEST()
306 pP=c.getElement(1); in START_TEST()
316 pP=c.getElement(2); in START_TEST()
380 pP=c.getElement(0); in START_TEST()
481 delete pP; in START_TEST()
507 delete pP; in START_TEST()
533 delete pP; in START_TEST()
[all …]
H A DTestRenderCurve.cpp93 pP=NULL; in START_TEST()
94 pP=C->getElement(0); in START_TEST()
97 pP=NULL; in START_TEST()
98 pP=C->getElement(1); in START_TEST()
114 delete pP; in START_TEST()
119 delete pP; in START_TEST()
379 pP=pC->getElement(1); in START_TEST()
389 pP=pC->getElement(2); in START_TEST()
458 pP=pC->getElement(0); in START_TEST()
468 pP=pC->getElement(1); in START_TEST()
[all …]
/dports/biology/star/STAR-2.7.9a/source/
H A DParametersSolo.cpp12 pP=pPin; in initialize()
31 if ( pP->outSAMattrPresent.CR || pP->outSAMattrPresent.CY || pP->outSAMattrPresent.UR in initialize()
32 || pP->outSAMattrPresent.UY || pP->outSAMattrPresent.CB || pP->outSAMattrPresent.UB in initialize()
33 || pP->outSAMattrPresent.sS || pP->outSAMattrPresent.sQ || pP->outSAMattrPresent.sM in initialize()
109 pP->readNmates = pP->readNends-1; //true mates, excluding barcode read in initialize()
135 , std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
142 , std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
154 std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
163 std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
418 std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
[all …]
H A DParametersChimeric_initialize.cpp16 pP=pPin; in initialize()
36 exitWithError(errOut.str(), std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
41 pP->inOut->outChimSAM.open((pP->outFileNamePrefix + "Chimeric.out.sam").c_str()); in initialize()
42 pP->inOut->outChimSAM << pP->samHeader; in initialize()
46 pP->inOut->outChimJunction.open((pP->outFileNamePrefix + "Chimeric.out.junction").c_str()); in initialize()
76 if (out.bam && !pP->outBAMunsorted && !pP->outBAMcoord) { in initialize()
80 exitWithError(errOut.str(), std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
87 exitWithError(errOut.str(), std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
90 if (pP->peOverlap.NbasesMin > 0) { in initialize()
95 … exitWithError(errOut.str(), std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
[all …]
H A DParametersClip_initialize.cpp8 pP = pPin; in initialize()
36 in[ip].adSeq.resize(pP->readNmates, "-"); in initialize()
37 in[ip].adMMp.resize(pP->readNmates, 0); in initialize()
41 in[ip].N.resize(pP->readNmates, 0); in initialize()
44 in[ip].NafterAd.resize(pP->readNmates, 0); in initialize()
50 if (in[ip].adSeq.size() != pP->readNmates) { in initialize()
56 if (in[ip].adMMp.size() != pP->readNmates) { in initialize()
62 if (in[ip].NafterAd.size() != pP->readNmates) { in initialize()
68 if (in[ip].N.size() != pP->readNmates) { in initialize()
78 clipMates.resize(pP->readNends); in initializeClipMates()
[all …]
H A DParametersGenome.cpp7 pP=pPin; in initialize()
24 exitWithError(errOut.str(), std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
39 ,std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
48 exitWithError(errOut.str(),std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
55 exitWithError(errOut.str(),std::cerr, pP->inOut->logMain, EXIT_CODE_PARAMETER, *pP); in initialize()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/particle/
H A DParticleSystem.cpp329 pP->fOneOnTTL = 1.0f / (float)pP->ulTTL; in SetParticleParams()
392 pP->iRot = -1; in SetParticleParams()
395 pP->iRot = 1; in SetParticleParams()
399 pP->iRot = 1; in SetParticleParams()
430 Particle * pP; in Update() local
439 pP = *i; in Update()
453 delete pP; in Update()
458 pP->Regen(); in Update()
461 pP->Update(0); in Update()
481 pP->Validate(); in Update()
[all …]
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/lib/abyss/src/
H A Dtoken.c16 switch (**pP) { in NextToken()
19 ++(*pP); in NextToken()
30 GetToken(char ** const pP) { in GetToken() argument
34 p0 = *pP; in GetToken()
37 switch (**pP) { in GetToken()
43 if (p0 == *pP) in GetToken()
46 if (**pP) { in GetToken()
47 **pP = '\0'; in GetToken()
48 ++(*pP); in GetToken()
53 ++(*pP); in GetToken()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/lib/abyss/src/
H A Dtoken.c15 switch (**pP) { in NextToken()
18 ++(*pP); in NextToken()
29 GetToken(char ** const pP) { in GetToken() argument
33 p0 = *pP; in GetToken()
36 switch (**pP) { in GetToken()
42 if (p0 == *pP) in GetToken()
45 if (**pP) { in GetToken()
46 **pP = '\0'; in GetToken()
47 ++(*pP); in GetToken()
52 ++(*pP); in GetToken()
[all …]
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/
H A DEquation.cpp24 pP = NULL; in CEquation()
32 if (pP) delete pP; in ~CEquation()
49 if (pP) delete pP; in Clear()
50 pP = NULL; in Clear()
58 if (pP) delete pP; in operator =()
59 pP = NULL; in operator =()
118 if (!pP){ in CheckParse()
127 try{result = pP->Eval();} in CheckParse()
149 try{result = pP->Eval();} in Eval()
184 pP = new mu::Parser; in IniParser()
[all …]
/dports/databases/cego/cego-2.47.11/src/
H A DCegoPredDesc.cc578 pP = pP + _pC->getEncodingLength(); in encode()
590 pP = pP + sizeof(CegoComparison); in encode()
593 pP = pP + _pExpr1->getEncodingLength(); in encode()
643 pP = pP + sizeof(int); in encode()
664 pP = pP + sizeof(char); in encode()
667 pP = pP + len; in encode()
694 pP = pP + _pC->getEncodingLength(); in decode()
706 pP = pP + sizeof(CegoComparison); in decode()
759 pP = pP + sizeof(int); in decode()
778 pP = pP + sizeof(char); in decode()
[all …]
H A DCegoCondDesc.cc110 _pLeft = pP; in setLeft()
115 _pRight = pP; in setRight()
145 pP = pP + sizeof(CegoCondDesc::CondType); in encode()
152 _pLeft->encode(pP); in encode()
153 pP = pP + _pLeft->getEncodingLength(); in encode()
155 pP = pP + _pRight->getEncodingLength(); in encode()
161 pP = pP + _pLeft->getEncodingLength(); in encode()
177 pP = pP + sizeof(CegoCondDesc::CondType); in decode()
185 pP = pP + _pLeft->getEncodingLength(); in decode()
187 pP = pP + _pRight->getEncodingLength(); in decode()
[all …]
H A DCegoQueryHelper.cc46 CegoPredDesc* pP, in evalPredicate() argument
49 if (pP == 0) in evalPredicate()
97 pP->getNotPred(), in evalPredicate()
165 …retVal = evalFields(pP->getComparison(), pP->getExpr1()->evalFieldValue(), pP->getExpr2()->evalFie… in evalPredicate()
193 …retVal = evalBetween(pP->getExpr1()->evalFieldValue(), pP->getExpr2()->evalFieldValue(), pP->getEx… in evalPredicate()
303 retVal = pP->match(pP->getExpr1()->evalFieldValue()); in evalPredicate()
305 retVal = ! pP->match(pP->getExpr1()->evalFieldValue()); in evalPredicate()
2049 char* pP = predBuf; in encodeUpdRec() local
2052 pP = pP + sizeof(char); in encodeUpdRec()
2053 pPred->encode(pP); in encodeUpdRec()
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_nearest_class_sh.c184 double *pP,*oP,*pRI; in grib_invtrans_legendre() local
196 if (!pP) { in grib_invtrans_legendre()
205 if (m & 1) pP[0]=-pP[0]; in grib_invtrans_legendre()
210 pP[1]=x*of*pP[0]; in grib_invtrans_legendre()
216 pP[2]=(x*pP[1]-pP[0]/of)*f; in grib_invtrans_legendre()
221 pP++; in grib_invtrans_legendre()
223 pP=oP; in grib_invtrans_legendre()
228 pP[0]=sqrt((2*L+1)*p0); in grib_invtrans_legendre()
229 if (L & 1) pP[0]=-pP[0]; in grib_invtrans_legendre()
230 TR[L]=pP[0] * *(pRI++); in grib_invtrans_legendre()
[all …]
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_nearest_class_sh.c189 double *pP, *oP, *pRI; in grib_invtrans_legendre() local
201 if (!pP) { in grib_invtrans_legendre()
209 oP = pP; in grib_invtrans_legendre()
215 pP[0] = -pP[0]; in grib_invtrans_legendre()
220 pP[1] = x * of * pP[0]; in grib_invtrans_legendre()
226 pP[2] = (x * pP[1] - pP[0] / of) * f; in grib_invtrans_legendre()
231 pP++; in grib_invtrans_legendre()
233 pP = oP; in grib_invtrans_legendre()
240 pP[0] = -pP[0]; in grib_invtrans_legendre()
241 TR[L] = pP[0] * *(pRI++); in grib_invtrans_legendre()
[all …]
/dports/devel/dragon/dragon-1.5.5/src/
H A DDragon.cc86 while (pP) in generate()
88 cout << pP->getId() << " : " << pP->asChain() << endl; in generate()
380 while (pP) in checkProductions()
382 if ( pP->getId() == 0 ) in checkProductions()
390 while (pP) in checkProductions()
419 while (pP && notFound ) in checkProductions()
481 while (pP) in hashFirstSet()
484 pP = _productionSet.Next(); in hashFirstSet()
524 while (pP) in getFirstSet()
582 while (pP) in getEpsilonJump()
[all …]
H A DLALRAnalyser.cc308 while (pP) in hashProdTrans()
317 pP = privateProdSet.Next(); in hashProdTrans()
329 while ( pP ) in getSubTrans()
331 if ( pP->getName() == prodName && pP->getSymbolAtPos(subProd, 0) ) in getSubTrans()
339 pP = privateProdSet.Next(); in getSubTrans()
359 while(pP) in getSymbolSet()
370 while (pP && ( pP->getId() != 0 ) ) in getStartElement()
374 if (pP) in getStartElement()
376 e = LR0Element(pP, 0); in getStartElement()
406 while (pP) in getClosure()
[all …]
H A DLR1Analyser.cc150 while(pP) in getSymbolSet()
152 symbolSet.Insert(pP->getName()); in getSymbolSet()
153 pP = _pProductionSet->Next(); in getSymbolSet()
161 while (pP && ( pP->getId() != 0 ) ) in getStartElement()
163 pP = _pProductionSet->Next(); in getStartElement()
165 if (pP) in getStartElement()
167 e = LR1Element(pP, 0, Chain("$")); in getStartElement()
195 while (pP) in getClosure()
213 LR1Element e2(pP, 0, *pS); in getClosure()
227 LR1Element e2(pP, 0, s); in getClosure()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A Ddxtctool.h195 std::swap(pP[0], pP[1]); in BVF_Color_H2()
203 std::swap(pP[0], pP[3]); in BVF_Color_H4()
204 std::swap(pP[1], pP[2]); in BVF_Color_H4()
228 dxtc_int16 * pP = (dxtc_int16 * ) pBlock; in BVF_Alpha_DXT3_H2() local
230 std::swap(pP[0], pP[1]); in BVF_Alpha_DXT3_H2()
236 dxtc_int16 * pP = (dxtc_int16 * ) pBlock; in BVF_Alpha_DXT3_H4() local
238 std::swap(pP[0], pP[3]); in BVF_Alpha_DXT3_H4()
239 std::swap(pP[1], pP[2]); in BVF_Alpha_DXT3_H4()
260 TmpDWord |= (pP[0] & 0x00000FFF) << 12; in BVF_Alpha_DXT5_H2()
261 TmpDWord |= (pP[0] & 0x00FFF000) >> 12; in BVF_Alpha_DXT5_H2()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A Ddxtctool.h205 std::swap(pP[0], pP[1]); in BVF_Color_H2()
213 std::swap(pP[0], pP[3]); in BVF_Color_H4()
214 std::swap(pP[1], pP[2]); in BVF_Color_H4()
238 dxtc_int16 * pP = (dxtc_int16 * ) pBlock; in BVF_Alpha_DXT3_H2() local
240 std::swap(pP[0], pP[1]); in BVF_Alpha_DXT3_H2()
246 dxtc_int16 * pP = (dxtc_int16 * ) pBlock; in BVF_Alpha_DXT3_H4() local
248 std::swap(pP[0], pP[3]); in BVF_Alpha_DXT3_H4()
249 std::swap(pP[1], pP[2]); in BVF_Alpha_DXT3_H4()
270 TmpDWord |= (pP[0] & 0x00000FFF) << 12; in BVF_Alpha_DXT5_H2()
271 TmpDWord |= (pP[0] & 0x00FFF000) >> 12; in BVF_Alpha_DXT5_H2()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/editor/specialty/
H A Dppmshift.c81 pixel * pP; in main() local
91 pP = &srcrow[0]; in main()
102 pP += abs(nowshift); in main()
104 PPM_ASSIGN(*pP2, PPM_GETR(*pP), PPM_GETG(*pP), PPM_GETB(*pP)); in main()
107 ++pP; in main()
117 PPM_ASSIGN(*pP2, PPM_GETR(*pP), PPM_GETG(*pP), PPM_GETB(*pP)); in main()
120 ++pP; in main()
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Dbfin-lex.l58 [uU][sS][pP] _REG.regno = REG_USP; return REG;
106 [pP][cC] return PC;
116 [nN][oO][pP] return NOP;
131 [lL][oO][oO][pP] return LOOP;
133 [lL][oO][oO][pP]_[eE][nN][dD] return LOOP_END;
162 [fF][pP] _REG.regno = REG_FP; return REG;
192 [bB][yY][tT][eE][oO][pP]16[pP] return BYTEOP16P;
193 [bB][yY][tT][eE][oO][pP]3[pP] return BYTEOP3P;
195 [bB][yY][tT][eE][oO][pP]2[pP] return BYTEOP2P;
196 [bB][yY][tT][eE][oO][pP]1[pP] return BYTEOP1P;
[all …]
/dports/math/PDL/PDL-2.019/Lib/ImageRGB/
H A Dppm_quant.c183 for (col=0, pP=pixels[row]; col<cols; col++, pP++) { in ppm_quant()
184 pP->r = *rin++; in ppm_quant()
185 pP->g = *gin++; in ppm_quant()
186 pP->b = *bin++; in ppm_quant()
190 for (col=0, pP=pixels[row]; col<cols; col++, pP++) { in ppm_quant()
191 pP->r = *rin++; in ppm_quant()
197 for (col=0, pP=pixels[row]; col<cols; col++, pP++) { in ppm_quant()
234 for (col=0, pP=pixels[row]; col<cols; ++col, ++pP) in ppm_quant()
235 PPM_DEPTH( *pP, *pP, maxval, newmaxval ); in ppm_quant()
311 ++pP; in ppm_quant()
[all …]
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dbfin-lex.l59 [uU][sS][pP] _REG.regno = REG_USP; return REG;
107 [pP][cC] return PC;
117 [nN][oO][pP] return NOP;
132 [lL][oO][oO][pP] return LOOP;
134 [lL][oO][oO][pP]_[eE][nN][dD] return LOOP_END;
163 [fF][pP] _REG.regno = REG_FP; return REG;
193 [bB][yY][tT][eE][oO][pP]16[pP] return BYTEOP16P;
194 [bB][yY][tT][eE][oO][pP]3[pP] return BYTEOP3P;
195 [bB][yY][tT][eE][oO][pP]2[pP] return BYTEOP2P;
196 [bB][yY][tT][eE][oO][pP]1[pP] return BYTEOP1P;
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dbfin-lex.l56 [uU][sS][pP] _REG.regno = REG_USP; return REG;
104 [pP][cC] return PC;
114 [nN][oO][pP] return NOP;
129 [lL][oO][oO][pP] return LOOP;
131 [lL][oO][oO][pP]_[eE][nN][dD] return LOOP_END;
160 [fF][pP] _REG.regno = REG_FP; return REG;
190 [bB][yY][tT][eE][oO][pP]16[pP] return BYTEOP16P;
191 [bB][yY][tT][eE][oO][pP]3[pP] return BYTEOP3P;
192 [bB][yY][tT][eE][oO][pP]2[pP] return BYTEOP2P;
193 [bB][yY][tT][eE][oO][pP]1[pP] return BYTEOP1P;
[all …]

12345678910>>...57