Home
last modified time | relevance | path

Searched refs:integral (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd/contrib/llvm-project/libcxx/include/
H A Datomic134 integral operator=(integral desr) volatile noexcept;
135 integral operator=(integral desr) noexcept;
137 integral exchange(integral desr,
176 integral operator+=(integral op) volatile noexcept;
177 integral operator+=(integral op) noexcept;
178 integral operator-=(integral op) volatile noexcept;
179 integral operator-=(integral op) noexcept;
180 integral operator&=(integral op) volatile noexcept;
181 integral operator&=(integral op) noexcept;
183 integral operator|=(integral op) noexcept;
[all …]
H A Dbit25 // [bit.pow.two], integral powers of 2
/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Darithmetic.h30 concept integral = is_integral_v<_Tp>; variable
33 concept signed_integral = integral<_Tp> && is_signed_v<_Tp>;
36 concept unsigned_integral = integral<_Tp> && !signed_integral<_Tp>;
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dextents.h228 template <integral _To, class _From>
229 requires(integral<_From>)
244 template <integral _To, class _From>
245 requires(!integral<_From>)
254 template <integral _To, class... _From>
259 template <integral _To, class _From, size_t _Size>
478 template <integral _IndexType, class _From>
479 requires(integral<_From>)
489 template <integral _IndexType, class _From>
490 requires(!integral<_From>)
/freebsd/contrib/ntp/include/
H A Dtimepps-Solaris.h85 (x).integral += (unsigned int)PPS_JAN_1970; \
88 (x).integral++; \
136 unsigned int integral; member
199 #define NTPFP_L_ADDS(r, a) NTPFP_M_ADD((r)->integral, (r)->fractional, \
200 (int)(a)->integral, (a)->fractional)
H A Dtimepps-SCO.h85 (x).integral += (unsigned int)PPS_JAN_1970; \
88 (x).integral++; \
136 unsigned int integral; member
H A Dtimepps-SunOS.h85 (x).integral += (unsigned int)PPS_JAN_1970; \
88 (x).integral++; \
136 unsigned int integral; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def171 /// CK_PointerToIntegral - Pointer to integral. A special kind of
194 /// CK_IntegralCast - A cast between integral types (other than to
221 /// CK_FixedPointToIntegral - Fixed point to integral.
233 /// CK_FloatingToIntegral - Floating point to integral. Rounds
288 /// Converts from a floating complex to an integral complex.
292 /// Converts from an integral real to an integral complex
298 /// Converts an integral complex to an integral real of the
303 /// Converts an integral complex to bool by comparing against
307 /// Converts between different integral complex types.
312 /// Converts from an integral complex to a floating complex.
H A DBuiltinTypes.def20 // SIGNED_TYPE(Id, SingletonId) - A signed integral type.
22 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type.
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc282 // [sf.cmath.comp.ellint.1], complete elliptic integral of the first kind
287 // [sf.cmath.comp.ellint.2], complete elliptic integral of the second kind
292 // [sf.cmath.comp.ellint.3], complete elliptic integral of the third kind
318 // [sf.cmath.ellint.1], incomplete elliptic integral of the first kind
323 // [sf.cmath.ellint.2], incomplete elliptic integral of the second kind
328 // [sf.cmath.ellint.3], incomplete elliptic integral of the third kind
333 // [sf.cmath.expint], exponential integral
H A Dbit.inc19 // [bit.pow.two], integral powers of 2
H A Dconcepts.inc30 using std::integral;
/freebsd/contrib/llvm-project/libcxx/include/__bit/
H A Dbyteswap.h25 template <integral _Tp>
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dincrementable_traits.h54 { __x - __y } -> integral;
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dformatter.h60 … using _Cp = conditional_t<integral<_Tp>, _Tp, conditional_t<is_pointer_v<_Tp>, uintptr_t, void>>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp247 llvm::APSInt integral = arg.getAsIntegral(); in tryInstantiateStdTemplate() local
254 imported_args.push_back(TemplateArgument(d->getASTContext(), integral, in tryInstantiateStdTemplate()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Diota_view.h73 typename _If< (!integral<_Start> || sizeof(iter_difference_t<_Start>) > sizeof(_Start)),
350 … (integral<_Start> && integral<_BoundSentinel>) || sized_sentinel_for<_BoundSentinel, _Start>
H A Dsize.h118 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr integral auto operator()(_Tp&& __t) const in operator()
/freebsd/tools/tools/nanobsd/
H A DFlashDevice.sub56 integral)
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integer.h43 template <integral _Tp, class _FormatContext>
H A Dformatter_integral.h127 __format_char(integral auto __value,
156 template <contiguous_iterator _Iterator, integral _Tp>
/freebsd/crypto/openssl/doc/man3/
H A DBN_zero.pod22 B<BN_ULONG> is a macro that will be an unsigned integral type optimized
H A DX509_digest.pod45 is an integral part of the certificate signature algorithm identifier.
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m449 # 1. Whether the ELF type can be directly mapped to an integral C
55 # and the ELF_T_ADDR and ELF_T_OFF types have integral C types that
114 # `Primitive' ELF types are those that are an alias for an integral
118 # Mark all ELF types that directly map to integral C types.
530 * C macros to byte swap integral quantities.
572 * C macros to write out various integral values.
630 * C macros to read in various integral values.
/freebsd/sys/sys/
H A Dtimepps.h34 unsigned int integral; member

1234