Searched refs:threshold (Results 1 – 2 of 2) sorted by relevance
183 …c inline CeedScalar RelativeError(CeedScalar S, CeedScalar A, CeedScalar B, CeedScalar threshold) { in RelativeError() argument184 return (A - B) / (fabs(S) > threshold ? S : 1); in RelativeError()
2540 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the2542 # for no limit. Note that the threshold may be exceeded by 50% before the limit2543 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,2565 # to display on a single line. If the actual line length exceeds this threshold