Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/set_mempolicy/
Dset_mempolicy04.c79 float treshold = 1.00 * total_pages / 60; /* five percents */ in alloc_and_check() local
80 float min_pages = 1.00 * total_pages / nodes->cnt - treshold; in alloc_and_check()
81 float max_pages = 1.00 * total_pages / nodes->cnt + treshold; in alloc_and_check()
/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/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp4442 string expandOpPhiCase5 (const string& s, int &acc, int add, int treshold) in expandOpPhiCase5() argument
4451 if (acc > treshold) in expandOpPhiCase5()
4453 acc -= treshold; in expandOpPhiCase5()