Searched defs:max (Results 26 - 50 of 1064) sorted by relevance

1234567891011>>

/external/eigen/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_visitors.cpp16 float max = m.maxCoeff(&maxRow, &maxCol); local
22 cout << "Max: " << max << ", at: " <<
/external/libchrome/base/metrics/
H A Dsample_vector_unittest.cc194 HistogramBase::Sample max; local
196 it.Get(&min, &max, &count);
198 EXPECT_EQ(1, max);
204 it.Get(&min, &max, &count);
206 EXPECT_EQ(3, max);
224 it2->Get(&min, &max, &count);
226 EXPECT_EQ(i + 1, max);
252 HistogramBase::Sample max; local
254 EXPECT_DEATH(it->Get(&min, &max, &count), "");
/external/libvncserver/libvncclient/
H A Dlisten.c34 #undef max macro
102 r = select(max(listenSocket, listen6Socket)+1, &fds, NULL, NULL, NULL);
198 r = select(max(client->listenSock, client->listen6Sock) +1, &fds, NULL, NULL, NULL);
200 r = select(max(client->listenSock, client->listen6Sock) +1, &fds, NULL, NULL, &to);
/external/opencv3/3rdparty/openexr/Imath/
H A DImathHalfLimits.h56 static float max() {return HALF_MAX;} function in struct:Imath::limits
H A DImathLimits.h50 // In Windows, min and max are macros. Yay.
57 #ifdef max
58 #undef max macro
72 // max() largest possible positive value of type T
89 // template <class T> max (T x[], int n)
120 static T max();
136 static char max() {return CHAR_MAX;} function in struct:Imath::limits
147 static signed char max() {return SCHAR_MAX;} function in struct:Imath::limits
158 static unsigned char max() {return UCHAR_MAX;} function in struct:Imath::limits
169 static short max() {retur function in struct:Imath::limits
180 static unsigned short max() {return USHRT_MAX;} function in struct:Imath::limits
191 static int max() {return INT_MAX;} function in struct:Imath::limits
202 static unsigned int max() {return UINT_MAX;} function in struct:Imath::limits
213 static long max() {return LONG_MAX;} function in struct:Imath::limits
224 static unsigned long max() {return ULONG_MAX;} function in struct:Imath::limits
235 static float max() {return FLT_MAX;} function in struct:Imath::limits
246 static double max() {return DBL_MAX;} function in struct:Imath::limits
257 static long double max() {return LDBL_MAX;} function in struct:Imath::limits
[all...]
/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dlimits.hpp63 __device__ __forceinline__ static bool max() { return true; } function in struct:cv::cuda::device::numeric_limits
70 __device__ __forceinline__ static signed char max() { return SCHAR_MAX; } function in struct:cv::cuda::device::numeric_limits
77 __device__ __forceinline__ static unsigned char max() { return UCHAR_MAX; } function in struct:cv::cuda::device::numeric_limits
84 __device__ __forceinline__ static short max() { return SHRT_MAX; } function in struct:cv::cuda::device::numeric_limits
91 __device__ __forceinline__ static unsigned short max() { return USHRT_MAX; } function in struct:cv::cuda::device::numeric_limits
98 __device__ __forceinline__ static int max() { return INT_MAX; } function in struct:cv::cuda::device::numeric_limits
105 __device__ __forceinline__ static unsigned int max() { return UINT_MAX; } function in struct:cv::cuda::device::numeric_limits
112 __device__ __forceinline__ static float max() { return FLT_MAX; } function in struct:cv::cuda::device::numeric_limits
120 __device__ __forceinline__ static double max() { return DBL_MAX; } function in struct:cv::cuda::device::numeric_limits
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
H A Dlimits.hpp63 __device__ __forceinline__ static bool max() { return true; } function in struct:cv::cudev::numeric_limits
70 __device__ __forceinline__ static schar max() { return SCHAR_MAX; } function in struct:cv::cudev::numeric_limits
77 __device__ __forceinline__ static uchar max() { return UCHAR_MAX; } function in struct:cv::cudev::numeric_limits
84 __device__ __forceinline__ static short max() { return SHRT_MAX; } function in struct:cv::cudev::numeric_limits
91 __device__ __forceinline__ static ushort max() { return USHRT_MAX; } function in struct:cv::cudev::numeric_limits
98 __device__ __forceinline__ static int max() { return INT_MAX; } function in struct:cv::cudev::numeric_limits
105 __device__ __forceinline__ static uint max() { return UINT_MAX; } function in struct:cv::cudev::numeric_limits
112 __device__ __forceinline__ static float max() { return FLT_MAX; } function in struct:cv::cudev::numeric_limits
120 __device__ __forceinline__ static double max() { return DBL_MAX; } function in struct:cv::cudev::numeric_limits
/external/opencv3/modules/imgcodecs/
H A Dprecomp.hpp72 #undef max macro
/external/opencv3/modules/imgcodecs/src/
H A Dprecomp.hpp72 #undef max macro
/external/opencv3/modules/videostab/src/
H A Dclp.hpp59 // Clp replaces min and max with ?: globally, we can't use std::min and std::max in case
62 #undef max macro
/external/skia/src/core/
H A DSkBitmapProcState_utils.h23 int count, unsigned max) {
36 return (unsigned)SkFixedFloorToInt(fx) <= max &&
37 (unsigned)SkFixedFloorToInt(fx + dx * (count - 1)) < max;
21 can_truncate_to_fixed_for_decal(SkFractionalInt frX, SkFractionalInt frDx, int count, unsigned max) argument
/external/skia/src/views/unix/
H A Dkeysym2ucs.c821 int max = sizeof(keysymtab) / sizeof(struct codepair) - 1; local
834 while (max >= min) {
835 mid = (min + max) / 2;
839 max = mid - 1;
/external/tremolo/Tremolo/
H A Dos.h78 #ifndef max
79 # define max(x,y) ((x)<(y)?(y):(x)) macro
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dmy_corr.c32 int16_t max; local
39 max=WebRtcSpl_MaxAbsValueW16(seq1, dim1);
40 scale=WebRtcSpl_GetSizeInBits(max);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3cyclicdfa.h80 const ANTLR3_INT32 * const max; member in struct:ANTLR3_CYCLIC_DFA_struct
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DStats.cs104 public static int max(int[] X) { method in class:Antlr.Runtime.Misc.Stats
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DStats.java99 public static int max(int[] X) { method in class:Stats
100 int max = Integer.MIN_VALUE;
106 if ( X[i] > max ) {
107 max = X[i];
110 return max;
143 public static int max(List<Integer> X) { method in class:Stats
144 int max = Integer.MIN_VALUE;
150 if ( X.get(i) > max ) {
151 max = X.get(i);
154 return max;
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/integration/
H A DRombergIntegrator.java62 public double integrate(final double min, final double max) argument
64 return integrate(f, min, max);
68 public double integrate(final UnivariateRealFunction f, final double min, final double max) argument
76 verifyInterval(min, max);
80 currentRow[0] = qtrap.stage(f, min, max, 0);
89 currentRow[0] = qtrap.stage(f, min, max, i);
H A DSimpsonIntegrator.java61 public double integrate(final double min, final double max) argument
63 return integrate(f, min, max);
67 public double integrate(final UnivariateRealFunction f, final double min, final double max) argument
71 verifyInterval(min, max);
76 final double s = (4 * qtrap.stage(f, min, max, 1) - qtrap.stage(f, min, max, 0)) / 3.0;
82 double oldt = qtrap.stage(f, min, max, 0);
84 final double t = qtrap.stage(f, min, max, i);
H A DTrapezoidIntegrator.java72 * @param max the upper bound for the interval
78 final double min, final double max, final int n)
82 s = 0.5 * (max - min) * (f.value(min) + f.value(max));
87 final double spacing = (max - min) / np; // spacing between adjacent new points
101 public double integrate(final double min, final double max) argument
103 return integrate(f, min, max);
107 public double integrate(final UnivariateRealFunction f, final double min, final double max) argument
111 verifyInterval(min, max);
114 double oldt = stage(f, min, max,
77 stage(final UnivariateRealFunction f, final double min, final double max, final int n) argument
[all...]
H A DUnivariateRealIntegrator.java66 * @param max the upper bound for the interval
72 * @throws IllegalArgumentException if min > max or the endpoints do not
78 double integrate(double min, double max) argument
86 * @param max the upper bound for the interval
91 * @throws IllegalArgumentException if min > max or the endpoints do not
94 double integrate(UnivariateRealFunction f, double min, double max) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DBicubicSplineInterpolator.java127 * @param max Upper limit of the array
130 private int nextIndex(int i, int max) { argument
132 return index < max ? index : index - 1;
H A DSmoothingBicubicSplineInterpolator.java160 * @param max Upper limit of the array
163 private int nextIndex(int i, int max) { argument
165 return index < max ? index : index - 1;
H A DTricubicSplineInterpolator.java180 * @param max Upper limit of the array
183 private int nextIndex(int i, int max) { argument
185 return index < max ? index : index - 1;
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DBisectionSolver.java58 public double solve(double min, double max, double initial) argument
60 return solve(f, min, max);
65 public double solve(double min, double max) argument
67 return solve(f, min, max);
75 public double solve(final UnivariateRealFunction f, double min, double max, double initial) argument
77 return solve(f, min, max);
82 public double solve(int maxEval, final UnivariateRealFunction f, double min, double max, double initial) argument
84 return solve(maxEval, f, min, max);
89 public double solve(int maxEval, final UnivariateRealFunction f, double min, double max) argument
92 return solve(f, min, max);
100 solve(final UnivariateRealFunction f, double min, double max) argument
[all...]

Completed in 966 milliseconds

1234567891011>>