Home
last modified time | relevance | path

Searched defs:nDiv (Results 1 – 25 of 92) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvddrag.cxx100 tools::Long nDiv=GetPrev().X()-aRef1.X(); in GetXFact() local
109 tools::Long nDiv=GetPrev().Y()-aRef1.Y(); in GetYFact() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvddrag.cxx100 long nDiv=GetPrev().X()-aRef1.X(); in GetXFact() local
109 long nDiv=GetPrev().Y()-aRef1.Y(); in GetYFact() local
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/TypeCheck/Solver/
H A DInfNat.hs99 -- nDiv Inf (Nat x) = Inf function
113 nDiv _ (Nat 0) = Nothing function
114 nDiv Inf _ = Nothing function
115 nDiv (Nat x) (Nat y) = Just (Nat (div x y)) function
116 nDiv (Nat _) Inf = Just (Nat 0) function
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Ditemtype.hxx39 inline long Scale( long nVal, long nMult, long nDiv ) in Scale()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/properties/
H A Ditemsettools.cxx59 sal_Int32 nDiv(rScale.GetDenominator()); in ScaleItemSet() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/properties/
H A Ditemsettools.cxx68 sal_Int32 nDiv(rScale.GetDenominator()); in ScaleItemSet() local
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/lapack/internal/testdata/dlasqtest/
H A Dtestdlasq3.f905 integer :: i0, n0, pp,ttype, nFail,iter,nDiv,n variable
H A Dtestdlasq4.f905 integer :: i0, n0, pp, ttype, iter, nDiv, n, n0in variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/items/
H A Dintitem.cxx143 void SfxMetricItem::ScaleMetrics(long nMult, long nDiv) in ScaleMetrics()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/items/
H A Dintitem.cxx168 void SfxMetricItem::ScaleMetrics(tools::Long nMult, tools::Long nDiv) in ScaleMetrics()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/items/
H A Dfrmitems.cxx291 void SvxSizeItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
595 void SvxLRSpaceItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
821 void SvxULSpaceItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
1204 void SvxShadowItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
1825 void SvxBoxItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
2113 void SvxBoxInfoItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
2720 void SvxLineItem::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
H A Dborderline.cxx410 void SvxBorderLine::ScaleMetrics( long nMult, long nDiv ) in ScaleMetrics()
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dbigint.cxx127 void BigInt::Div( sal_uInt16 nDiv, sal_uInt16& rRem ) in Div()
831 tools::Long BigInt::Scale( tools::Long nVal, tools::Long nMul, tools::Long nDiv ) in Scale()
H A Dfract.cxx442 sal_Int32 nDiv = rRational.denominator(); in rational_ReduceInaccurate() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/items/
H A Dfrmitems.cxx272 void SvxSizeItem::ScaleMetrics( tools::Long nMult, tools::Long nDiv ) in ScaleMetrics()
589 void SvxLRSpaceItem::ScaleMetrics( tools::Long nMult, tools::Long nDiv ) in ScaleMetrics()
845 void SvxULSpaceItem::ScaleMetrics( tools::Long nMult, tools::Long nDiv ) in ScaleMetrics()
1243 void SvxShadowItem::ScaleMetrics( tools::Long nMult, tools::Long nDiv ) in ScaleMetrics()
1878 void SvxBoxItem::ScaleMetrics( tools::Long nMult, tools::Long nDiv ) in ScaleMetrics()
2180 void SvxBoxInfoItem::ScaleMetrics( tools::Long nMult, tools::Long nDiv ) in ScaleMetrics()
2789 void SvxLineItem::ScaleMetrics( tools::Long nMult, tools::Long nDiv ) in ScaleMetrics()
H A Dborderline.cxx411 void SvxBorderLine::ScaleMetrics( tools::Long nMult, tools::Long nDiv ) in ScaleMetrics()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Dappopt.cxx345 short nDiv = static_cast<short>(pGridItem->GetFieldDivisionX()) ; in ApplyItemSet() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Dappopt.cxx348 short nDiv = static_cast<short>(pGridItem->GetFieldDivisionX()) ; in ApplyItemSet() local
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dnumbers.h32 #define nDiv(a, b) n_Div(a,b,currRing->cf) macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdtrans.hxx244 FrPair(tools::Long nMul, tools::Long nDiv) : aX(nMul,nDiv),aY(nMul,nDiv) {} in FrPair()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdtrans.hxx243 FrPair(long nMul, long nDiv) : aX(nMul,nDiv),aY(nMul,nDiv) {} in FrPair()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/cba/
H A DcbaBlast.c385 void Cba_BlastDivider( Gia_Man_t * pNew, int * pNum, int nNum, int * pDiv, int nDiv, int fQuo, Vec_… in Cba_BlastDivider()
433 void Cba_BlastDivider2( Gia_Man_t * pNew, int * pNum, int nNum, int * pDiv, int nDiv, int fQuo, Vec… in Cba_BlastDivider2()
463 void Cba_BlastDividerSigned( Gia_Man_t * pNew, int * pNum, int nNum, int * pDiv, int nDiv, int fQuo… in Cba_BlastDividerSigned()
498 void Cba_BlastZeroCondition( Gia_Man_t * pNew, int * pDiv, int nDiv, Vec_Int_t * vRes ) in Cba_BlastZeroCondition()
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/terrain_analysis/ta_channels/
H A DChannelNetwork.cpp509 int xStart, yStart, i, ix, iy, goDir, m, n, nDiv; in Set_Channel_Route() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A DBitmapFilterStackBlur.cxx258 tools::Long nDiv = rShared.mnDiv; in stackBlurHorizontal() local
378 tools::Long nDiv = rShared.mnDiv; in stackBlurVertical() local
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddlasq3.go22 nFail, iter, nDiv, ttype int member

1234