Home
last modified time | relevance | path

Searched defs:abs_tolerance (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/
Dexample_connectivity_performance_ap_sta.json41 "abs_tolerance": 5, number
56 "abs_tolerance": 2.5, number
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DRange.cpp46 constexpr AbsoluteTolerance<float> abs_tolerance(0.02f); variable
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/
H A DRange.cpp47 constexpr AbsoluteTolerance<float> abs_tolerance(0.02f); variable
/aosp_15_r20/external/pigweed/pw_assert/public/pw_assert/internal/
H A Dcheck_impl.h125 #define PW_CHECK_FLOAT_NEAR(arga, argb, abs_tolerance, ...) \ argument
286 #define _PW_CHECK_FLOAT_NEAR(argument_a, argument_b, abs_tolerance, ...) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dnear_matcher.rs135 let abs_tolerance = five_bits_of_mantissa * T::epsilon(); in approx_eq() localVariable
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanWmmTest.py71 abs_tolerance=0, argument