Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/test/src/math/exhaustive/
H A Dexhaustive_test.h44 struct UnaryOpChecker : public virtual LIBC_NAMESPACE::testing::Test { struct
45 using FloatType = InType;
46 using FPBits = LIBC_NAMESPACE::fputil::FPBits<FloatType>;
47 using StorageType = typename FPBits::StorageType;
50 uint64_t check(StorageType start, StorageType stop, in check()