Home
last modified time | relevance | path

Searched refs:UFRACT_MAX (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dstdfix-macros.h103 #define UFRACT_MAX __UFRACT_MAX__ macro
105 #define UFRACT_MAX 0x1.FFFEp-1UR macro
/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_rep.h110 LIBC_INLINE static constexpr Type MAX() { return UFRACT_MAX; }