Home
last modified time | relevance | path

Searched refs:_Num (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dratio241 template <intmax_t _Num, intmax_t _Den = 1>
243 static_assert(__static_abs<_Num>::value >= 0, "ratio numerator is out of range");
246 static _LIBCPP_CONSTEXPR const intmax_t __na = __static_abs<_Num>::value;
248 …static _LIBCPP_CONSTEXPR const intmax_t __s = __static_sign<_Num>::value * __static_sign<_Den>::…
258 template <intmax_t _Num, intmax_t _Den>
259 _LIBCPP_CONSTEXPR const intmax_t ratio<_Num, _Den>::num;
261 template <intmax_t _Num, intmax_t _Den>
262 _LIBCPP_CONSTEXPR const intmax_t ratio<_Num, _Den>::den;
266 template <intmax_t _Num, intmax_t _Den>
267 struct __is_ratio<ratio<_Num, _Den> > : true_type {};
/freebsd-14.2/stand/efi/include/
H A Defidevp.h154 #define EISA_ID(_Name, _Num) ((UINT32) ((_Name) | (_Num) << 16)) argument
/freebsd-14.2/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h255 #define EISA_ID(_Name, _Num) ((UINT32)((_Name) | (_Num) << 16)) argument