Home
last modified time | relevance | path

Searched refs:Umax (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/dports/cad/opencascade/opencascade-7.6.0/src/Geom2dGcc/
H A DGeom2dGcc_Circ2d2TanOnIter.cxx77 math_Vector Umax(1,4); in Geom2dGcc_Circ2d2TanOnIter() local
84 Umax(1) = RealLast(); in Geom2dGcc_Circ2d2TanOnIter()
86 Umax(3) = RealLast(); in Geom2dGcc_Circ2d2TanOnIter()
87 Umax(4) = RealLast(); in Geom2dGcc_Circ2d2TanOnIter()
190 Umax(3) = RealLast(); in Geom2dGcc_Circ2d2TanOnIter()
191 Umax(4) = RealLast(); in Geom2dGcc_Circ2d2TanOnIter()
296 Umax(2) = RealLast(); in Geom2dGcc_Circ2d2TanOnIter()
297 Umax(3) = RealLast(); in Geom2dGcc_Circ2d2TanOnIter()
1213 math_Vector Umax(1,3); in Geom2dGcc_Circ2d2TanOnIter() local
1220 Umax(2) = RealLast(); in Geom2dGcc_Circ2d2TanOnIter()
[all …]
H A DGeom2dGcc_Circ2d3TanIter.cxx83 math_Vector Umax(1,3); in Geom2dGcc_Circ2d3TanIter() local
216 Umax(1) = 2*M_PI; in Geom2dGcc_Circ2d3TanIter()
348 Umax(1) = 2*M_PI; in Geom2dGcc_Circ2d3TanIter()
349 Umax(2) = 2*M_PI; in Geom2dGcc_Circ2d3TanIter()
744 Umax(1) = 2*M_PI; in Geom2dGcc_Circ2d3TanIter()
861 Umax(1) = 2*M_PI; in Geom2dGcc_Circ2d3TanIter()
862 Umax(2) = 2*M_PI; in Geom2dGcc_Circ2d3TanIter()
977 Umax(1) = 2*M_PI; in Geom2dGcc_Circ2d3TanIter()
1098 Umax(1) = 2*M_PI; in Geom2dGcc_Circ2d3TanIter()
1229 Umax(1) = 2*M_PI; in Geom2dGcc_Circ2d3TanIter()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomLib/
H A DGeomLib_IsPlanarSurface.cxx232 Standard_Real Umin, Umax, Vmin, Vmax; in GeomLib_IsPlanarSurface() local
233 S->Bounds(Umin, Umax, Vmin, Vmax); in GeomLib_IsPlanarSurface()
234 S->D1((Umin+Umax)/2, (Vmin+Vmax)/2, P, DU, DV); in GeomLib_IsPlanarSurface()
238 Standard_Real NewU = (Umin+Umax)/2 + (Umax-Umin)*0.1; in GeomLib_IsPlanarSurface()
269 Standard_Real Umin, Umax, Vmin, Vmax; in GeomLib_IsPlanarSurface() local
274 S->Bounds(Umin, Umax, Vmin, Vmax); in GeomLib_IsPlanarSurface()
275 S->D1((Umin+Umax)/2, (Vmin+Vmax)/2, P, Du, Dv); in GeomLib_IsPlanarSurface()
279 Standard_Real NewU = (Umin+Umax)/2 + (Umax-Umin)*0.1; in GeomLib_IsPlanarSurface()
309 Standard_Real Umin, Umax, Vmin, Vmax, du, dv, U, V; in GeomLib_IsPlanarSurface() local
310 S->Bounds(Umin, Umax, Vmin, Vmax); in GeomLib_IsPlanarSurface()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/YDbDr/
H A Dconstant.hpp30 static /* constexpr*/ scalar_type const Umax(){ return 0.436; } in Umax() function
36 …static /* constexpr*/ scalar_type const DB_min() { return - this_type::Umax() * this_type::DR_sca… in DB_min()
37 …static /* constexpr*/ scalar_type const DB_max() { return this_type::Umax() * this_type::DR_sca… in DB_max()
40 …static /* constexpr*/ scalar_type const DR_min() { return this_type::Umax() * this_type::DR_sca… in DR_min()
41 …static /* constexpr*/ scalar_type const DR_max() { return - this_type::Umax() * this_type::DR_sca… in DR_max()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/yuv/constant/
H A Dparameter.hpp29 static /* constexpr*/ scalar_type const Umax(){ return 0; } in Umax() function
42 static /* constexpr*/ scalar_type const Umax(){ return 0.436; } in Umax() function
55 static /* constexpr*/ scalar_type const Umax(){ return 0.436; } in Umax() function
71 static /* constexpr*/ scalar_type const u_min() { return -this_type::Umax(); } in u_min()
72 static /* constexpr*/ scalar_type const u_max() { return this_type::Umax(); } in u_max()
73 static /* constexpr*/ scalar_type const u_range(){ return 2*this_type::Umax(); } in u_range()
/dports/math/unuran/unuran-1.8.1/src/methods/
H A Dcstd.c328 double Umin, Umax; in unur_cstd_chg_truncated() local
365 Umax = (right < INFINITY) ? CDF(right) : 1.; in unur_cstd_chg_truncated()
368 if (Umin > Umax) { in unur_cstd_chg_truncated()
374 if (_unur_FP_equal(Umin,Umax)) { in unur_cstd_chg_truncated()
377 if (_unur_iszero(Umin) || _unur_FP_same(Umax,1.)) { in unur_cstd_chg_truncated()
389 GEN->Umax = Umax; in unur_cstd_chg_truncated()
555 GEN->Umax = 1.; /* cdf at right boundary of domain */ in _unur_cstd_create()
605 GEN->Umax = (DISTR.trunc[1] < INFINITY) ? CDF(DISTR.trunc[1]) : 1.; in _unur_cstd_check_par()
765 u = GEN->Umin + u * (GEN->Umax - GEN->Umin); in unur_cstd_eval_invcdf()
899 fprintf(LOG,"%s:\tU in (%g,%g)\n",gen->genid,GEN->Umin,GEN->Umax); in _unur_cstd_debug_chg_pdfparams()
[all …]
H A Ddstd.c329 double Umin, Umax; in unur_dstd_chg_truncated() local
366 Umax = CDF(right); in unur_dstd_chg_truncated()
369 if (Umin > Umax) { in unur_dstd_chg_truncated()
375 if (_unur_FP_equal(Umin,Umax)) { in unur_dstd_chg_truncated()
378 if (_unur_iszero(Umin) || _unur_FP_same(Umax,1.)) { in unur_dstd_chg_truncated()
390 GEN->Umax = Umax; in unur_dstd_chg_truncated()
558 GEN->Umax = 1.; /* cdf at right boundary of domain */ in _unur_dstd_create()
608 GEN->Umax = CDF(DISTR.trunc[1]); in _unur_dstd_check_par()
721 while (_unur_iszero(U = GEN->Umin + _unur_call_urng(gen->urng) * (GEN->Umax-GEN->Umin))); in _unur_dstd_sample_inv()
772 u = GEN->Umin + u * (GEN->Umax - GEN->Umin); in unur_dstd_eval_invcdf()
[all …]
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/rgb/convert/
H A Dyuv.hpp70 static scalar_type const Umax = yuv_parameter_type::Umax(); in process() local
74 …static scalar_type const b21 = 1, b22 = - Wb*(1 - Wb) / Umax / Wg, b23 = -Wr*(1 - Wr) / Vmax / Wg; in process()
75 static scalar_type const b31 = 1, b32 = ((1 - Wb) / Umax), b33 = 0; in process()
81 u = ( u - scalar_type(0.5) ) * scalar_type(2) * Umax; in process()
H A DYDbDr.hpp64 static scalar_type const Umax = YDbDr_const_type::Umax(); in process() local
68 …static scalar_type const b21 = 1, b22 = - Wb*(1 - Wb) / Umax / Wg, b23 = -Wr*(1 - Wr) / Vmax / Wg; in process()
69 static scalar_type const b31 = 1, b32 = ((1 - Wb) / Umax), b33 = 0; in process()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/yuv/get/
H A Dblue.hpp41 static scalar_type const Umax = yuv_parameter_type::Umax(); in blue() local
43 static scalar_type const b31 = 1, b32 = ((1 - Wb) / Umax), b33 = 0; in blue()
48 u = ( u - scalar_type(0.5) ) * scalar_type(2) * Umax; in blue()
H A Dgreen.hpp43 static scalar_type const Umax = yuv_parameter_type::Umax(); in green() local
46 …static scalar_type const b21 = 1, b22 = - Wb*(1 - Wb) / Umax / Wg, b23 = -Wr*(1 - Wr) / Vmax / Wg; in green()
52 u = ( u - scalar_type(0.5) ) * scalar_type(2) * Umax; in green()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/src/color/cmy/convert/
H A Dyuv.hpp68 static scalar_type const Umax = yuv_parameter_type::Umax(); in process() local
72 …static scalar_type const b21 = 1, b22 = - Wb*(1 - Wb) / Umax / Wg, b23 = -Wr*(1 - Wr) / Vmax / Wg; in process()
73 static scalar_type const b31 = 1, b32 = ((1 - Wb) / Umax), b33 = 0; in process()
79 u = ( u - scalar_type(0.5) ) * scalar_type(2) * Umax; in process()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepFill/
H A DBRepFill_MultiLine.cxx151 Umax = Max(Umax,U); in BRepFill_MultiLine()
173 UU1 = S->UIso(Umax); in BRepFill_MultiLine()
177 UU1 = S->UIso(Umax); in BRepFill_MultiLine()
209 Umax = Vmax; in BRepFill_MultiLine()
222 Umin, Umax); in BRepFill_MultiLine()
233 Umin, Umax); in BRepFill_MultiLine()
258 Umax = Max(Umax,U); in BRepFill_MultiLine()
283 UU2 = S->UIso(Umax); in BRepFill_MultiLine()
315 Umax = Vmax; in BRepFill_MultiLine()
328 Umin, Umax); in BRepFill_MultiLine()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/CSLib/
H A DCSLib_Class2d.cxx43 Umax = umax; in Init()
133 aTolu=Tolu*(Umax-Umin); in SiDans()
136 if(Umin<Umax && Vmin<Vmax) { in SiDans()
138 ( x>(Umax+aTolu) ) || in SiDans()
143 x=Transform2d(x,Umin,Umax-Umin); in SiDans()
179 if(Umin<Umax && Vmin<Vmax) { in SiDans_OnMode()
180 if(x<(Umin-aTolu) || (x>Umax+aTolu) || in SiDans_OnMode()
184 x=Transform2d(x,Umin,Umax-Umin); in SiDans_OnMode()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomAPI/
H A DGeomAPI_ExtremaCurveSurface.cxx66 const Standard_Real Umax, in GeomAPI_ExtremaCurveSurface() argument
70 Init(Curve,Surface,Wmin,Wmax,Umin,Umax,Vmin,Vmax); in GeomAPI_ExtremaCurveSurface()
120 const Standard_Real Umax, in Init() argument
125 GeomAdaptor_Surface TheSurface (Surface, Umin, Umax, Vmin, Vmax); in Init()
129 Umin,Umax,Vmin,Vmax,Tol,Tol); in Init()
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_FClass2d.cxx122 Umax = Vmax = -Umin; in Init()
279 if(P2d.X()>Umax) Umax = P2d.X(); in Init()
383 Umin,Vmin,Umax,Vmax)); in Init()
485 Umin,Vmin,Umax,Vmax)); in Init()
513 Umin,Vmin,Umax,Vmax)); in Init()
531 Standard_Real uuu=M_PI+M_PI-(Umax-Umin); in Init()
558 if(Umax==-RealLast() || Vmax==-RealLast() || in PerformInfinitePoint()
562 gp_Pnt2d P(Umin-(Umax-Umin),Vmin-(Vmax-Vmin)); in PerformInfinitePoint()
655 bUIn = (u >= Umin) && (u <= Umax); in Perform()
690 if (u > Umax || !IsUPer) { in Perform()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.in.poly/
H A Dgetformat.c10 unsigned char Umin, Umax; in getformat() local
54 Umax = (unsigned char)max; in getformat()
56 if (Umin == min && Umax == max) in getformat()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-valllu.adb76 Umax : constant := (Long_Long_Unsigned'Last - 9) / 10; constant
101 if Uval <= Umax then
143 Umax : constant Long_Long_Unsigned := constant
187 elsif Uval <= Umax then
H A Ds-valuns.adb76 Umax : constant := (Unsigned'Last - 9) / 10; constant
101 if Uval <= Umax then
143 Umax : constant Unsigned := (Unsigned'Last - Base + 1) / Base; constant
185 elsif Uval <= Umax then
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-valuns.adb76 Umax : constant := (Unsigned'Last - 9) / 10; constant
101 if Uval <= Umax then
143 Umax : constant Unsigned := (Unsigned'Last - Base + 1) / Base; constant
185 elsif Uval <= Umax then
H A Ds-valllu.adb76 Umax : constant := (Long_Long_Unsigned'Last - 9) / 10; constant
101 if Uval <= Umax then
143 Umax : constant Long_Long_Unsigned := constant
187 elsif Uval <= Umax then
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-valllu.adb76 Umax : constant := (Long_Long_Unsigned'Last - 9) / 10; constant
101 if Uval <= Umax then
143 Umax : constant Long_Long_Unsigned := constant
187 elsif Uval <= Umax then
H A Ds-valuns.adb76 Umax : constant := (Unsigned'Last - 9) / 10; constant
101 if Uval <= Umax then
143 Umax : constant Unsigned := (Unsigned'Last - Base + 1) / Base; constant
185 elsif Uval <= Umax then
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ds-valllu.adb94 Umax : constant := (Long_Long_Unsigned'Last - 9) / 10; constant
119 if Uval <= Umax then
161 Umax : constant Long_Long_Unsigned := constant
205 elsif Uval <= Umax then
H A Ds-valuns.adb94 Umax : constant := (Unsigned'Last - 9) / 10; constant
119 if Uval <= Umax then
161 Umax : constant Unsigned := (Unsigned'Last - Base + 1) / Base; constant
203 elsif Uval <= Umax then

12345678910>>...15