Home
last modified time | relevance | path

Searched refs:MYMAX (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/examples/
H A DucdDemoPublic.c33 #define MYMAX 1024 macro
37 static char demoUsers[MAXUSERS][MYMAX + 1];
38 static char demopass[MYMAX + 1];
46 if (strlen(line) > MYMAX) in ucdDemo_parse_user()
56 if (strlen(line) > MYMAX) in ucdDemo_parse_userpass()
98 unsigned char publicString[MYMAX + 1];
107 static char string[MYMAX + 1], *cp; in var_ucdDemoPublic()
135 string[MYMAX] = 0; in var_ucdDemoPublic()
211 if (var_val_len > MYMAX) { in write_ucdDemoPublicString()
/dports/science/hdf/hdf-4.2.15/mfhdf/hdiff/
H A Dhdiff_array.c34 #define MYMAX(A,B) (((A) > (B)) ? (A) : (B)) macro
251 i4_max_diff = MYMAX(i4_max_diff, c_diff); in array_diff()
262 i4_max_val1 = MYMAX(i4_max_val1, (int32)(*i1ptr1)); in array_diff()
266 i4_max_val2 = MYMAX(i4_max_val2, (int32)(*i1ptr2)); in array_diff()
347 i4_max_diff = MYMAX(i4_max_diff, i2_diff); in array_diff()
438 i4_max_val1 = MYMAX(i4_max_val1,*i4ptr1); in array_diff()
442 i4_max_val2 = MYMAX(i4_max_val2,*i4ptr2); in array_diff()
523 d_max_diff = MYMAX(d_max_diff, (float64)(f_diff)); in array_diff()
608 d_max_diff = MYMAX(d_max_diff, (d_diff)); in array_diff()
612 d_max_val1 = MYMAX(d_max_val1, (*dptr1)); in array_diff()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dtriangle.cpp160 max->x = MYMAX( t->v0.x , MYMAX( v1.x , v2.x )); in tri_bbox()
161 max->y = MYMAX( t->v0.y , MYMAX( v1.y , v2.y )); in tri_bbox()
162 max->z = MYMAX( t->v0.z , MYMAX( v1.z , v2.z )); in tri_bbox()
H A Dgrid.cpp161 gmax->x = MYMAX( gmax->x , max.x); in globalbound()
162 gmax->y = MYMAX( gmax->y , max.y); in globalbound()
163 gmax->z = MYMAX( gmax->z , max.z); in globalbound()
205 cmax->x = MYMAX( cmax->x , max.x); in cellbound()
206 cmax->y = MYMAX( cmax->y , max.y); in cellbound()
207 cmax->z = MYMAX( cmax->z , max.z); in cellbound()
339 len = 1.0 / (MYMAX( MYMAX(gsize.x, gsize.y), gsize.z )); in engrid_cell()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dtriangle.cpp160 max->x = MYMAX( t->v0.x , MYMAX( v1.x , v2.x )); in tri_bbox()
161 max->y = MYMAX( t->v0.y , MYMAX( v1.y , v2.y )); in tri_bbox()
162 max->z = MYMAX( t->v0.z , MYMAX( v1.z , v2.z )); in tri_bbox()
H A Dgrid.cpp161 gmax->x = MYMAX( gmax->x , max.x); in globalbound()
162 gmax->y = MYMAX( gmax->y , max.y); in globalbound()
163 gmax->z = MYMAX( gmax->z , max.z); in globalbound()
205 cmax->x = MYMAX( cmax->x , max.x); in cellbound()
206 cmax->y = MYMAX( cmax->y , max.y); in cellbound()
207 cmax->z = MYMAX( cmax->z , max.z); in cellbound()
339 len = 1.0 / (MYMAX( MYMAX(gsize.x, gsize.y), gsize.z )); in engrid_cell()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dtriangle.cpp150 max->x = MYMAX(t->v0.x, MYMAX(v1.x, v2.x)); in tri_bbox()
151 max->y = MYMAX(t->v0.y, MYMAX(v1.y, v2.y)); in tri_bbox()
152 max->z = MYMAX(t->v0.z, MYMAX(v1.z, v2.z)); in tri_bbox()
H A Dgrid.cpp167 gmax->x = MYMAX(gmax->x, max.x); in globalbound()
168 gmax->y = MYMAX(gmax->y, max.y); in globalbound()
169 gmax->z = MYMAX(gmax->z, max.z); in globalbound()
216 cmax->x = MYMAX(cmax->x, max.x); in cellbound()
217 cmax->y = MYMAX(cmax->y, max.y); in cellbound()
218 cmax->z = MYMAX(cmax->z, max.z); in cellbound()
348 len = 1.0 / (MYMAX(MYMAX(gsize.x, gsize.y), gsize.z)); in engrid_cell()
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/mathext/internal/amos/amoslib/
H A Dmymax.f1 DOUBLE PRECISION FUNCTION MYMAX(A, B) function
3 MYMAX = DMAX1(A,B)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/mathext/internal/amos/amoslib/
H A Dmymax.f1 DOUBLE PRECISION FUNCTION MYMAX(A, B) function
3 MYMAX = DMAX1(A,B)
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcamera.cpp427 fov_degrees = MYMAX(fov_degrees, 10.0); in update()
448 m_fov_y *= MYMAX(1.0, MYMIN(1.4, sqrt(16./10. / m_aspect))); in update()
554 viewing_range_min = MYMAX(15.0, viewing_range_min); in updateViewingRange()
557 viewing_range_max = MYMAX(viewing_range_min, viewing_range_max); in updateViewingRange()
559 …viewing_range_max = MYMIN(viewing_range_max, 32760 - MYMAX(MYMAX(std::abs(m_camera_position.X/BS),… in updateViewingRange()
580 wanted_fps = MYMAX(wanted_fps, 1.0); in updateViewingRange()
690 new_range = MYMAX(new_range, viewing_range_min); in updateViewingRange()
H A Dcavegen.cpp84 s16 more = MYMAX(max_spread_amount - max_tunnel_diameter / 2 - insure, 1); in makeCave()
239 s16 si = rs / 2 - MYMAX(0, abs(z0) - rs / 7 - 1); in carveRoute()
241 s16 maxabsxz = MYMAX(abs(x0), abs(z0)); in carveRoute()
242 s16 si2 = rs / 2 - MYMAX(0, maxabsxz - rs / 7 - 1); in carveRoute()
336 s16 more = MYMAX(MAP_BLOCKSIZE - max_tunnel_diameter / 2 - insure, 1); in makeCave()
532 s16 si = rs / 2 - MYMAX(0, abs(z0) - rs / 7 - 1); in carveRoute()
534 s16 maxabsxz = MYMAX(abs(x0), abs(z0)); in carveRoute()
537 rs / 2 - MYMAX(0, maxabsxz - rs / 7 - 1); in carveRoute()
/dports/games/minetest/minetest-5.4.1/src/server/
H A Dplayer_sao.cpp257 m_max_speed_override_time = MYMAX(m_max_speed_override_time - dtime, 0.0f); in step()
595 override_max_H = MYMAX(fabs(m_max_speed_override.X), fabs(m_max_speed_override.Z)); in checkMovementCheat()
609 player_max_walk = MYMAX(player_max_walk, override_max_H); in checkMovementCheat()
615 player_max_jump = MYMAX(player_max_jump, override_max_V); in checkMovementCheat()
633 float s = MYMAX(player_max_jump, player_max_walk); in checkMovementCheat()
634 required_time = MYMAX(required_time, d_vert / s); in checkMovementCheat()
642 lag_pool_max = MYMAX(lag_pool_max, LAG_POOL_MIN); in checkMovementCheat()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dcn3d_glcanvas.cpp133 #define MYMAX(a, b) (((a) >= (b)) ? (a) : (b)) macro
146 … wxBitmap biggerBitmap(MYMAX(memoryBitmap.GetWidth(), w), MYMAX(memoryBitmap.GetHeight(), h), -1); in MeasureText()
/dports/graphics/tachyon/tachyon/src/
H A Dtriangle.c220 max->x = MYMAX( t->v0.x , MYMAX( v1.x , v2.x )); in tri_bbox()
221 max->y = MYMAX( t->v0.y , MYMAX( v1.y , v2.y )); in tri_bbox()
222 max->z = MYMAX( t->v0.z , MYMAX( v1.z , v2.z )); in tri_bbox()
H A Dgrid.c118 gmax->x = MYMAX( gmax->x , max.x); in globalbound()
119 gmax->y = MYMAX( gmax->y , max.y); in globalbound()
120 gmax->z = MYMAX( gmax->z , max.z); in globalbound()
162 cmax->x = MYMAX( cmax->x , max.x); in cellbound()
163 cmax->y = MYMAX( cmax->y , max.y); in cellbound()
164 cmax->z = MYMAX( cmax->z , max.z); in cellbound()
322 len = 1.0 / (MYMAX( MYMAX(gsize.x, gsize.y), gsize.z )); in engrid_cell()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dexprs.c113 #define MYMAX(A,B) __extension__ ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b … macro
117MYMAX(P, F); // expected-error {{invalid operands to binary expression ('typeof (P)' (aka 'struct… in test11()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Dexprs.c113 #define MYMAX(A,B) __extension__ ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b … macro
117MYMAX(P, F); // expected-error {{invalid operands to binary expression ('typeof (P)' (aka 'struct… in test11()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Sema/
H A Dexprs.c113 #define MYMAX(A,B) __extension__ ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b … macro
117MYMAX(P, F); // expected-error {{invalid operands to binary expression ('typeof (P)' (aka 'struct… in test11()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dexprs.c113 #define MYMAX(A,B) __extension__ ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b … macro
117MYMAX(P, F); // expected-error {{invalid operands to binary expression ('typeof (P)' (aka 'struct… in test11()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dexprs.c113 #define MYMAX(A,B) __extension__ ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b … macro
117MYMAX(P, F); // expected-error {{invalid operands to binary expression ('typeof (P)' (aka 'struct… in test11()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dexprs.c113 #define MYMAX(A,B) __extension__ ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b … macro
117MYMAX(P, F); // expected-error {{invalid operands to binary expression ('typeof (P)' (aka 'struct… in test11()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dexprs.c113 #define MYMAX(A,B) __extension__ ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b … macro
117MYMAX(P, F); // expected-error {{invalid operands to binary expression ('typeof (P)' (aka 'struct… in test11()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dexprs.c113 #define MYMAX(A,B) __extension__ ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b … macro
117MYMAX(P, F); // expected-error {{invalid operands to binary expression ('typeof (P)' (aka 'struct… in test11()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dexprs.c113 #define MYMAX(A,B) __extension__ ({ __typeof__(A) __a = (A); __typeof__(B) __b = (B); __a < __b … macro
117MYMAX(P, F); // expected-error {{invalid operands to binary expression ('typeof (P)' (aka 'struct… in test11()

12345678910>>...12