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

1 2

  /external/deqp/framework/randomshaders/
rsgVariableValue.cpp 66 float bMax = b.component(ndx).getMax().asFloat();
68 if (!CompareOp()(aMin, aMax, bMin, bMax))
81 int bMax = b.component(ndx).getMax().asInt();
83 if (!CompareOp()(aMin, aMax, bMin, bMax))
94 bool bMax = b.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
239 bMax = scale;
248 bMax = scale+(float)i*scaleStep;
255 std::swap(bMin, bMax);
259 bMax *= -1.0f;
264 DE_ASSERT(aMin <= aMax && bMin <= bMax);
266 DE_ASSERT(de::inRange(aMin*bMax, 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) const
278 bMax = 1
    [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/libavc/encoder/
irc_vbr_storage_vbv.h 26 Max. buffer size: Bmax (as specified by level and profile)
36 ---|--------------/-|------------------------------ Bmax
54 B(0) (initBuffer size) = Bmax.
56 B"(i) = Min( Bmax, B'(i-1) + Rmaxfrm)
64 which is equal to Min( Bmax, B'(i-1) + Rmaxfrm)
ih264e_rate_control.c 255 pu1_min_max_qp, /* Min-max QP array[6]:[Imax][Imin][Pmax][Pmin][Bmax][Bmin] */
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_configuration.h 53 Word16 sfbMinSnr[MAX_SFB_LONG]; /* minimum snr (formerly known as bmax) */
83 Word16 sfbMinSnr[MAX_SFB_SHORT]; /* minimum snr (formerly known as bmax) */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java     [all...]
  /external/freetype/src/gzip/
inftrees.c 92 /* If BMAX needs to be larger than 16, then h and x[] should be uLong. */
93 #define BMAX 15 /* maximum bit length of any code */
96 uIntf *b, /* code lengths in bits (all assumed <= BMAX) */
114 uInt c[BMAX+1]; /* bit length count table */
126 inflate_huft *u[BMAX]; /* table stack */
128 uInt x[BMAX+1]; /* bit offsets, then code stack */
142 C4 /* clear c[]--assume BMAX+1 is 16 */
145 c[*p++]++; /* assume all entries <= BMAX */
157 for (j = 1; j <= BMAX; j++)
163 for (i = BMAX; i; i--
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
LocaleMatcher.java 644 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) {
646 diff += languageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), bMax.getLanguage());
650 diff += scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.getScript());
651 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 651 public double match(ULocale a, ULocale aMax, ULocale b, ULocale bMax) {
653 diff += languageScores.getScore(aMax, a.getLanguage(), aMax.getLanguage(), bMax, b.getLanguage(), bMax.getLanguage());
657 diff += scriptScores.getScore(aMax, a.getScript(), aMax.getScript(), bMax, b.getScript(), bMax.getScript());
658 diff += regionScores.getScore(aMax, a.getCountry(), aMax.getCountry(), bMax, b.getCountry(), bMax.getCountry());
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgmt.c 511 double bmax, double bmin)
532 Lab -> b < bmin || Lab->b > bmax) {
544 Lab -> b = Lab->b < 0 ? bmin : bmax;
565 // clip by bmax
566 Lab -> b = bmax;
567 Lab -> a = bmax / slope;
  /external/jdiff/src/jdiff/
DiffMyers.java 120 int bmin = bmid, bmax = bmid; // Limits of bottom-up search. local
158 if (odd && bmin <= d && d <= bmax && bd[bdiagoff + d] <= fd[fdiagoff + d])
170 if (bmax < dmax)
171 bd[bdiagoff + ++bmax + 1] = Integer.MAX_VALUE;
173 --bmax;
174 for (d = bmax; d >= bmin; d -= 2)
243 for (d = bmax; d >= bmin; d -= 2)
  /external/syslinux/memdisk/
inflate.c 258 /* If BMAX needs to be larger than 16, then h and x[] should be ulg. */
259 #define BMAX 16 /* maximum bit length of any code (16 for explode) */
265 unsigned *b; /* code lengths in bits (all assumed <= BMAX) */
279 unsigned c[BMAX + 1]; /* bit length count table */
290 struct huft *u[BMAX]; /* table stack */
293 unsigned x[BMAX + 1]; /* bit offsets, then code stack */
309 c[*p]++; /* assume all entries <= BMAX */
322 for (j = 1; j <= BMAX; j++)
328 for (i = BMAX; i; i--)
  /external/aac/libSBRenc/src/
fram_gen.cpp 226 int *bmax /*!< hlpNew: last mandatory border */
235 INT *length_v_freq, INT bmax,
369 INT numEnv, tranPosInternal=0, bmin=0, bmax=0, parts, d, i_cmon=0, i_tran=0, nL; local
518 &bmax );
554 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
630 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
    [all...]
  /external/aac/libAACenc/src/
psy_configuration.h 131 FIXP_DBL sfbMinSnrLdData[MAX_SFB]; /* minimum snr (formerly known as bmax) */
  /external/libvncserver/libvncserver/
cursor.c 572 int bmax, bshift; local
578 bmax = s->serverFormat.blueMax;
585 bmask = (bmax << bshift);
  /external/libpng/contrib/libtests/
pngstest.c 2648 png_byte in_use[256], amax = 0, bmax = 0; local
    [all...]
pngvalid.c     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 122 private static final byte bmax = 127; field in class:DiagBigDecimalTest
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 121 private static final byte bmax = 127; field in class:DiagBigDecimalTest
    [all...]
  /external/deqp/framework/common/
tcuAstcUtil.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp     [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h     [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 

Completed in 3447 milliseconds

1 2