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