HomeSort by relevance Sort by last modified time
    Searched defs:aMin (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariableValue.cpp 63 float aMin = a.component(ndx).getMin().asFloat();
68 if (!CompareOp()(aMin, aMax, bMin, bMax))
78 int aMin = a.component(ndx).getMin().asInt();
83 if (!CompareOp()(aMin, aMax, bMin, bMax))
91 bool aMin = a.component(ndx).getMin().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...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c     [all...]
priv_storage.h 439 Addr aMin;
894 Addr aMin,
    [all...]
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
546 location list. Zero length ranges, with aMax == aMin-1, are not
570 /* t-bias aMin */
595 + sizeof(UWord) /*aMin*/ + sizeof(UWord) /*aMax*/
607 p = ML_(write_Addr)(p, 0); /*aMin*/
735 /* Denotes an address range. Both aMin and aMax are included in the
739 struct { Addr aMin; Addr aMax; }
756 if (rng1->aMin < rng2->aMin) return -1
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp     [all...]

Completed in 165 milliseconds