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

  /external/chromium_org/chrome/browser/password_manager/
password_store_mac_internal.h 160 FormMatchStrictness strictness);
password_store_mac.cc 363 FormMatchStrictness strictness) {
369 if (strictness == FUZZY_FORM_MATCH) {
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 84 const float strictness = 0.5f; local
85 DE_ASSERT(0.0f < strictness && strictness <= 1.0f);
88 return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFraction;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 102 const float strictness = 0.5f; local
103 DE_ASSERT(0.0f < strictness && strictness <= 1.0f);
106 return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFraction;
    [all...]

Completed in 73 milliseconds