Searched refs:treshold (Results 1 – 3 of 3) sorted by relevance
62 def compare_matrices(matrix1, matrix2, treshold=0.05): argument81 if ratio < (1 - treshold):84 elif ratio > (1 + treshold):
1164 treshold||threshold
3353 string expandOpPhiCase5 (const string& s, int &acc, int add, int treshold) in expandOpPhiCase5() argument3362 if (acc > treshold) in expandOpPhiCase5()3364 acc -= treshold; in expandOpPhiCase5()