Home
last modified time | relevance | path

Searched refs:treshold (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/tests/iozone/
Dpostprocessing.py62 def compare_matrices(matrix1, matrix2, treshold=0.05): argument
81 if ratio < (1 - treshold):
84 elif ratio > (1 + treshold):
/external/u-boot/scripts/
Dspelling.txt1164 treshold||threshold
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp3353 string expandOpPhiCase5 (const string& s, int &acc, int add, int treshold) in expandOpPhiCase5() argument
3362 if (acc > treshold) in expandOpPhiCase5()
3364 acc -= treshold; in expandOpPhiCase5()