HomeSort by relevance Sort by last modified time
    Searched full:amax (Results 1 - 25 of 28) 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-i*scaleStep), dstMin, dstMax))
247 de::inBounds(aMax*(scale+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/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/main/coregrind/m_debuginfo/
storage.c 753 if ((*key) > elem->aMax) return 1;
766 VG_(printf)(" %#lx .. %#lx: %lu vars\n", range->aMin, range->aMax,
772 /* Add the variable 'var' to 'scope' for the address range [aMin,aMax]
773 (inclusive of aMin and aMax). Split existing ranges as required if
774 aMin or aMax or both don't match existing range boundaries, and add
781 Addr aMax,
791 vg_assert(aMin <= aMax);
793 if (0) VG_(printf)("add_var_to_arange: %#lx .. %#lx\n", aMin, aMax);
804 vg_assert(first->aMin <= first->aMax);
805 vg_assert(first->aMin <= aMin && aMin <= first->aMax);
    [all...]
d3basics.c     [all...]
priv_d3basics.h 588 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd)
591 valid when aMin <= pc <= aMax (possibly after suitable biasing).
598 biasMe is 1 if the aMin/aMax fields need this DebugInfo's text_bias
603 that aMax is 1 less than the corresponding value in a DWARF3
604 location list. Zero length ranges, with aMax == aMin-1, are not
readdwarf3.c 530 (Addr aMin; Addr aMax; UShort nbytes; ..bytes..; UChar isEnd)
533 valid when aMin <= pc <= aMax (possibly after suitable biasing).
540 biasMe is 1 if the aMin/aMax fields need this DebugInfo's
545 that aMax is 1 less than the corresponding value in a DWARF3
546 location list. Zero length ranges, with aMax == aMin-1, are not
574 /* t-bias aMax */
595 + sizeof(UWord) /*aMin*/ + sizeof(UWord) /*aMax*/
608 p = ML_(write_Addr)(p, ~0); /*aMax*/
735 /* Denotes an address range. Both aMin and aMax are included in the
739 struct { Addr aMin; Addr aMax; }
    [all...]
debuginfo.c     [all...]
priv_storage.h 440 Addr aMax;
895 Addr aMax,
    [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/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 337 int Amin, Amax, Bmin, Bmax;
341 Amax = Amin + A->w;
347 if(Bmax < Amax)
348 Amax = Bmax;
349 intersection->w = Amax - Amin > 0 ? Amax - Amin : 0;
353 Amax = Amin + A->h;
359 if(Bmax < Amax)
360 Amax = Bmax;
361 intersection->h = Amax - Amin > 0 ? Amax - Amin : 0
    [all...]
  /external/eigen/blas/
level1_impl.h 100 Scalar amax = aa>ab ? a : b; local
101 r = amax>0 ? r : -r;
  /external/pdfium/core/src/fxcodec/lcms2/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/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/qemu/include/ui/
console.h 133 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
  /external/chromium_org/net/http/
http_security_headers_unittest.cc 89 EXPECT_FALSE(ParseHSTSHeader("amax-age=3488923", &max_age,
203 EXPECT_FALSE(ParseHPKPHeader("amax-age=3488923", chain_hashes, &max_age,
  /external/chromium_org/third_party/libwebp/enc/
quant.c 307 const double amax = 0.85; local
310 const double slope = (exp_min - exp_max) / (amax - amin);
312 // in the [amin, amax] range.
313 const double expn = (alpha > amax) ? exp_min
    [all...]
  /external/webp/src/enc/
quant.c 307 const double amax = 0.85; local
310 const double slope = (exp_min - exp_max) / (amax - amin);
312 // in the [amin, amax] range.
313 const double expn = (alpha > amax) ? exp_min
    [all...]
  /external/qemu/ui/
console.c     [all...]
  /external/qemu/hw/android/goldfish/
fb.c 180 pf->abits, pf->amask, pf->ashift, pf->amax);
  /external/libpng/contrib/libtests/
pngstest.c 2764 png_byte in_use[256], amax = 0, bmax = 0; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 521 const int aMax = (1 << layout.aNumBits) - 1;
523 const int variableOffsetsMax[3] = { 0, aMax, bMax };
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]

Completed in 1028 milliseconds

1 2