Home
last modified time | relevance | path

Searched refs:nPresent (Results 1 – 8 of 8) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/ivy/
H A DivyUtil.c776 int nPresent = 0; in Ivy_CutTruthPrint() local
802 nPresent++; in Ivy_CutTruthPrint()
810 printf( "Present = %d. ", nPresent ); in Ivy_CutTruthPrint()
811 if ( nLatches > nPresent ) in Ivy_CutTruthPrint()
812 printf( "Clauses = %d. ", 2*(nLatches - nPresent) ); in Ivy_CutTruthPrint()
815 return ( nLatches > nPresent ) ? 2*(nLatches - nPresent) : 0; in Ivy_CutTruthPrint()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/gia/
H A DgiaBalAig.c943 int nPresent = 0, nPairsStart, nPairsStop, pPairsNew, nRefs; in Dam_ManUpdate() local
957 nPresent += Dam_ManUpdateNode( p, pNods[i], iLit0, iLit1, iLitNew, vDivs ); in Dam_ManUpdate()
997 p->nGain += (1 + 2 * fThisIsXor) * (nPresent - 1); in Dam_ManUpdate()
998 p->nGainX += 3 * fThisIsXor * (nPresent - 1); in Dam_ManUpdate()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c4104 Word nPresent; in note_local_Kw_n_stack_for() local
4119 nPresent = VG_(sizeXA)( thr->local_Kws_n_stacks ); in note_local_Kw_n_stack_for()
4123 if (nPresent >= N_KWs_N_STACKs_PER_THREAD) { in note_local_Kw_n_stack_for()
4124 VG_(dropHeadXA)( thr->local_Kws_n_stacks, nPresent / 2 ); in note_local_Kw_n_stack_for()
4125 nPresent = VG_(sizeXA)( thr->local_Kws_n_stacks ); in note_local_Kw_n_stack_for()
4131 if (nPresent > 0) { in note_local_Kw_n_stack_for()
4133 = (ULong_n_EC*)VG_(indexXA)( thr->local_Kws_n_stacks, nPresent-1 ); in note_local_Kw_n_stack_for()
4137 if (nPresent == 0) in note_local_Kw_n_stack_for()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c4104 Word nPresent; in note_local_Kw_n_stack_for() local
4119 nPresent = VG_(sizeXA)( thr->local_Kws_n_stacks ); in note_local_Kw_n_stack_for()
4123 if (nPresent >= N_KWs_N_STACKs_PER_THREAD) { in note_local_Kw_n_stack_for()
4124 VG_(dropHeadXA)( thr->local_Kws_n_stacks, nPresent / 2 ); in note_local_Kw_n_stack_for()
4125 nPresent = VG_(sizeXA)( thr->local_Kws_n_stacks ); in note_local_Kw_n_stack_for()
4131 if (nPresent > 0) { in note_local_Kw_n_stack_for()
4133 = (ULong_n_EC*)VG_(indexXA)( thr->local_Kws_n_stacks, nPresent-1 ); in note_local_Kw_n_stack_for()
4137 if (nPresent == 0) in note_local_Kw_n_stack_for()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DRepSurface.cpp2890 int nPresent; member
2989 PyTuple_SetItem(result, 6, PyInt_FromLong(I->nPresent)); in SurfaceJobInputAsTuple()
3582 int n_present = I->nPresent; in SurfaceJobRun()
3917 surf_job->nPresent = n_present; in RepSurfacePrepareSurfaceJob()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.cpp2980 float nPresent = ValueToFloat(pThis, argTwo.get()); in Rate() local
2982 if ((nFuture <= 0) || (nPresent < 0) || (nTotalNumber <= 0)) { in Rate()
2988 FXSYS_pow((float)(nFuture / nPresent), (float)(1 / nTotalNumber)) - 1); in Rate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.cpp3347 float nPresent = ValueToFloat(info.GetIsolate(), argTwo.get()); in Rate() local
3349 if ((nFuture <= 0) || (nPresent < 0) || (nTotalNumber <= 0)) { in Rate()
3355 FXSYS_pow((float)(nFuture / nPresent), (float)(1 / nTotalNumber)) - 1); in Rate()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp2732 FX_FLOAT nPresent = ValueToFloat(pThis, argTwo.get()); in Rate() local
2734 if ((nFuture <= 0) || (nPresent < 0) || (nTotalNumber <= 0)) { in Rate()
2740 FXSYS_pow((FX_FLOAT)(nFuture / nPresent), (FX_FLOAT)(1 / nTotalNumber)) - in Rate()