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