HomeSort by relevance Sort by last modified time
    Searched refs:maxB (Results 1 - 8 of 8) 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 )
178 maxB = out2;
205 int maxB = 0;
221 maxB = b;
225 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB);
252 int maxB = 0;
314 maxB = out2;
338 printf("Max bias %f - (%3d : %3d,%3d)\n",maxBias,maxK,maxA,maxB);
359 int maxB = 0;
402 maxB = out2
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkMorphologyImageFilter.cpp 106 int maxB = 0, maxG = 0, maxR = 0, maxA = 0;
112 if (b > maxB) maxB = b;
117 *dptr = SkPackARGB32(maxA, maxR, maxG, maxB);
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 103 int maxB = 0, maxG = 0, maxR = 0, maxA = 0;
109 if (b > maxB) maxB = b;
114 *dptr = SkPackARGB32(maxA, maxR, maxG, maxB);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_cc_functions.c     [all...]
sctp_structs.h 266 uint32_t maxB;
    [all...]
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 426 unsigned short maxB = maxBlockX ? 1000: 200;
427 checkPixel(buf, w-1, h-1, maxR, maxG, maxB);
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 589 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f);
596 if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpReference, result, isFixedPointDepth))
    [all...]
tcuTexLookupVerifier.cpp 671 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f);
679 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))
734 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f);
745 if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC), searchStep, result))
    [all...]

Completed in 841 milliseconds