Home
last modified time | relevance | path

Searched refs:cached_absolute_error_threshold (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_flags.h22 double cached_absolute_error_threshold = 0.0; member
H A Dnsan_flags.cpp34 cached_absolute_error_threshold = in PopulateCache()
H A Dnsan.cpp446 if (!(abs_err >= flags().cached_absolute_error_threshold)) in checkFT()