Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/test/src/math/exhaustive/
H A Dexhaustive_test.h77 struct BinaryOpChecker : public virtual LIBC_NAMESPACE::testing::Test { struct
78 using FloatType = InType;
79 using FPBits = LIBC_NAMESPACE::fputil::FPBits<FloatType>;
80 using StorageType = typename FPBits::StorageType;
83 uint64_t check(StorageType x_start, StorageType x_stop, StorageType y_start, in check()