Home
last modified time | relevance | path

Searched refs:fround (Results 1 – 25 of 1003) sorted by relevance

12345678910>>...41

/dports/games/blockout/BL_SRC/BlockOut/
H A DSprites.cpp43 xScore = fround( 0.8369f * (float)width); in Create()
44 yScore = fround( 0.2500f * (float)height); in Create()
45 wScore = fround( 0.1416f * (float)width); in Create()
47 xCube = fround( 0.8369f * (float)width); in Create()
49 xhScore = fround( 0.8369f * (float)width); in Create()
51 xPit = fround( 0.8369f * (float)width); in Create()
53 xBlock = fround( 0.8369f * (float)width); in Create()
56 xLevel = fround( 0.0186f * (float)width); in Create()
58 wLevel = fround( 0.0479f * (float)width); in Create()
61 xReplay = fround( 0.8301f * (float)width); in Create()
[all …]
H A DMenuGraphics.cpp125 int x1 = fround( (float)width * 0.13f ); in Create()
126 int y1 = fround( (float)height * 0.41f ); in Create()
127 int x2 = fround( (float)width * 0.87f ); in Create()
128 int y2 = fround( (float)height * 0.985f ); in Create()
138 wFont = fround( (float)width * 0.0205f ); in Create()
150 x1 = fround( 0.148f * (float)width ); in Create()
151 y1 = fround( 0.413f * (float)height ); in Create()
152 x2 = fround( 0.232f * (float)width ); in Create()
153 y2 = fround( 0.524f * (float)height ); in Create()
444 int nwFont = fround((float)wFont*1.1f); in RenderTitle()
[all …]
H A DPageControls.cpp356 cursorVisible = ( (fround((startEditTime - fTime) * 2.0f)%2) == 0 ); in Process()
402 pitBack.UpdateSprite(fround(pitX),fround(pitY), in Create()
403 fround(pitX+pitW),fround(pitY+pitH), in Create()
429 int vY = fround( pitY - pitH ); in Create()
430 int vH = fround( 3.0f * pitH ); in Create()
437 blockView.x = fround(pitX); in Create()
439 blockView.width = fround(pitW); in Create()
/dports/lang/gforth/gforth-0.7.3/test/
H A Dfloat.fs29 \ fround
30 { 0.5e fround 0e f= -> true }
31 { 1.5e fround 2e f= -> true }
32 { 2.5e fround 2e f= -> true }
33 { -0.5e fround -0e f= -> true }
34 { -1.5e fround -2e f= -> true }
35 { -2.5e fround -2e f= -> true }
38 { 4503599627370497. d>f fdup fround f= -> true }
39 { 9007199254740991. d>f fdup fround f= -> true }
44 { 1.49999e fround 1e f= -> true }
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx159 aTempPoly[0] = ::Point( ::basegfx::fround( aLeftTop.getX() ), in fillLinearGradient()
161 aTempPoly[1] = ::Point( ::basegfx::fround( aRightTop.getX() ), in fillLinearGradient()
178 aTempPoly[0] = ::Point( ::basegfx::fround( aLeftTop.getX() ), in fillLinearGradient()
216 aTempPoly[1] = ::Point( ::basegfx::fround( rPoint1.getX() ), in fillLinearGradient()
217 ::basegfx::fround( rPoint1.getY() ) ); in fillLinearGradient()
220 aTempPoly[2] = ::Point( ::basegfx::fround( rPoint2.getX() ), in fillLinearGradient()
221 ::basegfx::fround( rPoint2.getY() ) ); in fillLinearGradient()
263 aTempPoly[1] = ::Point( ::basegfx::fround( rPoint3.getX() ), in fillLinearGradient()
269 aTempPoly[2] = ::Point( ::basegfx::fround( rPoint4.getX() ), in fillLinearGradient()
292 aTempPoly[3] = ::Point( ::basegfx::fround( rPoint4.getX() ), in fillLinearGradient()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/js/test/unit/
H A Dtable-tests.ts35 [Math.fround(-0.2), 1, 'b'],
37 [Math.fround(0), 1, 'a'],
38 [Math.fround(0.1), -1, 'b'],
39 [Math.fround(0.2), 1, 'c'],
40 [Math.fround(0.3), -1, 'a']
49 [Math.fround(0), 1, 'a'],
51 [Math.fround(0.2), 1, 'c'],
53 [Math.fround(0.2), 1, 'b'],
64 [Math.fround(0), 1, 'a'],
66 [Math.fround(0.2), 1, 'c'],
[all …]
/dports/math/cln/cln-1.3.6/src/real/division/
H A Dcl_R_fround1.cc22 const cl_F fround (const cl_R& x) in fround() function
29 , return fround(x); in fround()
30 , return fround(x); in fround()
31 , return fround(x); in fround()
32 , return fround(x); in fround()
H A Dcl_R_fround2.cc61 , var cl_SF q = fround(x); return cl_R_fdiv_t(q,x-q); in fround2()
62 , var cl_FF q = fround(x); return cl_R_fdiv_t(q,x-q); in fround2()
63 , var cl_DF q = fround(x); return cl_R_fdiv_t(q,x-q); in fround2()
64 , var cl_LF q = fround(x); return cl_R_fdiv_t(q,LF_LF_minus_LF(x,q)); in fround2()
/dports/math/cln/cln-1.3.6/src/float/division/
H A Dcl_F_fround2.cc24 var cl_F q = fround(x); in fround2()
28 , var cl_SF q = fround(x); return cl_F_fdiv_t(q,x-q); in fround2()
29 , var cl_FF q = fround(x); return cl_F_fdiv_t(q,x-q); in fround2()
30 , var cl_DF q = fround(x); return cl_F_fdiv_t(q,x-q); in fround2()
31 , var cl_LF q = fround(x); return cl_F_fdiv_t(q,LF_LF_minus_LF(x,q)); in fround2()
H A Dcl_F_round2.cc27 , var cl_SF q = fround(x); return cl_F_div_t(cl_SF_to_I(q),x-q); in round2()
28 , var cl_FF q = fround(x); return cl_F_div_t(cl_FF_to_I(q),x-q); in round2()
29 , var cl_DF q = fround(x); return cl_F_div_t(cl_DF_to_I(q),x-q); in round2()
30 , var cl_LF q = fround(x); return cl_F_div_t(cl_LF_to_I(q),LF_LF_minus_LF(x,q)); in round2()
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DMarkPlot.h75 int radius = fround(scale*size); in DoPaint()
105 w.DrawPolygon(p, markColor, fround(markBorderWidth), markBorderColor); in DoPaint()
134 w.DrawPolygon(p, markColor, fround(markBorderWidth), markBorderColor); in DoPaint()
209 w.DrawPolygon(p, markColor, fround(scale/2.), markColor); in DoPaint()
273 w.DrawLine(x - side2l, min, x + side2r, min, fround(scale), markColor); in DoPaint()
274 w.DrawLine(x - side2l, max, x + side2r, max, fround(scale), markColor); in DoPaint()
278 w.DrawLine(x, min, x, max, fround(scale), markColor); in DoPaint()
284 w.DrawLine(min, y - side2l, min, y + side2r, fround(scale), markColor); in DoPaint()
285 w.DrawLine(max, y - side2l, max, y + side2r, fround(scale), markColor); in DoPaint()
287 w.DrawLine(avg, y - side2l, avg, y + side2r, fround(scale*4), markColor); in DoPaint()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/tuple/
H A Db3dtuple.cxx31 B3ITuple fround(const B3DTuple& rTup) in fround() function
33 return B3ITuple(fround(rTup.getX()), fround(rTup.getY()), fround(rTup.getZ())); in fround()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/tuple/
H A Db3dtuple.cxx31 B3ITuple fround(const B3DTuple& rTup) in fround() function
33 return B3ITuple(fround(rTup.getX()), fround(rTup.getY()), fround(rTup.getZ())); in fround()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/processor2d/
H A Dhelperwrongspellrenderer.cxx44 const sal_uInt32 nFontPixelHeight(basegfx::fround(aFontVectorPixel.getLength())); in renderWrongSpellPrimitive2D()
53 const Point aVclStart(basegfx::fround(aStart.getX()), basegfx::fround(aStart.getY())); in renderWrongSpellPrimitive2D()
54 const Point aVclStop(basegfx::fround(aStop.getX()), basegfx::fround(aStop.getY())); in renderWrongSpellPrimitive2D()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/processor2d/
H A Dhelperwrongspellrenderer.cxx39 const sal_uInt32 nFontPixelHeight(basegfx::fround(aFontVectorPixel.getLength())); in renderWrongSpellPrimitive2D()
47 const Point aVclStart(basegfx::fround(aStart.getX()), basegfx::fround(aStart.getY())); in renderWrongSpellPrimitive2D()
48 const Point aVclStop(basegfx::fround(aStop.getX()), basegfx::fround(aStop.getY())); in renderWrongSpellPrimitive2D()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/vector/
H A Db2ivector.cxx35 mnX = fround( rMat.get(0,0)*mnX + in operator *=()
37 mnY = fround( rMat.get(1,0)*mnX + in operator *=()
56 mnX = fround( mnX*fLen ); in setLength()
57 mnY = fround( mnY*fLen ); in setLength()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/vector/
H A Db2ivector.cxx35 mnX = fround( rMat.get(0,0)*mnX + in operator *=()
37 mnY = fround( rMat.get(1,0)*mnX + in operator *=()
56 mnX = fround( mnX*fLen ); in setLength()
57 mnY = fround( mnY*fLen ); in setLength()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/test/unit/
H A Dtable-tests.ts37 [Math.fround(-0.2), 1, 'b'],
39 [Math.fround(0), 1, 'a'],
40 [Math.fround(0.1), -1, 'b'],
41 [Math.fround(0.2), 1, 'c'],
42 [Math.fround(0.3), -1, 'a']
51 [Math.fround(0), 1, 'a'],
53 [Math.fround(0.2), 1, 'c'],
55 [Math.fround(0.2), 1, 'b'],
66 [Math.fround(0), 1, 'a'],
68 [Math.fround(0.2), 1, 'c'],
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/test/unit/
H A Dtable-tests.ts37 [Math.fround(-0.2), 1, 'b'],
39 [Math.fround(0), 1, 'a'],
40 [Math.fround(0.1), -1, 'b'],
41 [Math.fround(0.2), 1, 'c'],
42 [Math.fround(0.3), -1, 'a']
51 [Math.fround(0), 1, 'a'],
53 [Math.fround(0.2), 1, 'c'],
55 [Math.fround(0.2), 1, 'b'],
66 [Math.fround(0), 1, 'a'],
68 [Math.fround(0.2), 1, 'c'],
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx171 aTempPoly[1] = ::Point( ::basegfx::fround( rPoint1.getX() ), in fillLinearGradient()
172 ::basegfx::fround( rPoint1.getY() ) ); in fillLinearGradient()
175 aTempPoly[2] = ::Point( ::basegfx::fround( rPoint2.getX() ), in fillLinearGradient()
176 ::basegfx::fround( rPoint2.getY() ) ); in fillLinearGradient()
218 aTempPoly[1] = ::Point( ::basegfx::fround( rPoint3.getX() ), in fillLinearGradient()
219 ::basegfx::fround( rPoint3.getY() ) ); in fillLinearGradient()
224 aTempPoly[2] = ::Point( ::basegfx::fround( rPoint4.getX() ), in fillLinearGradient()
225 ::basegfx::fround( rPoint4.getY() ) ); in fillLinearGradient()
243 aTempPoly[0] = aTempPoly[4] = ::Point( ::basegfx::fround( rPoint3.getX() ), in fillLinearGradient()
247 aTempPoly[3] = ::Point( ::basegfx::fround( rPoint4.getX() ), in fillLinearGradient()
[all …]
H A Dspritehelper.cxx206 aOutPos.setX( ::basegfx::fround( aDestRect.getMinX() ) ); in redraw()
207 aOutPos.setY( ::basegfx::fround( aDestRect.getMinY() ) ); in redraw()
223 ::basegfx::fround( rOrigOutputSize.getX() * aTransform.get(0,0) ) ); in redraw()
225 ::basegfx::fround( rOrigOutputSize.getY() * aTransform.get(1,1) ) ); in redraw()
227 aOutPos.setX( ::basegfx::fround( aTransform.get(0,2) ) ); in redraw()
228 aOutPos.setY( ::basegfx::fround( aTransform.get(1,2) ) ); in redraw()
280 … sal_uInt8 nColor( static_cast<sal_uInt8>( ::basegfx::fround( 255.0*(1.0 - fAlpha) + .5) ) ); in redraw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dtransfrmhelper.hxx36 …static_cast<double>(MetricField::ConvertValue(basegfx::fround(rRange.getMinX()), nDigits, ePoolUni… in ConvertRect()
37 …static_cast<double>(MetricField::ConvertValue(basegfx::fround(rRange.getMinY()), nDigits, ePoolUni… in ConvertRect()
39 …static_cast<double>(MetricField::ConvertValue(basegfx::fround(rRange.getMaxX()), nDigits, ePoolUni… in ConvertRect()
40 …static_cast<double>(MetricField::ConvertValue(basegfx::fround(rRange.getMaxY()), nDigits, ePoolUni… in ConvertRect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dtransfrmhelper.hxx34 …static_cast<double>(vcl::ConvertValue(basegfx::fround(rRange.getMinX()), nDigits, ePoolUnit, eDlgU… in ConvertRect()
35 …static_cast<double>(vcl::ConvertValue(basegfx::fround(rRange.getMinY()), nDigits, ePoolUnit, eDlgU… in ConvertRect()
37 …static_cast<double>(vcl::ConvertValue(basegfx::fround(rRange.getMaxX()), nDigits, ePoolUnit, eDlgU… in ConvertRect()
38 …static_cast<double>(vcl::ConvertValue(basegfx::fround(rRange.getMaxY()), nDigits, ePoolUnit, eDlgU… in ConvertRect()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsRectangleInteract.cpp58 fround(double val, in fround() function
644 size.x = fround(size.x, pscale.x); in setValue()
645 size.y = fround(size.y, pscale.y); in setValue()
649 size.x = fround(size.x, pscale.x); in setValue()
650 size.y = fround(size.y, pscale.y); in setValue()
656 size.x = fround(size.x, pscale.x); in setValue()
657 size.y = fround(size.y, pscale.y); in setValue()
661 size.x = fround(size.x, pscale.x); in setValue()
662 size.y = fround(size.y, pscale.y); in setValue()
672 size.y = fround(size.y, pscale.y); in setValue()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsRectangleInteract.cpp58 fround(double val, in fround() function
644 size.x = fround(size.x, pscale.x); in setValue()
645 size.y = fround(size.y, pscale.y); in setValue()
649 size.x = fround(size.x, pscale.x); in setValue()
650 size.y = fround(size.y, pscale.y); in setValue()
656 size.x = fround(size.x, pscale.x); in setValue()
657 size.y = fround(size.y, pscale.y); in setValue()
661 size.x = fround(size.x, pscale.x); in setValue()
662 size.y = fround(size.y, pscale.y); in setValue()
672 size.y = fround(size.y, pscale.y); in setValue()
[all …]

12345678910>>...41