Home
last modified time | relevance | path

Searched defs:min (Results 1 – 25 of 12492) sorted by relevance

12345678910>>...500

/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/include/BALL/COMMON/
H A Dlimits.h57 static T min() in min() function
88 static float min() in min() function
104 static double min() in min() function
120 static bool min() in min() function
136 static char min() in min() function
152 static signed char min() in min() function
168 static unsigned char min() in min() function
184 static short min() in min() function
216 static int min() in min() function
232 static unsigned int min() in min() function
[all …]
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_min.hpp27 min(const T1& X) in min() function
40 min(const T1& X) in min() function
66 min(const T& x) in min() function
83 min in min() function
100 min in min() function
117 min in min() function
139 min(const T1& x) in min() function
157 min(const T1& X) in min() function
212 min in min() function
238 min in min() function
[all …]
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_min.hpp27 min(const T1& X) in min() function
40 min(const T1& X) in min() function
66 min(const T& x) in min() function
83 min in min() function
100 min in min() function
117 min in min() function
139 min(const T1& x) in min() function
157 min(const T1& X) in min() function
212 min in min() function
238 min in min() function
[all …]
/dports/databases/grass7/grass-7.8.6/lib/raster/
H A Dcolor_compat.c29 void Rast_make_wave_colors(struct Colors *colors, CELL min, CELL max) in Rast_make_wave_colors()
46 void Rast_make_wave_fp_colors(struct Colors *colors, DCELL min, DCELL max) in Rast_make_wave_fp_colors()
60 void Rast_make_ryg_colors(struct Colors *colors, CELL min, CELL max) in Rast_make_ryg_colors()
74 void Rast_make_ryg_fp_colors(struct Colors *colors, DCELL min, DCELL max) in Rast_make_ryg_fp_colors()
90 void Rast_make_ramp_colors(struct Colors *colors, CELL min, CELL max) in Rast_make_ramp_colors()
124 void Rast_make_rainbow_colors(struct Colors *colors, CELL min, CELL max) in Rast_make_rainbow_colors()
156 void Rast_make_gyr_colors(struct Colors *colors, CELL min, CELL max) in Rast_make_gyr_colors()
200 void Rast_make_grey_scale_fp_colors(struct Colors *colors, DCELL min, in Rast_make_grey_scale_fp_colors()
215 void Rast_make_byr_colors(struct Colors *colors, CELL min, CELL max) in Rast_make_byr_colors()
243 void Rast_make_bgyr_colors(struct Colors *colors, CELL min, CELL max) in Rast_make_bgyr_colors()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/utils/CPP/
H A DLimits.h28 static constexpr int min() { return INT_MIN; } in min() function
33 static constexpr unsigned int min() { return 0; } in min() function
38 static constexpr long min() { return LONG_MIN; } in min() function
43 static constexpr unsigned long min() { return 0; } in min() function
48 static constexpr long long min() { return LLONG_MIN; } in min() function
53 static constexpr unsigned long long min() { return 0; } in min() function
58 static constexpr __uint128_t min() { return 0; } in min() function
63 static constexpr __int128_t min() { return __int128_t(1) << 127; } in min() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/tests/QueryOperators/
H A DMinTests.cs42 public static void Min_Int(Labeled<ParallelQuery<int>> labeled, int count, int min) in Min_Int()
54 … public static void Min_Int_Longrunning(Labeled<ParallelQuery<int>> labeled, int count, int min) in Min_Int_Longrunning()
61 public static void Min_Int_SomeNull(Labeled<ParallelQuery<int>> labeled, int count, int min) in Min_Int_SomeNull()
70 public static void Min_Int_AllNull(Labeled<ParallelQuery<int>> labeled, int count, int min) in Min_Int_AllNull()
79 public static void Min_Long(Labeled<ParallelQuery<int>> labeled, int count, long min) in Min_Long()
98 … public static void Min_Long_SomeNull(Labeled<ParallelQuery<int>> labeled, int count, long min) in Min_Long_SomeNull()
107 … public static void Min_Long_AllNull(Labeled<ParallelQuery<int>> labeled, int count, long min) in Min_Long_AllNull()
116 public static void Min_Float(Labeled<ParallelQuery<int>> labeled, int count, float min) in Min_Float()
172 public static void Min_Double(Labeled<ParallelQuery<int>> labeled, int count, double min) in Min_Double()
228 public static void Min_Decimal(Labeled<ParallelQuery<int>> labeled, int count, decimal min) in Min_Decimal()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/test/
H A DtestUnaryVoxelFunction.cc38 UnaryVoxelFunction::GetMin min; in TEST() local
48 UnaryVoxelFunction::GetMin min; in TEST() local
53 UnaryVoxelFunction::GetMin min; in TEST() local
58 UnaryVoxelFunction::GetMin min; in TEST() local
63 UnaryVoxelFunction::GetMin min; in TEST() local
69 UnaryVoxelFunction::GetMin min; in TEST() local
77 UnaryVoxelFunction::GetMin min; in TEST() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/26_numerics/random/
H A Dconcept.cc40 static constexpr unsigned min() { return 0; } in min() function
67 static constexpr unsigned min() { return 0; } in min() function
76 static constexpr unsigned min() { return 0; } in min() function
85 static constexpr unsigned min() { return 0; } in min() function
94 static constexpr unsigned min() { return 0; } in min() function
103 static constexpr unsigned min() { return 0; } in min() function
136 static constexpr unsigned min() { return 0; } in min() function
154 static constexpr unsigned min() { return 0; } in min() function
163 static constexpr unsigned min() { return 0; } in min() function
172 static constexpr unsigned min() { return 0; } in min() function
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/26_numerics/random/
H A Dconcept.cc40 static constexpr unsigned min() { return 0; } in min() function
67 static constexpr unsigned min() { return 0; } in min() function
76 static constexpr unsigned min() { return 0; } in min() function
85 static constexpr unsigned min() { return 0; } in min() function
94 static constexpr unsigned min() { return 0; } in min() function
103 static constexpr unsigned min() { return 0; } in min() function
136 static constexpr unsigned min() { return 0; } in min() function
154 static constexpr unsigned min() { return 0; } in min() function
163 static constexpr unsigned min() { return 0; } in min() function
172 static constexpr unsigned min() { return 0; } in min() function
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/26_numerics/random/
H A Dconcept.cc40 static constexpr unsigned min() { return 0; } in min() function
67 static constexpr unsigned min() { return 0; } in min() function
76 static constexpr unsigned min() { return 0; } in min() function
85 static constexpr unsigned min() { return 0; } in min() function
94 static constexpr unsigned min() { return 0; } in min() function
103 static constexpr unsigned min() { return 0; } in min() function
136 static constexpr unsigned min() { return 0; } in min() function
154 static constexpr unsigned min() { return 0; } in min() function
163 static constexpr unsigned min() { return 0; } in min() function
172 static constexpr unsigned min() { return 0; } in min() function
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/26_numerics/random/
H A Dconcept.cc40 static constexpr unsigned min() { return 0; } in min() function
67 static constexpr unsigned min() { return 0; } in min() function
76 static constexpr unsigned min() { return 0; } in min() function
85 static constexpr unsigned min() { return 0; } in min() function
94 static constexpr unsigned min() { return 0; } in min() function
103 static constexpr unsigned min() { return 0; } in min() function
136 static constexpr unsigned min() { return 0; } in min() function
154 static constexpr unsigned min() { return 0; } in min() function
163 static constexpr unsigned min() { return 0; } in min() function
172 static constexpr unsigned min() { return 0; } in min() function
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/26_numerics/random/
H A Dconcept.cc40 static constexpr unsigned min() { return 0; } in min() function
67 static constexpr unsigned min() { return 0; } in min() function
76 static constexpr unsigned min() { return 0; } in min() function
85 static constexpr unsigned min() { return 0; } in min() function
94 static constexpr unsigned min() { return 0; } in min() function
103 static constexpr unsigned min() { return 0; } in min() function
136 static constexpr unsigned min() { return 0; } in min() function
154 static constexpr unsigned min() { return 0; } in min() function
163 static constexpr unsigned min() { return 0; } in min() function
172 static constexpr unsigned min() { return 0; } in min() function
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/26_numerics/random/
H A Dconcept.cc40 static constexpr unsigned min() { return 0; } in min() function
67 static constexpr unsigned min() { return 0; } in min() function
76 static constexpr unsigned min() { return 0; } in min() function
85 static constexpr unsigned min() { return 0; } in min() function
94 static constexpr unsigned min() { return 0; } in min() function
103 static constexpr unsigned min() { return 0; } in min() function
136 static constexpr unsigned min() { return 0; } in min() function
154 static constexpr unsigned min() { return 0; } in min() function
163 static constexpr unsigned min() { return 0; } in min() function
172 static constexpr unsigned min() { return 0; } in min() function
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/26_numerics/random/
H A Dconcept.cc40 static constexpr unsigned min() { return 0; } in min() function
67 static constexpr unsigned min() { return 0; } in min() function
76 static constexpr unsigned min() { return 0; } in min() function
85 static constexpr unsigned min() { return 0; } in min() function
94 static constexpr unsigned min() { return 0; } in min() function
103 static constexpr unsigned min() { return 0; } in min() function
136 static constexpr unsigned min() { return 0; } in min() function
154 static constexpr unsigned min() { return 0; } in min() function
163 static constexpr unsigned min() { return 0; } in min() function
172 static constexpr unsigned min() { return 0; } in min() function
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/simd/
H A DMin.h68 BLAZE_ALWAYS_INLINE const SIMDint8 min( const SIMDint8& a, const SIMDint8& b ) noexcept in min() function
97 BLAZE_ALWAYS_INLINE const SIMDuint8 min( const SIMDuint8& a, const SIMDuint8& b ) noexcept in min() function
134 BLAZE_ALWAYS_INLINE const SIMDint16 min( const SIMDint16& a, const SIMDint16& b ) noexcept in min() function
163 BLAZE_ALWAYS_INLINE const SIMDuint16 min( const SIMDuint16& a, const SIMDuint16& b ) noexcept in min() function
200 BLAZE_ALWAYS_INLINE const SIMDint32 min( const SIMDint32& a, const SIMDint32& b ) noexcept in min() function
229 BLAZE_ALWAYS_INLINE const SIMDuint32 min( const SIMDuint32& a, const SIMDuint32& b ) noexcept in min() function
269 min( const SIMDf32<T1>& a, const SIMDf32<T2>& b ) noexcept in min() function
309 min( const SIMDf64<T1>& a, const SIMDf64<T2>& b ) noexcept in min() function
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/test/
H A DTestLogRange.h119 double min, max; in mapRangeAllPositiveDefaultThreshold() local
137 double min, max; in mapRangeAllPositiveSetThreshold() local
155 double min, max; in mapRangeAllNegativeDefaultThreshold() local
173 double min, max; in mapRangeAllNegativeSetThreshold() local
191 double min, max; in mapRangeAllNonNegativeDefaultThreshold() local
209 double min, max; in mapRangeAllNonNegativeSetThreshold() local
227 double min, max; in mapRangeAllNonPositiveDefaultThreshold() local
240 double min, max; in mapRangeAllNonPositiveSetThreshold() local
253 double min, max; in mapRangeSpanningZeroDefaultThreshold() local
293 double min, max; in mapRangeSpanningZeroSetThreshold() local
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/ios/mocked_data/test_get_optics/vss_setup/
H A Dexpected_result.json11 "min": -100.0, number
17 "min": -100.0, number
23 "min": 0.0, number
40 "min": -100.0, number
46 "min": -100.0, number
52 "min": 0.0, number
81 "min": 0.0, number
110 "min": 0.0, number
139 "min": 0.0, number
168 "min": 0.0, number
[all …]
/dports/comms/flrig/flrig-1.3.54/src/include/
H A DFT891.h88 void get_pc_min_max_step(double &min, double &max, double &step) { in get_pc_min_max_step()
103 void get_if_min_max_step(int &min, int &max, int &step) { in get_if_min_max_step()
108 void get_notch_min_max_step(int &min, int &max, int &step) { in get_notch_min_max_step()
116 void get_nb_min_max_step(int &min, int &max, int &step) { in get_nb_min_max_step()
123 void get_nr_min_max_step(int &min, int &max, int &step) { in get_nr_min_max_step()
132 void get_mic_min_max_step(int &min, int &max, int &step) { in get_mic_min_max_step()
137 void get_rf_min_max_step(int &min, int &max, int &step) { in get_rf_min_max_step()
142 void get_squelch_min_max_step(int &min, int &max, int &step) { in get_squelch_min_max_step()
155 void get_cw_wpm_min_max(int &min, int &max) { in get_cw_wpm_min_max()
161 void get_cw_spot_tone_min_max_step(int &min, int &max, int &step) { in get_cw_spot_tone_min_max_step()
[all …]
H A DFT450D.h75 void get_pc_min_max_step(double &min, double &max, double &step) { in get_pc_min_max_step()
108 void get_vox_gain_min_max_step(int &min, int &max, int &step) { in get_vox_gain_min_max_step()
111 void get_vox_hang_min_max_step(int &min, int &max, int &step) { in get_vox_hang_min_max_step()
114 void get_cw_wpm_min_max(int &min, int &max) { in get_cw_wpm_min_max()
132 void get_cw_qsk_min_max_step(double &min, double &max, double &step) { in get_cw_qsk_min_max_step()
136 void get_cw_delay_min_max_step(double &min, double &max, double &step) { in get_cw_delay_min_max_step()
141 void get_cw_spot_tone_min_max_step(int &min, int &max, int &step) { in get_cw_spot_tone_min_max_step()
144 void get_nr_min_max_step(int &min, int &max, int &step) { in get_nr_min_max_step()
/dports/math/kfr/kfr-4.2.1/include/kfr/math/impl/
H A Dmin_max.hpp40 KFR_INTRINSIC f32sse min(const f32sse& x, const f32sse& y) { return _mm_min_ps(x.v, y.v); } in min() function
41 KFR_INTRINSIC f64sse min(const f64sse& x, const f64sse& y) { return _mm_min_pd(x.v, y.v); } in min() function
42 KFR_INTRINSIC u8sse min(const u8sse& x, const u8sse& y) { return _mm_min_epu8(x.v, y.v); } in min() function
43 KFR_INTRINSIC i16sse min(const i16sse& x, const i16sse& y) { return _mm_min_epi16(x.v, y.v); } in min() function
51 KFR_INTRINSIC u8avx min(const u8avx& x, const u8avx& y) { return _mm256_min_epu8(x.v, y.v); } in min() function
53 KFR_INTRINSIC i8avx min(const i8avx& x, const i8avx& y) { return _mm256_min_epi8(x.v, y.v); } in min() function
100 KFR_INTRINSIC i64sse min(const i64sse& x, const i64sse& y) { return select(x < y, x, y); } in min() function
101 KFR_INTRINSIC u64sse min(const u64sse& x, const u64sse& y) { return select(x < y, x, y); } in min() function
104 KFR_INTRINSIC i64avx min(const i64avx& x, const i64avx& y) { return select(x < y, x, y); } in min() function
105 KFR_INTRINSIC u64avx min(const u64avx& x, const u64avx& y) { return select(x < y, x, y); } in min() function
[all …]
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/ios/mocked_data/test_get_optics/interface_shutdown_v2/
H A Dexpected_result.json11 "min": -100.0, number
17 "min": -100.0, number
23 "min": 0.0, number
40 "min": -100.0, number
46 "min": -100.0, number
52 "min": 0.0, number
81 "min": 0.0, number
110 "min": 0.0, number
139 "min": 0.0, number
168 "min": 0.0, number
[all …]
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/core/
H A Di_min.h39 int8<N,expr_empty> min(const int8<N,E1>& a, const int8<N,E2>& b) in min() function
44 SIMDPP_SCALAR_ARG_IMPL_VEC(min, int8, int8) in SIMDPP_SCALAR_ARG_IMPL_VEC() argument
63 SIMDPP_SCALAR_ARG_IMPL_VEC(min, uint8, uint8) in SIMDPP_SCALAR_ARG_IMPL_VEC() argument
82 SIMDPP_SCALAR_ARG_IMPL_VEC(min, int16, int16) in SIMDPP_SCALAR_ARG_IMPL_VEC() argument
105 SIMDPP_SCALAR_ARG_IMPL_VEC(min, uint16, uint16) in SIMDPP_SCALAR_ARG_IMPL_VEC() argument
128 SIMDPP_SCALAR_ARG_IMPL_VEC(min, int32, int32) in SIMDPP_SCALAR_ARG_IMPL_VEC() argument
152 SIMDPP_SCALAR_ARG_IMPL_VEC(min, uint32, uint32) in SIMDPP_SCALAR_ARG_IMPL_VEC() argument
170 SIMDPP_SCALAR_ARG_IMPL_VEC(min, int64, int64) in SIMDPP_SCALAR_ARG_IMPL_VEC() argument
/dports/games/openjk/OpenJK-07675e2/codemp/client/
H A DFxTemplate.cpp329 vec3_t min; in ParseMin() local
381 float min, max; in ParseLife() local
404 float min, max; in ParseDelay() local
427 float min, max; in ParseCount() local
450 float min, max; in ParseElasticity() local
527 float min, max; in ParseRadius() local
550 float min, max; in ParseHeight() local
573 float min, max; in ParseWindModifier() local
596 float min, max; in ParseRotation() local
619 float min, max; in ParseRotationDelta() local
[all …]
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/dsdb/samdb/ldb_modules/
H A Dschema_syntax.c140 static int schema_validate_boolean(struct ldb_context *ldb, struct ldb_val *val, int min, int max) in schema_validate_boolean()
151 static int schema_validate_integer(struct ldb_context *ldb, struct ldb_val *val, int min, int max) in schema_validate_integer()
166 static int schema_validate_binary_blob(struct ldb_context *ldb, struct ldb_val *val, int min, int m… in schema_validate_binary_blob()
172 static int schema_validate_sid(struct ldb_context *ldb, struct ldb_val *val, int min, int max) in schema_validate_sid()
178 static int schema_validate_oid(struct ldb_context *ldb, struct ldb_val *val, int min, int max) in schema_validate_oid()
206 static int schema_validate_ia5_string(struct ldb_context *ldb, struct ldb_val *val, int min, int ma… in schema_validate_ia5_string()
212 static int schema_validate_utc_time(struct ldb_context *ldb, struct ldb_val *val, int min, int max) in schema_validate_utc_time()
243 static int schema_validate_object_sd(struct ldb_context *ldb, struct ldb_val *val, int min, int max) in schema_validate_object_sd()
249 static int schema_validate_dn(struct ldb_context *ldb, struct ldb_val *val, int min, int max) in schema_validate_dn()
328 static int schema_validate_x400_or_name(struct ldb_context *ldb, struct ldb_val *val, int min, int … in schema_validate_x400_or_name()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/System/
H A DMathTests.netcoreapp.cs37 public static void Clamp_SByte(sbyte value, sbyte min, sbyte max, sbyte expected) in Clamp_SByte()
44 public static void Clamp_Byte(byte value, byte min, byte max, byte expected) in Clamp_Byte()
51 public static void Clamp_Short(short value, short min, short max, short expected) in Clamp_Short()
58 public static void Clamp_UShort(ushort value, ushort min, ushort max, ushort expected) in Clamp_UShort()
65 public static void Clamp_Int(int value, int min, int max, int expected) in Clamp_Int()
72 public static void Clamp_UInt(uint value, uint min, uint max, uint expected) in Clamp_UInt()
79 public static void Clamp_Long(long value, long min, long max, long expected) in Clamp_Long()
86 public static void Clamp_ULong(ulong value, ulong min, ulong max, ulong expected) in Clamp_ULong()
105 public static void Clamp_Double(double value, double min, double max, double expected) in Clamp_Double()
124 public static void Clamp_Float(float value, float min, float max, float expected) in Clamp_Float()
[all …]

12345678910>>...500