HomeSort by relevance Sort by last modified time
    Searched refs:maxA (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/smhasher/src/
AvalancheTest.h 111 void BicTest ( pfHash hash, const int keybit, const int reps, double & maxBias, int & maxA, int & maxB, bool verbose )
177 maxA = out1;
204 int maxA = 0;
220 maxA = a;
225 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB);
251 int maxA = 0;
313 maxA = out1;
338 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB);
358 int maxA = 0;
401 maxA = out1
    [all...]
  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 52 const float maxA = normalizedCoords ? maxN*float(dim) : maxN;
54 const float maxC = maxA + computeFixedPointError(uvBits);
tcuTexLookupVerifier.cpp 619 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f);
624 if (isLinearRangeValid(prec, colorA, colorB, Vec2(minA, maxA), result))
669 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f);
679 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))
732 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f);
745 if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC), searchStep, result))
    [all...]
tcuTexCompareVerifier.cpp 587 const float maxA = de::clamp((uBounds.y()-0.5f)-float(i), 0.0f, 1.0f);
596 if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpReference, result, isFixedPointDepth))
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkMorphologyImageFilter.cpp 103 int maxB = 0, maxG = 0, maxR = 0, maxA = 0;
112 if (a > maxA) maxA = a;
114 *dptr = SkPackARGB32(maxA, maxR, maxG, maxB);
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 103 int maxB = 0, maxG = 0, maxR = 0, maxA = 0;
112 if (a > maxA) maxA = a;
114 *dptr = SkPackARGB32(maxA, maxR, maxG, maxB);

Completed in 121 milliseconds