HomeSort by relevance Sort by last modified time
    Searched full:amax (Results 1 - 25 of 33) sorted by null

1 2

  /external/deqp/framework/randomshaders/
rsgVariableValue.cpp 64 float aMax = a.component(ndx).getMax().asFloat();
68 if (!CompareOp()(aMin, aMax, bMin, bMax))
79 int aMax = a.component(ndx).getMax().asInt();
83 if (!CompareOp()(aMin, aMax, bMin, bMax))
92 bool aMax = a.component(ndx).getMax().asBool();
96 if (!CompareOp()(aMin, aMax, bMin, bMax))
114 inline bool operator() (float aMin, float aMax, float bMin, float bMax) const { return (aMin <= bMax && bMin <= aMax); }
115 inline bool operator() (int aMin, int aMax, int bMin, int bMax) const { return (aMin <= bMax && bMin <= aMax); }
    [all...]
rsgBinaryOps.cpp 213 void ComputeMulRange::operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const
235 aMax = aMin + subRangeLen;
243 de::inBounds(aMax*(scale-(float)i*scaleStep), dstMin, dstMax))
247 de::inBounds(aMax*(scale+(float)i*scaleStep), dstMin, dstMax))
254 std::swap(aMin, aMax);
257 aMax *= -1.0f;
264 DE_ASSERT(aMin <= aMax && bMin <= bMax);
267 DE_ASSERT(de::inRange(aMax*bMin, dstMin-eps, dstMax+eps));
268 DE_ASSERT(de::inRange(aMax*bMax, dstMin-eps, dstMax+eps));
272 void ComputeMulRange::operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) cons
    [all...]
rsgBinaryOps.hpp 80 void operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const;
81 void operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const;
104 void operator() (de::Random& rnd, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
126 void operator() (de::Random& rnd, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
164 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
188 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
212 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const
214 ComputeLessThanRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax);
239 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const
241 ComputeLessOrEqualRange()(rnd, dstMin, dstMax, bMin, bMax, aMin, aMax);
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
common.h 94 * Clip a signed integer value into the amin-amax range.
97 * @param amax maximum value of the clip range
100 static av_always_inline av_const int av_clip_c(int a, int amin, int amax)
103 if (amin > amax) abort();
106 else if (a > amax) return amax;
111 * Clip a signed 64bit integer value into the amin-amax range.
114 * @param amax maximum value of the clip range
117 static av_always_inline av_const int64_t av_clip64_c(int64_t a, int64_t amin, int64_t amax)
120 if (amin > amax) abort()
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/emitters/
Emitter.java 56 public void setParticleCount(int aMin, int aMax){
58 setMaxParticleCount(aMax);
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 73 double Amax, anorm = 0, ax;
98 Amax = anorm;
100 while( Amax > ax && iters++ < 100 )
102 Amax /= n;
118 if( fabs( Apq ) < Amax )
178 Amax /= n;
179 } /* while ( Amax > ax ) */
224 double Amax = 0.0, anorm = 0.0, ax;
249 Amax = anorm;
251 while( Amax > ax && iters++ < 100
    [all...]
  /external/opencv/cv/src/
cvdominants.cpp 56 CvSeq ** corners, int dmin2, int dmax2, int dneigh2, float amax )
71 float mincos = (float) cos( 3.14159265359 * amax / 180 );
86 if( (amax < 0) || (amax > 180) )
383 int amax = cvRound(parameter4); local
385 if( amax == 0 )
386 amax = 150;
395 dmin*dmin, dmax*dmax, dneigh*dneigh, (float)amax ));
  /external/valgrind/coregrind/m_debuginfo/
storage.c     [all...]
d3basics.c     [all...]
priv_d3basics.h 597 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd)
600 valid when aMin <= pc <= aMax (possibly after suitable biasing).
607 biasMe is 1 if the aMin/aMax fields need this DebugInfo's text_bias
612 that aMax is 1 less than the corresponding value in a DWARF3
613 location list. Zero length ranges, with aMax == aMin-1, are not
readdwarf3.c 564 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd)
567 valid when aMin <= pc <= aMax (possibly after suitable biasing).
574 biasMe is 1 if the aMin/aMax fields need this DebugInfo's
579 that aMax is 1 less than the corresponding value in a DWARF3
580 location list. Zero length ranges, with aMax == aMin-1, are not
608 /* t-bias aMax */
629 + sizeof(UWord) /*aMin*/ + sizeof(UWord) /*aMax*/
641 p = ML_(write_Addr)(p, ~0); /*aMax*/
767 /* Denotes an address range. Both aMin and aMax are included in the
771 struct { Addr aMin; Addr aMax; }
    [all...]
debuginfo.c     [all...]
  /external/libedit/src/
tokenizer.c 76 size_t argc, amax; /* Current and maximum number of args */ local
122 tok->amax = AINCR;
123 tok->argv = tok_malloc(sizeof(*tok->argv) * tok->amax);
415 if (tok->argc >= tok->amax - 4) {
417 tok->amax += AINCR;
418 p = tok_realloc(tok->argv, tok->amax * sizeof(*p));
  /external/cblas/
README 60 Fixed the i?amax error that I reported three years ago: standard dictates
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
image_util_numpy_impl.py 79 amax = np.maximum(image1, image2)
81 return amax - amin
90 return np.amax(_SimpleDiff(image1, image2)) <= tolerance
93 if np.amax(_SimpleDiff(image1[row], image2[row])) > tolerance:
  /external/eigen/blas/
level1_impl.h 100 Scalar amax = aa>ab ? a : b; local
101 r = amax>0 ? r : -r;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btMultiSapBroadphase.cpp 138 bool boxIsContainedWithinBox(const btVector3& amin,const btVector3& amax,const btVector3& bmin,const btVector3& bmax);
139 bool boxIsContainedWithinBox(const btVector3& amin,const btVector3& amax,const btVector3& bmin,const btVector3& bmax)
142 amin.getX() >= bmin.getX() && amax.getX() <= bmax.getX() &&
143 amin.getY() >= bmin.getY() && amax.getY() <= bmax.getY() &&
144 amin.getZ() >= bmin.getZ() && amax.getZ() <= bmax.getZ();
  /external/libvncserver/libvncserver/
cursor.c 573 int amax = 255; /* alphaSource is always 8bits of info per pixel */ local
642 rsrc = (asrc * rsrc)/amax;
643 gsrc = (asrc * gsrc)/amax;
644 bsrc = (asrc * bsrc)/amax;
646 rdst = rsrc + ((amax - asrc) * rdst)/amax;
647 gdst = gsrc + ((amax - asrc) * gdst)/amax;
648 bdst = bsrc + ((amax - asrc) * bdst)/amax;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 635 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) {
637 diff += languageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), bMax.getLanguage());
641 diff += scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.getScript());
642 diff += regionScores.getScore(aMax, a.getCountry(), aMax.getCountry(), bMax, b.getCountry(), bMax.getCountry());
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
LocaleMatcher.java 642 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) {
644 diff += languageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), bMax.getLanguage());
648 diff += scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.getScript());
649 diff += regionScores.getScore(aMax, a.getCountry(), aMax.getCountry(), bMax, b.getCountry(), bMax.getCountry());
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgmt.c 510 double amax, double amin,
531 if (Lab -> a < amin || Lab->a > amax||
558 // clip by amax
559 Lab -> a = amax;
560 Lab -> b = amax * slope;
  /external/autotest/client/site_tests/power_SuspendStress/
power_SuspendStress.py 71 keyvals[key + '_max'] = numpy.amax(values)
  /external/opencv/cvaux/src/
cveigenobjects.cpp 49 double Amax, anorm = 0, ax;
74 Amax = anorm;
76 while( Amax > ax )
78 Amax /= n;
94 if( fabs( Apq ) < Amax )
154 Amax /= n;
155 } /* while ( Amax > ax ) */
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
quant.c 249 const double amax = 0.85; local
252 const double slope = (exp_min - exp_max) / (amax - amin);
254 // in the [amin, amax] range.
255 const double expn = (alpha > amax) ? exp_min
    [all...]
  /external/webp/src/enc/
quant.c 331 const double amax = 0.85; local
334 const double slope = (exp_min - exp_max) / (amax - amin);
336 // in the [amin, amax] range.
337 const double expn = (alpha > amax) ? exp_min
    [all...]

Completed in 1331 milliseconds

1 2