Searched refs:treshold (Results 1 – 3 of 3) sorted by relevance
79 float treshold = 1.00 * total_pages / 60; /* five percents */ in alloc_and_check() local80 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()
62 def compare_matrices(matrix1, matrix2, treshold=0.05): argument81 if ratio < (1 - treshold):84 elif ratio > (1 + treshold):
4442 string expandOpPhiCase5 (const string& s, int &acc, int add, int treshold) in expandOpPhiCase5() argument4451 if (acc > treshold) in expandOpPhiCase5()4453 acc -= treshold; in expandOpPhiCase5()