Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/libcxx/include/
H A Datomic113 struct atomic<integral>
115 using value_type = integral;
123 constexpr atomic(integral desr) noexcept;
128 integral load(memory_order m = memory_order_seq_cst) const volatile noexcept;
129 integral load(memory_order m = memory_order_seq_cst) const noexcept;
130 operator integral() const volatile noexcept;
131 operator integral() const noexcept;
132 void store(integral desr, memory_order m = memory_order_seq_cst) volatile noexcept;
133 void store(integral desr, memory_order m = memory_order_seq_cst) noexcept;
134 integral operator=(integral desr) volatile noexcept;
[all …]
/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>
491 template <integral _IndexType, class _From>
492 requires(integral<_From>)
502 template <integral _IndexType, class _From>
503 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.
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
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.cppm
H A Dconcepts.cppm
/freebsd/crypto/openssl/doc/internal/man3/
H A DOSSL_TIME.pod75 B<ossl_ticks2time> converts an integral number of counts to a time.
77 B<ossl_time2ticks> converts a time to an integral number of counts.
80 integral number of seconds, milliseconds and microseconds respectively
84 time to an integral number of second, milliseconds and microseconds
177 given integral multiplier, or B<OSSL_TIME_INFINITY> on overflow.
180 integral divisor.
183 time and the two integral values.
/freebsd/contrib/tcpdump/
H A DCONTRIBUTING.md174 Therefore, integral, IPv4 address, and octet sequence values should
209 * The `GET_*()` macros that fetch integral values are:
219 where *p* points to the integral value in the packet buffer. The
220 macro returns the integral value at that location.
226 in bytes, of the multi-byte integral value to be fetched.
232 fetches of multi-byte integral values must be done in a fashion
257 Like the integral `GET_*()` macros, these macros work correctly on
339 The `nd_*` types for integral values are:
341 * `nd_uintN_t`, for unsigned integral values, where *N* is the number
343 * `nd_intN_t`, for signed integral values, where *N* is the number
/freebsd/crypto/krb5/src/lib/crypto/builtin/des/doc/
H A Dlibdes.doc98 key schedule and initialization vector. If the length is not an integral
100 filled (highest addresses). The output is ALWAYS an integral multiple
105 and initialization vector. Decryption ALWAYS operates on integral
109 the output cleartext was zero-padded due to cleartext lengths not integral
130 The input is effectively zero-padded to an integral multiple of
/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.h72 typename _If< (!integral<_Start> || sizeof(iter_difference_t<_Start>) > sizeof(_Start)),
351 … (integral<_Start> && integral<_BoundSentinel>) || sized_sentinel_for<_BoundSentinel, _Start>
H A Dsize.h117 [[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.h42 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
/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.

1234