Home
last modified time | relevance | path

Searched refs:aDiv (Results 1 – 25 of 45) sorted by relevance

12

/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/test/jts/perf/math/
H A DDDExpressionPerf.java62 double aDiv = a / factor; in runDouble() local
64 double det = a * a - aMul * aDiv; in runDouble()
82 BigDecimal aDiv = a.divide(factor, BigDecimal.ROUND_HALF_UP); in runBigDecimal() local
85 .subtract(aMul.multiply(aDiv)); in runBigDecimal()
103 DD aDiv = a.divide(factor); in runDoubleDouble() local
106 .subtract(aMul.multiply(aDiv)); in runDoubleDouble()
124 DD aDiv = a.divide(factor); in xrunDoubleDoubleSelf() local
127 .subtract(aMul.multiply(aDiv)); in xrunDoubleDoubleSelf()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrafilterblur.pas270 Inc(aDiv, w);
288 IncExt(ex.aDiv, TExtendedRowValue(aDiv)*w);
304 inc(total.aDiv, (aDiv*w+addDiv2) shr horizontalWeightShift );
317 inc(total.aDiv, aDiv*w );
363 v := (sum.sumA+sum.aDiv shr 1) div sum.aDiv;
424 IncExt(ex.aDiv, TExtendedRowValue(aDiv)*w);
436 inc(total.aDiv, (aDiv*w+addDiv2) shr horizontalWeightShift );
445 inc(total.aDiv, aDiv*w );
463 PByte(pdest)^ := (sum.sumA+sum.aDiv shr 1) div sum.aDiv;
475 v := (sum.sumA+sum.aDiv shr 1) div sum.aDiv;
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrafilterblur.pas270 Inc(aDiv, w);
288 IncExt(ex.aDiv, TExtendedRowValue(aDiv)*w);
304 inc(total.aDiv, (aDiv*w+addDiv2) shr horizontalWeightShift );
317 inc(total.aDiv, aDiv*w );
363 v := (sum.sumA+sum.aDiv shr 1) div sum.aDiv;
424 IncExt(ex.aDiv, TExtendedRowValue(aDiv)*w);
436 inc(total.aDiv, (aDiv*w+addDiv2) shr horizontalWeightShift );
445 inc(total.aDiv, aDiv*w );
463 PByte(pdest)^ := (sum.sumA+sum.aDiv shr 1) div sum.aDiv;
475 v := (sum.sumA+sum.aDiv shr 1) div sum.aDiv;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basegfx/tuple/
H A Db2dtuple.hxx251 B2DTuple aDiv(rTupA); in operator /() local
252 aDiv /= rTupB; in operator /()
253 return aDiv; in operator /()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basegfx/tuple/
H A Db2dtuple.hxx256 B2DTuple aDiv(rTupA); in operator /() local
257 aDiv /= rTupB; in operator /()
258 return aDiv; in operator /()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_Set.cxx25 const Standard_Integer aDiv);
236 const Standard_Integer aDiv) in NormalizedIds() argument
242 aTresh=aMax/aDiv; in NormalizedIds()
/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestRollingMean.cpp30 MyClass operator/(uint32_t aDiv) const { return MyClass(mValue / aDiv); } in operator /()
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestRollingMean.cpp30 MyClass operator/(uint32_t aDiv) const { return MyClass(mValue / aDiv); } in operator /()
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/tests/
H A DTestRollingMean.cpp34 MyClass operator/(uint32_t aDiv) const in operator /()
36 return MyClass(mValue / aDiv); in operator /()
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/tests/
H A DTestRollingMean.cpp34 MyClass operator/(uint32_t aDiv) const in operator /()
36 return MyClass(mValue / aDiv); in operator /()
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestRollingMean.cpp30 MyClass operator/(uint32_t aDiv) const { return MyClass(mValue / aDiv); } in operator /()
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/tests/
H A DTestRollingMean.cpp30 MyClass operator/(uint32_t aDiv) const { return MyClass(mValue / aDiv); } in operator /()
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsCoord.h62 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) { in NSCoordMulDiv() argument
64 return (aMult1 * aMult2 / aDiv); in NSCoordMulDiv()
66 return (int64_t(aMult1) * int64_t(aMult2) / int64_t(aDiv)); in NSCoordMulDiv()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsCoord.h66 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) { in NSCoordMulDiv() argument
68 return (aMult1 * aMult2 / aDiv); in NSCoordMulDiv()
70 return (int64_t(aMult1) * int64_t(aMult2) / int64_t(aDiv)); in NSCoordMulDiv()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsCoord.h62 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) { in NSCoordMulDiv() argument
64 return (aMult1 * aMult2 / aDiv); in NSCoordMulDiv()
66 return (int64_t(aMult1) * int64_t(aMult2) / int64_t(aDiv)); in NSCoordMulDiv()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsCoord.h77 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) { in NSCoordMulDiv() argument
79 return (aMult1 * aMult2 / aDiv); in NSCoordMulDiv()
81 return (int64_t(aMult1) * int64_t(aMult2) / int64_t(aDiv)); in NSCoordMulDiv()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsCoord.h82 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) { in NSCoordMulDiv() argument
84 return (aMult1 * aMult2 / aDiv); in NSCoordMulDiv()
86 return (int64_t(aMult1) * int64_t(aMult2) / int64_t(aDiv)); in NSCoordMulDiv()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DVideoUtils.cpp39 CheckedInt64 SaferMultDiv(int64_t aValue, uint32_t aMul, uint32_t aDiv) { in SaferMultDiv() argument
40 int64_t major = aValue / aDiv; in SaferMultDiv()
41 int64_t remainder = aValue % aDiv; in SaferMultDiv()
42 return CheckedInt64(remainder) * aMul / aDiv + CheckedInt64(major) * aMul; in SaferMultDiv()
/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsCoord.h117 inline nscoord NSCoordMulDiv(nscoord aMult1, nscoord aMult2, nscoord aDiv) {
119 return (aMult1 * aMult2 / aDiv);
121 return (int64_t(aMult1) * int64_t(aMult2) / int64_t(aDiv));
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DVideoUtils.cpp39 CheckedInt64 SaferMultDiv(int64_t aValue, uint32_t aMul, uint32_t aDiv) { in SaferMultDiv() argument
40 int64_t major = aValue / aDiv; in SaferMultDiv()
41 int64_t remainder = aValue % aDiv; in SaferMultDiv()
42 return CheckedInt64(remainder) * aMul / aDiv + CheckedInt64(major) * aMul; in SaferMultDiv()
/dports/devel/fpc-fcl-report/fpc-3.2.2/packages/fcl-report/src/
H A Dfpreporthtmlexport.pp134 …procedure ElementToStyle(aDiv: THTMLElement; AElement: TFPReportElement; StyleElements: TStyleElem…
151 …procedure RenderImageFromData(aDiv: THTMLElement; aEl: TFPReportElement; const ABand: TFPReportCus…
162 procedure RenderPage(aDiv: THTMLElement; APage: TFPReportPage); virtual;
652 procedure TFPReportExportHTML.ElementToStyle(aDiv: THTMLElement;
691 ApplyStyle(aDiv,Style);
715 procedure TFPReportExportHTML.RenderPage(aDiv : THTMLElement; APage : TFPReportPage);
726 ApplyStyle(aDiv,S);
920 procedure TFPReportExportHTML.RenderImageFromData(aDiv : THTMLElement; aEl : TFPReportElement; cons…
928 ElementToStyle(aDiv,AEl,seAll,ABand);
940 …ElementToStyle(aDiv,AEl,seAll,ABand,'background-image: url('+Data+'); background-repeat: no-repeat…
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-report/src/
H A Dfpreporthtmlexport.pp134 …procedure ElementToStyle(aDiv: THTMLElement; AElement: TFPReportElement; StyleElements: TStyleElem…
151 …procedure RenderImageFromData(aDiv: THTMLElement; aEl: TFPReportElement; const ABand: TFPReportCus…
162 procedure RenderPage(aDiv: THTMLElement; APage: TFPReportPage); virtual;
652 procedure TFPReportExportHTML.ElementToStyle(aDiv: THTMLElement;
691 ApplyStyle(aDiv,Style);
715 procedure TFPReportExportHTML.RenderPage(aDiv : THTMLElement; APage : TFPReportPage);
726 ApplyStyle(aDiv,S);
920 procedure TFPReportExportHTML.RenderImageFromData(aDiv : THTMLElement; aEl : TFPReportElement; cons…
928 ElementToStyle(aDiv,AEl,seAll,ABand);
940 …ElementToStyle(aDiv,AEl,seAll,ABand,'background-image: url('+Data+'); background-repeat: no-repeat…
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DVideoUtils.cpp41 CheckedInt64 SaferMultDiv(int64_t aValue, uint64_t aMul, uint64_t aDiv) { in SaferMultDiv() argument
42 if (aMul > INT64_MAX || aDiv > INT64_MAX) { in SaferMultDiv()
46 int64_t div = aDiv; in SaferMultDiv()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DVideoUtils.cpp40 CheckedInt64 SaferMultDiv(int64_t aValue, uint64_t aMul, uint64_t aDiv) { in SaferMultDiv() argument
41 if (aMul > INT64_MAX || aDiv > INT64_MAX) { in SaferMultDiv()
45 int64_t div = aDiv; in SaferMultDiv()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepToIGES/
H A DBRepToIGES_BRWire.cxx446 Standard_Real aDiv = myLen; in Handle() local
447 if(aDiv < gp::Resolution()) in Handle()
448 aDiv = 1.; in Handle()

12