Searched refs:_Num (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | ratio | 247 template <intmax_t _Num, intmax_t _Den = 1> 250 static_assert(__static_abs<_Num>::value >= 0, "ratio numerator is out of range"); 253 static _LIBCPP_CONSTEXPR const intmax_t __na = __static_abs<_Num>::value; 255 …static _LIBCPP_CONSTEXPR const intmax_t __s = __static_sign<_Num>::value * __static_sign<_Den>::va… 264 template <intmax_t _Num, intmax_t _Den> 265 _LIBCPP_CONSTEXPR const intmax_t ratio<_Num, _Den>::num; 267 template <intmax_t _Num, intmax_t _Den> 268 _LIBCPP_CONSTEXPR const intmax_t ratio<_Num, _Den>::den; 271 template <intmax_t _Num, intmax_t _Den> struct __is_ratio<ratio<_Num, _Den> > : true_type {};
|
| /freebsd-13.1/stand/efi/include/ |
| H A D | efidevp.h | 155 #define EISA_ID(_Name, _Num) ((UINT32) ((_Name) | (_Num) << 16)) argument
|
| /freebsd-13.1/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 255 #define EISA_ID(_Name, _Num) ((UINT32)((_Name) | (_Num) << 16)) argument
|