Home
last modified time | relevance | path

Searched refs:nT1 (Results 1 – 25 of 33) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/igif/
H A Dgifread.cxx560 tools::Long nT1; in FillImages() local
593 nT1 = ( ++nImageY ) << 3; in FillImages()
596 if( nT1 >= nImageHeight ) in FillImages()
599 nT1 = ( nT2 << 3 ) + 4; in FillImages()
602 if( nT1 >= nImageHeight ) in FillImages()
605 nT1 = ( nT2 << 2 ) + 2; in FillImages()
608 if( nT1 >= nImageHeight ) in FillImages()
611 nT1 = ( nT2 << 1 ) + 1; in FillImages()
617 nLastImageY = static_cast<sal_uInt16>(nT1); in FillImages()
618 nYAcc = nT1; in FillImages()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/igif/
H A Dgifread.cxx550 long nT1; in FillImages() local
583 nT1 = ( ++nImageY ) << 3; in FillImages()
586 if( nT1 >= nImageHeight ) in FillImages()
589 nT1 = ( nT2 << 3 ) + 4; in FillImages()
592 if( nT1 >= nImageHeight ) in FillImages()
595 nT1 = ( nT2 << 2 ) + 2; in FillImages()
598 if( nT1 >= nImageHeight ) in FillImages()
601 nT1 = ( nT2 << 1 ) + 1; in FillImages()
607 nLastImageY = static_cast<sal_uInt16>(nT1); in FillImages()
608 nYAcc = nT1; in FillImages()
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/opengl/
H A DOperation.hxx73 Operation(bool bInterpolate, double nT0, double nT1): in Operation() argument
74 mbInterpolate(bInterpolate), mnT0(nT0), mnT1(nT1){} in Operation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/opengl/
H A DOperation.hxx73 Operation(bool bInterpolate, double nT0, double nT1): in Operation() argument
74 mbInterpolate(bInterpolate), mnT0(nT0), mnT1(nT1){} in Operation()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/
H A DDtmfGen.cpp150 auto nT1 = (sampleCount)floor((mT0 + duration) * mSampleRate + 0.5); in ProcessInitialize() local
151 numSamplesSequence = nT1 - nT0; // needs to be exact number of samples selected in ProcessInitialize()
/dports/math/openturns/openturns-1.18/validation/src/
H A DValidInverseIsoprobabilisticTransformationEllipticalCopula.mws18 rray(1..3,1..3,1..3):\nT1:=evalf(subs(u=CDF1,PHIInv)):\nT2:=evalf(subs
H A DValidIsoProbabilisicTransformationEllipticalCopula.mws26 ay(1..3,1..3,1..3):\nT1:=evalf(subs(u=CDF1,PHIInv)):\nT2:=evalf(subs(u
H A DValidAbdoMixture.mws11 istics):\nPhi:=CDF(RandomVariable(Normal(mu,sigma)),x):\nT1:=1/2*subs(
H A DSensibilite_ref3.mws11 -x2:\nT1:=(x1-mu1)/sigma1:\nT2:=(x2-mu2)/sigma2:\ng_tilde:=subs(x1=sol
H A DSensibilite_ref2.mws11 -x2:\nT1:=(x1-mu1)/sigma1:\nT2:=(x2-mu2)/sigma2:\ng_tilde:=subs(x1=sol
H A DSensibilite_ref1.mws11 -x2:\nT1:=(x1-mu1)/sigma1:\nT2:=(x2-mu2)/sigma2:\ng_tilde:=subs(x1=sol
H A DSensibilite_ref4.mws11 -x2:\nT1:=(x1-mu1)/sigma1:\nT2:=(x2-mu2)/sigma2:\ng_tilde:=subs(x1=sol
H A DSensibiliteValidBeta.mws11 -x2:\nT1:=(x1-mu1)/sigma1:\nT2:=(x2-mu2)/sigma2:\ng_tilde:=subs(x1=sol
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dinterpr2.cxx2442 SCTAB nT1[2], nT2[2]; in ScIntersect() local
2454 nT1[i] = r.Tab(); in ScIntersect()
2467 nT2[i] = nT1[i]; in ScIntersect()
2477 SCTAB nTab1 = ::std::max( nT1[0], nT1[1]); in ScIntersect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dinterpr2.cxx2510 SCTAB nT1[2], nT2[2]; in ScIntersect() local
2522 nT1[i] = r.Tab(); in ScIntersect()
2535 nT2[i] = nT1[i]; in ScIntersect()
2545 SCTAB nTab1 = ::std::max( nT1[0], nT1[1]); in ScIntersect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/
H A Druler.cxx631 long nT1 = nCenter - (nTickLength / 2.0); in ImplDrawTicks() local
632 long nT2 = nT1 + nTickLength - 1; in ImplDrawTicks()
638 ImplVDrawRect(rRenderContext, nT, nT1, nT + DPIOffset, nT2); in ImplDrawTicks()
641 ImplVDrawRect(rRenderContext, nT, nT1, nT + DPIOffset, nT2); in ImplDrawTicks()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRep/
H A DTopOpeBRep_EdgesIntersector.cxx581 Standard_Boolean nT1 = ( !T1INT && clE2 && isvertex22 && vcl2.IsSame(P2D.Vertex(2)) ); in Perform() local
582 if (nT1) T1.Set(TopAbs_INTERNAL); in Perform()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/control/
H A Druler.cxx627 tools::Long nT1 = nCenter - (nTickLength / 2.0); in ImplDrawTicks() local
628 tools::Long nT2 = nT1 + nTickLength - 1; in ImplDrawTicks()
634 ImplVDrawRect(rRenderContext, nT, nT1, nT + DPIOffset, nT2); in ImplDrawTicks()
637 ImplVDrawRect(rRenderContext, nT, nT1, nT + DPIOffset, nT2); in ImplDrawTicks()
/dports/science/mmdb2/mmdb2-2.0.20/mmdb2/
H A Dmmdb_mmcif_.cpp867 int i,j,nT1; in AddLoopTag() local
879 nT1 = nTags-1; in AddLoopTag()
883 for (j=0;j<nT1;j++) in AddLoopTag()
885 field[i][nT1] = NULL; in AddLoopTag()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/resources/profiles/
H A DBIBO.ini824 …ndstop and reset extruder\nG92 E0.0 ; zero the current extruder coordinate\nT1 ; switch to tool po…
852 …ndstop and reset extruder\nG92 E0.0 ; zero the current extruder coordinate\nT1 ; switch to tool po…
H A DTriLAB.ini1527 start_gcode = ; START_GCODE\n\nM220 S100 ; Set feedmultiply back to 100percent\n\nT1 ; Select FlexP…
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/DiscreteIntegration/
H A DIntegration3D.cpp2594 int nt0 = surfTriangles.size(), nT1, nt1, nT2, nt2; in cut() local
2596 nT1 = subTetras.size(); nt1 = surfTriangles.size(); in cut()
2599 …if((nT2 - nT1) == 1 && (nt2 - nt1) == 1){ // only 1 triangle created on a face of a tetra => check… in cut()
/dports/math/fparser/fparser-4.5.2/
H A Dfpoptimizer.cc776 #define nT1 nN x71 xR-1); macro
2296 nT1
2304 nT1
2319 nT1
/dports/math/mathmod/mathmod-11.1/fparser/
H A Dfpoptimizer.cc776 #define nT1 nN x71 xR-1); macro
2296 nT1
2304 nT1
2319 nT1
/dports/dns/unbound/unbound-1.14.0/testdata/
H A Dtest_ldnsrr.21236 …393 nlnetlabs.nl. xEJyHu2bLfF+opztY1JSHjkh8eU1Ui3ukVfR2WNaZvDJx5cz37XDH+AE nT1/8f88N2xFN7SPH0wtbrk…

12