Home
last modified time | relevance | path

Searched refs:Amax (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/math/octave/octave-6.4.0/scripts/general/
H A Dbitcmp.m86 %! Amax = 53;
89 %! assert (bitcmp (A,Amax),bitor (bitshift (1,Amax-1), bitshift (1,Amax-2)));
90 %! assert (bitcmp (A,Amax-1), bitshift (1,Amax-2));
93 %! Amax = 24;
96 %! assert (bitcmp (A,Amax),bitor (bitshift (single (1),Amax-1), bitshift (single (1),Amax-2)));
100 %! Amax = 8;
103 %! assert (bitcmp (A,Amax),bitor (bitshift (uint8 (1),Amax-1), bitshift (uint8 (1),Amax-2)));
107 %! Amax = 16;
110 %! assert (bitcmp (A,Amax),bitor (bitshift (uint16 (1),Amax-1), bitshift (uint16 (1),Amax-2)));
117 %! assert (bitcmp (A,Amax),bitor (bitshift (uint32 (1),Amax-1), bitshift (uint32 (1),Amax-2)));
[all …]
H A Dbitget.m50 Amax = ceil (log2 (flintmax)); variable
53 Amax = ceil (log2 (flintmax ("single"))); variable
57 Amax = 8; variable
60 Amax = 16; variable
63 Amax = 32; variable
66 Amax = 64; variable
69 Amax = 8; variable
72 Amax = 16; variable
75 Amax = 32; variable
78 Amax = 64; variable
[all …]
/dports/devel/agar/agar-1.5.0/tests/
H A Dplotting.c47 if (F >= M_PI_2*((Amax*Amax)/Jmax) ) { in ComputeSquaredSineConstants()
52 if (L >= ( (F*F)/Amax + M_PI_2*((Amax*F)/Jmax) )){ in ComputeSquaredSineConstants()
55 Ts = M_PI_2*(Amax/Jmax); in ComputeSquaredSineConstants()
56 Ta = (F/Amax) + Ts; in ComputeSquaredSineConstants()
58 } else if (L < ( (F*F)/Amax + M_PI_2*((Amax*F)/Jmax) ) && in ComputeSquaredSineConstants()
59 L >= ( (M_PI*M_PI)/2.0) * (Amax*Amax*Amax) / in ComputeSquaredSineConstants()
63 Ts = M_PI_2*(Amax/Jmax); in ComputeSquaredSineConstants()
64 Ta = (( -M_PI*(Amax*Amax) + in ComputeSquaredSineConstants()
65 sqrt((M_PI*M_PI)*(Amax*Amax*Amax*Amax) + in ComputeSquaredSineConstants()
70 } else if (L <= ( ((M_PI*M_PI)/2.0)*(Amax*Amax*Amax) / in ComputeSquaredSineConstants()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_rect.c54 if (Bmax < Amax) in SDL_HasIntersection()
55 Amax = Bmax; in SDL_HasIntersection()
56 if (Amax <= Amin) in SDL_HasIntersection()
66 if (Bmax < Amax) in SDL_HasIntersection()
67 Amax = Bmax; in SDL_HasIntersection()
68 if (Amax <= Amin) in SDL_HasIntersection()
109 if (Bmax < Amax) in SDL_IntersectRect()
110 Amax = Bmax; in SDL_IntersectRect()
121 if (Bmax < Amax) in SDL_IntersectRect()
122 Amax = Bmax; in SDL_IntersectRect()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_rect.c54 if (Bmax < Amax) in SDL_HasIntersection()
55 Amax = Bmax; in SDL_HasIntersection()
56 if (Amax <= Amin) in SDL_HasIntersection()
66 if (Bmax < Amax) in SDL_HasIntersection()
67 Amax = Bmax; in SDL_HasIntersection()
68 if (Amax <= Amin) in SDL_HasIntersection()
109 if (Bmax < Amax) in SDL_IntersectRect()
110 Amax = Bmax; in SDL_IntersectRect()
121 if (Bmax < Amax) in SDL_IntersectRect()
122 Amax = Bmax; in SDL_IntersectRect()
[all …]
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/android/
H A DSDL_rect.c39 if (Bmax < Amax) in SDL_HasIntersection()
40 Amax = Bmax; in SDL_HasIntersection()
41 if (Amax <= Amin) in SDL_HasIntersection()
51 if (Bmax < Amax) in SDL_HasIntersection()
52 Amax = Bmax; in SDL_HasIntersection()
53 if (Amax <= Amin) in SDL_HasIntersection()
72 if (Bmax < Amax) in SDL_IntersectRect()
73 Amax = Bmax; in SDL_IntersectRect()
84 if (Bmax < Amax) in SDL_IntersectRect()
85 Amax = Bmax; in SDL_IntersectRect()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/
H A DSDL_rect.c54 if (Bmax < Amax) in SDL_HasIntersection()
55 Amax = Bmax; in SDL_HasIntersection()
56 if (Amax <= Amin) in SDL_HasIntersection()
66 if (Bmax < Amax) in SDL_HasIntersection()
67 Amax = Bmax; in SDL_HasIntersection()
68 if (Amax <= Amin) in SDL_HasIntersection()
109 if (Bmax < Amax) in SDL_IntersectRect()
110 Amax = Bmax; in SDL_IntersectRect()
121 if (Bmax < Amax) in SDL_IntersectRect()
122 Amax = Bmax; in SDL_IntersectRect()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/video/
H A DSDL_rect.c53 if (Bmax < Amax) in SDL_HasIntersection()
54 Amax = Bmax; in SDL_HasIntersection()
55 if (Amax <= Amin) in SDL_HasIntersection()
65 if (Bmax < Amax) in SDL_HasIntersection()
66 Amax = Bmax; in SDL_HasIntersection()
67 if (Amax <= Amin) in SDL_HasIntersection()
108 if (Bmax < Amax) in SDL_IntersectRect()
109 Amax = Bmax; in SDL_IntersectRect()
120 if (Bmax < Amax) in SDL_IntersectRect()
121 Amax = Bmax; in SDL_IntersectRect()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/
H A DSDL_rect.c54 if (Bmax < Amax) in SDL_HasIntersection()
55 Amax = Bmax; in SDL_HasIntersection()
56 if (Amax <= Amin) in SDL_HasIntersection()
66 if (Bmax < Amax) in SDL_HasIntersection()
67 Amax = Bmax; in SDL_HasIntersection()
68 if (Amax <= Amin) in SDL_HasIntersection()
109 if (Bmax < Amax) in SDL_IntersectRect()
110 Amax = Bmax; in SDL_IntersectRect()
121 if (Bmax < Amax) in SDL_IntersectRect()
122 Amax = Bmax; in SDL_IntersectRect()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/video/
H A DSDL_rect.c53 if (Bmax < Amax) in SDL_HasIntersection()
54 Amax = Bmax; in SDL_HasIntersection()
55 if (Amax <= Amin) in SDL_HasIntersection()
65 if (Bmax < Amax) in SDL_HasIntersection()
66 Amax = Bmax; in SDL_HasIntersection()
67 if (Amax <= Amin) in SDL_HasIntersection()
108 if (Bmax < Amax) in SDL_IntersectRect()
109 Amax = Bmax; in SDL_IntersectRect()
120 if (Bmax < Amax) in SDL_IntersectRect()
121 Amax = Bmax; in SDL_IntersectRect()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpOrigIterationOutput.cpp89 dnrm = Max(IpData().delta()->x()->Amax(), IpData().delta()->s()->Amax()); in WriteOutput()
154 "||curr_x||_inf = %.16e\n", IpData().curr()->x()->Amax()); in WriteOutput()
156 "||curr_s||_inf = %.16e\n", IpData().curr()->s()->Amax()); in WriteOutput()
158 "||curr_y_c||_inf = %.16e\n", IpData().curr()->y_c()->Amax()); in WriteOutput()
160 "||curr_y_d||_inf = %.16e\n", IpData().curr()->y_d()->Amax()); in WriteOutput()
162 "||curr_z_L||_inf = %.16e\n", IpData().curr()->z_L()->Amax()); in WriteOutput()
164 "||curr_z_U||_inf = %.16e\n", IpData().curr()->z_U()->Amax()); in WriteOutput()
166 "||curr_v_L||_inf = %.16e\n", IpData().curr()->v_L()->Amax()); in WriteOutput()
168 "||curr_v_U||_inf = %.16e\n", IpData().curr()->v_U()->Amax()); in WriteOutput()
173 "\n||delta_x||_inf = %.16e\n", IpData().delta()->x()->Amax()); in WriteOutput()
[all …]
H A DIpRestoIterationOutput.cpp106 dnrm = Max(IpData().delta()->x()->Amax(), IpData().delta()->s()->Amax()); in WriteOutput()
179 "||curr_x||_inf = %.16e\n", IpData().curr()->x()->Amax()); in WriteOutput()
181 "||curr_s||_inf = %.16e\n", IpData().curr()->s()->Amax()); in WriteOutput()
183 "||curr_y_c||_inf = %.16e\n", IpData().curr()->y_c()->Amax()); in WriteOutput()
185 "||curr_y_d||_inf = %.16e\n", IpData().curr()->y_d()->Amax()); in WriteOutput()
187 "||curr_z_L||_inf = %.16e\n", IpData().curr()->z_L()->Amax()); in WriteOutput()
189 "||curr_z_U||_inf = %.16e\n", IpData().curr()->z_U()->Amax()); in WriteOutput()
191 "||curr_v_L||_inf = %.16e\n", IpData().curr()->v_L()->Amax()); in WriteOutput()
193 "||curr_v_U||_inf = %.16e\n", IpData().curr()->v_U()->Amax()); in WriteOutput()
198 "\n||delta_x||_inf = %.16e\n", IpData().delta()->x()->Amax()); in WriteOutput()
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Algorithm/
H A DIpOrigIterationOutput.cpp130 dnrm = Max(IpData().delta()->x()->Amax(), IpData().delta()->s()->Amax()); in WriteOutput()
200 "||curr_x||_inf = %.16e\n", IpData().curr()->x()->Amax()); in WriteOutput()
202 "||curr_s||_inf = %.16e\n", IpData().curr()->s()->Amax()); in WriteOutput()
204 "||curr_y_c||_inf = %.16e\n", IpData().curr()->y_c()->Amax()); in WriteOutput()
206 "||curr_y_d||_inf = %.16e\n", IpData().curr()->y_d()->Amax()); in WriteOutput()
208 "||curr_z_L||_inf = %.16e\n", IpData().curr()->z_L()->Amax()); in WriteOutput()
210 "||curr_z_U||_inf = %.16e\n", IpData().curr()->z_U()->Amax()); in WriteOutput()
212 "||curr_v_L||_inf = %.16e\n", IpData().curr()->v_L()->Amax()); in WriteOutput()
214 "||curr_v_U||_inf = %.16e\n", IpData().curr()->v_U()->Amax()); in WriteOutput()
219 "\n||delta_x||_inf = %.16e\n", IpData().delta()->x()->Amax()); in WriteOutput()
[all …]
H A DIpRestoIterationOutput.cpp112 dnrm = Max(IpData().delta()->x()->Amax(), IpData().delta()->s()->Amax()); in WriteOutput()
206 "||curr_x||_inf = %.16e\n", IpData().curr()->x()->Amax()); in WriteOutput()
208 "||curr_s||_inf = %.16e\n", IpData().curr()->s()->Amax()); in WriteOutput()
210 "||curr_y_c||_inf = %.16e\n", IpData().curr()->y_c()->Amax()); in WriteOutput()
212 "||curr_y_d||_inf = %.16e\n", IpData().curr()->y_d()->Amax()); in WriteOutput()
214 "||curr_z_L||_inf = %.16e\n", IpData().curr()->z_L()->Amax()); in WriteOutput()
216 "||curr_z_U||_inf = %.16e\n", IpData().curr()->z_U()->Amax()); in WriteOutput()
218 "||curr_v_L||_inf = %.16e\n", IpData().curr()->v_L()->Amax()); in WriteOutput()
220 "||curr_v_U||_inf = %.16e\n", IpData().curr()->v_U()->Amax()); in WriteOutput()
225 "\n||delta_x||_inf = %.16e\n", IpData().delta()->x()->Amax()); in WriteOutput()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/lucia/
H A Dtriprt.F89 Amax=A(1)
92 Amax=Max(Amax,A(i))
95 If (Amax.ne.0.0D0) Then
96 Pmax=Log10(Abs(Amax))
111 If ( Amax.lt.0d0 ) iPmax=iPmax+1
/dports/science/nwchem-data/nwchem-7.0.2-release/src/lucia/
H A Dtriprt.F89 Amax=A(1)
92 Amax=Max(Amax,A(i))
95 If (Amax.ne.0.0D0) Then
96 Pmax=Log10(Abs(Amax))
111 If ( Amax.lt.0d0 ) iPmax=iPmax+1
/dports/math/gsl/gsl-2.7/statistics/
H A DSn_source.c82 int i, diff, half, Amin, Amax, even, length; in FUNCTION() local
97 Amax = diff / 2 + nA; in FUNCTION()
113 if (tryA > Amax) in FUNCTION()
136 if (leftA > Amax) in FUNCTION()
157 Amax = diff / 2 + nA; in FUNCTION()
174 if (tryA > Amax) in FUNCTION()
197 if (leftA > Amax) in FUNCTION()
/dports/games/lincity-ng/lincity-ng-2.0/src/gui/PainterSDL/
H A DPainterSDL.cpp81 int Amin, Amax, Bmin, Bmax; in RectIntersection() local
85 Amax = Amin + A->w; in RectIntersection()
90 if (Bmax < Amax) in RectIntersection()
91 Amax = Bmax; in RectIntersection()
92 if (Amax <= Amin) in RectIntersection()
97 Amax = Amin + A->h; in RectIntersection()
102 if (Bmax < Amax) in RectIntersection()
103 Amax = Bmax; in RectIntersection()
104 if (Amax <= Amin) in RectIntersection()
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/graphics/
H A Dgfxengine.cpp994 Amax = Amin + dr.w; in __invalidate()
1000 if(Bmax < Amax) in __invalidate()
1002 dr.w = Amax - Amin > 0 ? Amax - Amin : 0; in __invalidate()
1012 if(Bmax < Amax) in __invalidate()
1014 dr.h = Amax - Amin > 0 ? Amax - Amin : 0; in __invalidate()
1262 if(Bmax < Amax) in refresh_rect()
1263 Amax = Bmax; in refresh_rect()
1264 dr.w = Amax - Amin > 0 ? Amax - Amin : 0; in refresh_rect()
1274 if(Bmax < Amax) in refresh_rect()
1275 Amax = Bmax; in refresh_rect()
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/data/materials/
H A Dgrassdens.shader46 shUniform(float4, Amax) @shUniformProperty4f(Amax, Amax)
68 float l0 = linRange(a, Amin.x, Amax.x, Asmt.x) * linRange(h, Hmin.x, Hmax.x, Hsmt.x);
69 float l1 = linRange(a, Amin.y, Amax.y, Asmt.y) * linRange(h, Hmin.y, Hmax.y, Hsmt.y);
70 float l2 = linRange(a, Amin.z, Amax.z, Asmt.z) * linRange(h, Hmin.z, Hmax.z, Hsmt.z);
71 float l3 = linRange(a, Amin.w, Amax.w, Asmt.w) * linRange(h, Hmin.w, Hmax.w, Hsmt.w);
H A Dgrassdens.mat9 Amax 0 0 0 0
39 Amax $Amax
H A Dblend.mat9 Amax 0 0 0 0
44 Amax $Amax
H A Dblend.shader45 shUniform(float4, Amax) @shUniformProperty4f(Amax, Amax)
72 …float l0a = Nonly.x < 0.1f ? 0.f : linRange(a, Amin.x, Amax.x, Asmt.x) * linRange(h, Hmin.x, Hmax.…
73 …float l1a = Nonly.y < 0.1f ? 0.f : linRange(a, Amin.y, Amax.y, Asmt.y) * linRange(h, Hmin.y, Hmax.…
74 …float l2a = Nonly.z < 0.1f ? 0.f : linRange(a, Amin.z, Amax.z, Asmt.z) * linRange(h, Hmin.z, Hmax.…
75 …float l3a = Nonly.w < 0.1f ? 0.f : linRange(a, Amin.w, Amax.w, Asmt.w) * linRange(h, Hmin.w, Hmax.…
/dports/math/lp_solve/lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/
H A Dlusolmain.c71 REAL Amax , test , in main() local
124 Amax = atof(argv[i]); in main()
125 if(Amax < 1 || Amax > 100) in main()
127 LUSOL->parmlu[LUSOL_RP_FACTORMAX_Lij] = Amax; in main()
346 Amax = LUSOL->parmlu[LUSOL_RP_MAXELEM_A]; in main()
407 test = rnorm / (Amax*xnorm); in main()
413 Amax, bnorm, rnorm, xnorm); in main()
442 x[i] = Amax * rand() / RAND_MAX; in main()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro/nukleargui/retro/
H A Dretro_surface.c90 int Amin, Amax, Bmin, Bmax; in RSDL_IntersectRect() local
94 Amax = Amin + A->w; in RSDL_IntersectRect()
100 if(Bmax < Amax) in RSDL_IntersectRect()
101 Amax = Bmax; in RSDL_IntersectRect()
102 intersection->w = Amax - Amin > 0 ? Amax - Amin : 0; in RSDL_IntersectRect()
106 Amax = Amin + A->h; in RSDL_IntersectRect()
112 if(Bmax < Amax) in RSDL_IntersectRect()
113 Amax = Bmax; in RSDL_IntersectRect()
114 intersection->h = Amax - Amin > 0 ? Amax - Amin : 0; in RSDL_IntersectRect()

1234567