Home
last modified time | relevance | path

Searched refs:OVERFLOW (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/riscv/
H A DFEnvImpl.h33 static constexpr uint32_t OVERFLOW = 0x4; member
70 ((status & OVERFLOW) ? FE_OVERFLOW : 0) | in exception_bits_to_macro()
78 ((except & FE_OVERFLOW) ? OVERFLOW : 0) | in exception_macro_to_bits()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp161 if (next_id_ == kMaxSize_) return OVERFLOW; in insert()
172 case OVERFLOW: in asChar()
178 static const int OVERFLOW = -1; member in __msan::OriginSet
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1_err.et14 error_code OVERFLOW, "ASN.1 value too large"
/freebsd/sys/dev/hwpmc/
H A Dpmc_events.h2198 __PMC_EV(PPC970, OVERFLOW) \