Home
last modified time | relevance | path

Searched +defs:max +defs:x (Results 1 – 25 of 32641) sorted by relevance

12345678910>>...1306

/dports/math/kfr/kfr-4.2.1/include/kfr/math/impl/
H A Dmin_max.hpp45 KFR_INTRINSIC f32sse max(const f32sse& x, const f32sse& y) { return _mm_max_ps(x.v, y.v); } in max() function
46 KFR_INTRINSIC f64sse max(const f64sse& x, const f64sse& y) { return _mm_max_pd(x.v, y.v); } in max() function
47 KFR_INTRINSIC u8sse max(const u8sse& x, const u8sse& y) { return _mm_max_epu8(x.v, y.v); } in max() function
48 KFR_INTRINSIC i16sse max(const i16sse& x, const i16sse& y) { return _mm_max_epi16(x.v, y.v); } in max() function
58 KFR_INTRINSIC u8avx max(const u8avx& x, const u8avx& y) { return _mm256_max_epu8(x.v, y.v); } in max() function
102 KFR_INTRINSIC i64sse max(const i64sse& x, const i64sse& y) { return select(x > y, x, y); } in max() function
103 KFR_INTRINSIC u64sse max(const u64sse& x, const u64sse& y) { return select(x > y, x, y); } in max() function
106 KFR_INTRINSIC i64avx max(const i64avx& x, const i64avx& y) { return select(x > y, x, y); } in max() function
107 KFR_INTRINSIC u64avx max(const u64avx& x, const u64avx& y) { return select(x > y, x, y); } in max() function
123 KFR_INTRINSIC i8sse max(const i8sse& x, const i8sse& y) { return _mm_max_epi8(x.v, y.v); } in max() function
[all …]
/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Dfn_max.hpp27 max(const T1& X) in max() function
66 max(const T& x) in max() function
83 max in max() function
100 max in max() function
117 max in max() function
139 max(const T1& x) in max() function
194 max(const T1& x, const T2& y) in max() function
212 max in max() function
214 const T1& x, in max()
238 max in max() function
[all …]
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Dfn_max.hpp27 max(const T1& X) in max() function
66 max(const T& x) in max() function
83 max in max() function
100 max in max() function
117 max in max() function
139 max(const T1& x) in max() function
194 max(const T1& x, const T2& y) in max() function
212 max in max() function
214 const T1& x, in max()
238 max in max() function
[all …]
/dports/graphics/povray37/povray-3.7.0.10/source/base/image/
H A Dencoding.h77 virtual void setError(unsigned int x, unsigned int y, const OffsetInfo& err) {} in setError()
100 inline float IntDecode(unsigned int x, unsigned int max) { return float(x) / float(max); } in IntDecode()
110 inline float IntDecode(const GammaCurvePtr& g, unsigned int x, unsigned int max) { return GammaCurv… in IntDecode()
119 inline unsigned int IntEncode(float x, unsigned int max) { return (unsigned int)floor( clip(x,0.0f,… in IntEncode()
129 inline unsigned int IntEncode(float x, unsigned int max, float qOff) in IntEncode()
143 inline unsigned int IntEncode(float x, unsigned int max, float qOff, float& err) in IntEncode()
159 inline unsigned int IntEncode(const GammaCurvePtr& g, float x, unsigned int max) { return IntEncode… in IntEncode()
171 inline unsigned int IntEncode(const GammaCurvePtr& g, float x, unsigned int max, float qOff) in IntEncode()
187 inline unsigned int IntEncode(const GammaCurvePtr& g, float x, unsigned int max, float qOff, float&… in IntEncode()
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dextended_min_max.inl8 T const & x,
18 C<T> const & x,
40 T const & x,
74 GLM_FUNC_QUALIFIER T max( function
75 T const & x,
83 GLM_FUNC_QUALIFIER C<T> max function
94 GLM_FUNC_QUALIFIER C<T> max function
105 GLM_FUNC_QUALIFIER T max function
107 T const & x,
117 GLM_FUNC_QUALIFIER C<T> max function
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/gtx/
H A Dextended_min_max.inl8 T const & x,
18 C<T> const & x,
40 T const & x,
74 GLM_FUNC_QUALIFIER T max( function
75 T const & x,
83 GLM_FUNC_QUALIFIER C<T> max function
94 GLM_FUNC_QUALIFIER C<T> max function
105 GLM_FUNC_QUALIFIER T max function
107 T const & x,
117 GLM_FUNC_QUALIFIER C<T> max function
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/gtx/
H A Dextended_min_max.inl8 T const & x,
18 C<T> const & x,
29 C<T> const & x,
40 T const & x,
74 GLM_FUNC_QUALIFIER T max( function
75 T const & x,
83 GLM_FUNC_QUALIFIER C<T> max function
94 GLM_FUNC_QUALIFIER C<T> max function
105 GLM_FUNC_QUALIFIER T max function
117 GLM_FUNC_QUALIFIER C<T> max function
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/gtx/
H A Dextended_min_max.inl8 T const & x,
18 C<T> const & x,
40 T const & x,
74 GLM_FUNC_QUALIFIER T max( function
75 T const & x,
83 GLM_FUNC_QUALIFIER C<T> max function
94 GLM_FUNC_QUALIFIER C<T> max function
105 GLM_FUNC_QUALIFIER T max function
107 T const & x,
117 GLM_FUNC_QUALIFIER C<T> max function
[all …]
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/gtx/
H A Dextented_min_max.inl14 T const & x,
28 C<T> const & x,
54 T const & x,
96 GLM_FUNC_QUALIFIER T max( function
97 T const & x,
109 GLM_FUNC_QUALIFIER C<T> max function
124 GLM_FUNC_QUALIFIER C<T> max function
135 GLM_FUNC_QUALIFIER T max function
137 T const & x,
151 GLM_FUNC_QUALIFIER C<T> max function
[all …]
/dports/games/warzone2100/warzone2100/3rdparty/glm/glm/gtx/
H A Dextended_min_max.inl7 T const& x,
17 C<T> const& x,
28 C<T> const& x,
39 T const& x,
73 GLM_FUNC_QUALIFIER T max( function
74 T const& x,
82 GLM_FUNC_QUALIFIER C<T> max function
93 GLM_FUNC_QUALIFIER C<T> max function
104 GLM_FUNC_QUALIFIER T max function
116 GLM_FUNC_QUALIFIER C<T> max function
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/glm/gtx/
H A Dextended_min_max.inl8 T const & x,
18 C<T> const & x,
29 C<T> const & x,
40 T const & x,
74 GLM_FUNC_QUALIFIER T max( function
75 T const & x,
83 GLM_FUNC_QUALIFIER C<T> max function
94 GLM_FUNC_QUALIFIER C<T> max function
105 GLM_FUNC_QUALIFIER T max function
117 GLM_FUNC_QUALIFIER C<T> max function
[all …]
/dports/math/glm/glm-0.9.9.8/glm/gtx/
H A Dextended_min_max.inl7 T const& x,
17 C<T> const& x,
28 C<T> const& x,
39 T const& x,
73 GLM_FUNC_QUALIFIER T max( function
74 T const& x,
82 GLM_FUNC_QUALIFIER C<T> max function
93 GLM_FUNC_QUALIFIER C<T> max function
104 GLM_FUNC_QUALIFIER T max function
116 GLM_FUNC_QUALIFIER C<T> max function
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/mat/fun/
H A Dmax.hpp22 inline int max(const std::vector<int>& x) { in max() function
24 int max = x[0]; in max() local
39 inline T max(const std::vector<T>& x) { in max() function
42 T max = x[0]; in max() local
56 inline T max(const Eigen::Matrix<T, R, C>& m) { in max() function
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/
H A Dlib.h69 T Clamp(T val, T min, T max) in Clamp()
139 template<typename T> u8 u8_from_larger(T x) in u8_from_larger()
141 const u8 max = std::numeric_limits<u8>::max(); in u8_from_larger() local
147 template<typename T> u16 u16_from_larger(T x) in u16_from_larger()
149 const u16 max = std::numeric_limits<u16>::max(); in u16_from_larger() local
155 template<typename T> u32 u32_from_larger(T x) in u32_from_larger()
157 const u32 max = std::numeric_limits<u32>::max(); in u32_from_larger() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/tests/
H A Dmath_fixed_tests.c47 int x; in fixed_reciprocal16_tests() local
52 double max; in fixed_reciprocal16_tests() local
90 int x; in fixed_divide16_tests() local
95 double max; in fixed_divide16_tests() local
137 double max; in fixed_divide32_tests() local
174 int x; in fixed_log10_16_tests() local
207 int x; in fixed_log10_32_tests() local
240 int x; in fixed_sqrt16_tests() local
306 int x; in fixed_sin_tests() local
339 int x; in fixed_cos_tests() local
[all …]
/dports/comms/spandsp/spandsp-284fe91/tests/
H A Dmath_fixed_tests.c47 int x; in fixed_reciprocal16_tests() local
52 double max; in fixed_reciprocal16_tests() local
90 int x; in fixed_divide16_tests() local
95 double max; in fixed_divide16_tests() local
137 double max; in fixed_divide32_tests() local
174 int x; in fixed_log10_16_tests() local
207 int x; in fixed_log10_32_tests() local
240 int x; in fixed_sqrt16_tests() local
306 int x; in fixed_sin_tests() local
339 int x; in fixed_cos_tests() local
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/math/
H A DMathUtil.java29 public static double clamp(double x, double min, double max) in clamp()
43 public static int clamp(int x, int min, int max) in clamp()
63 public static double log10(double x) in log10()
80 public static int wrap(int index, int max) in wrap()
100 public static double max(double v1, double v2, double v3) in max() method in MathUtil
102 double max = v1; in max() local
108 public static double max(double v1, double v2, double v3, double v4) in max() method in MathUtil
110 double max = v1; in max() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/System/
H A DMath.hpp34 inline T constexpr max(T a, T b) in max() function
46 inline constexpr T max(T a, T b, T c) in max() function
58 inline constexpr T max(T a, T b, T c, T d) in max() function
81 inline int iround(float x) in iround()
87 inline int ifloor(float x) in ifloor()
92 inline int ceilFix4(int x) in ceilFix4()
178 inline float clamp_s(float x, float min, float max) in clamp_s()
224 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local
245 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in snorm() local
276 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in ucast() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/System/
H A DMath.hpp34 inline T constexpr max(T a, T b) in max() function
46 inline constexpr T max(T a, T b, T c) in max() function
58 inline constexpr T max(T a, T b, T c, T d) in max() function
81 inline int iround(float x) in iround()
87 inline int ifloor(float x) in ifloor()
92 inline int ceilFix4(int x) in ceilFix4()
178 inline float clamp_s(float x, float min, float max) in clamp_s()
224 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local
245 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in snorm() local
276 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in ucast() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c16 #define bos(x) __builtin_object_size (x, 0) argument
43 static int i (int x) { return x; } in i()
58 #define x x () in test_sprintf_chk_string() macro
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() argument
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() argument
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() argument
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() argument
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
398 #define x x () in test_sprintf_malloc() macro
426 #define x x () in test_sprintf_alloca() macro
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c19 #define bos(x) __builtin_object_size (x, 0) argument
46 static int i (int x) { return x; } in i()
61 #define x x () in test_sprintf_chk_string() macro
190 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() argument
212 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() argument
307 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() argument
330 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() argument
357 NOIPA void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
401 #define x x () in test_sprintf_malloc() macro
429 #define x x () in test_sprintf_alloca() macro
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c16 #define bos(x) __builtin_object_size (x, 0) argument
43 static int i (int x) { return x; } in i()
58 #define x x () in test_sprintf_chk_string() macro
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() argument
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() argument
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() argument
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() argument
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
398 #define x x () in test_sprintf_malloc() macro
426 #define x x () in test_sprintf_alloca() macro
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c19 #define bos(x) __builtin_object_size (x, 0) argument
46 static int i (int x) { return x; } in i()
61 #define x x () in test_sprintf_chk_string() macro
190 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() argument
212 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() argument
307 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() argument
330 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() argument
357 NOIPA void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
401 #define x x () in test_sprintf_malloc() macro
429 #define x x () in test_sprintf_alloca() macro
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c16 #define bos(x) __builtin_object_size (x, 0) argument
43 static int i (int x) { return x; } in i()
58 #define x x () in test_sprintf_chk_string() macro
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() argument
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() argument
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() argument
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() argument
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
398 #define x x () in test_sprintf_malloc() macro
426 #define x x () in test_sprintf_alloca() macro
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c16 #define bos(x) __builtin_object_size (x, 0) argument
43 static int i (int x) { return x; } in i()
58 #define x x () in test_sprintf_chk_string() macro
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() argument
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() argument
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() argument
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() argument
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
398 #define x x () in test_sprintf_malloc() macro
426 #define x x () in test_sprintf_alloca() macro
[all …]

12345678910>>...1306