OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxBias
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/smhasher/src/
AvalancheTest.h
23
double
maxBias
( std::vector<int> & counts, int reps );
91
double b =
maxBias
(bins,reps);
111
void BicTest ( pfHash hash, const int keybit, const int reps, double &
maxBias
, int & maxA, int & maxB, bool verbose )
152
maxBias
= 0;
174
if(bias >
maxBias
)
176
maxBias
= bias;
202
double
maxBias
= 0;
216
if(bias >
maxBias
)
218
maxBias
= bias;
225
printf("Max bias %f - (%3d : %3d,%3d)\n",
maxBias
,maxK,maxA,maxB)
[
all
...]
AvalancheTest.cpp
37
double
maxBias
( std::vector<int> & counts, int reps )
/external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp
575
float
maxBias
= v.rangeMax;
586
case 2: row = Vec4(-scale, 0.0f, 0.0f,
maxBias
); break;
587
case 3: row = Vec4(0.0f, -scale, 0.0f,
maxBias
); break;
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp
856
float
maxBias
= rangeMax;
867
case 2: row = Vec4(-scale, 0.0f, 0.0f,
maxBias
); break;
868
case 3: row = Vec4(0.0f, -scale, 0.0f,
maxBias
); break
[
all
...]
Completed in 168 milliseconds