OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:treshold
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/tests/iozone/
postprocessing.py
62
def compare_matrices(matrix1, matrix2,
treshold
=0.05):
68
@param
treshold
: Any difference bigger than this percent
treshold
will be
81
if ratio < (1 -
treshold
):
84
elif ratio > (1 +
treshold
):
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp
[
all
...]
Completed in 163 milliseconds