Searched refs:treshold (Results 1 – 4 of 4) 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):
1164 treshold||threshold
4135 string expandOpPhiCase5 (const string& s, int &acc, int add, int treshold) in expandOpPhiCase5() argument4144 if (acc > treshold) in expandOpPhiCase5()4146 acc -= treshold; in expandOpPhiCase5()