| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | max_size_type.h | 64 template<typename _Tp> requires integral<_Tp> || __is_int128<_Tp> in _GLIBCXX_VISIBILITY() 73 template<typename _Tp> requires integral<_Tp> || __is_int128<_Tp> in _GLIBCXX_VISIBILITY() 259 template<typename _Tp> requires integral<_Tp> || __is_int128<_Tp> in _GLIBCXX_VISIBILITY() 264 template<typename _Tp> requires integral<_Tp> || __is_int128<_Tp> in _GLIBCXX_VISIBILITY() 269 template<typename _Tp> requires integral<_Tp> || __is_int128<_Tp> in _GLIBCXX_VISIBILITY() 274 template<typename _Tp> requires integral<_Tp> || __is_int128<_Tp> in _GLIBCXX_VISIBILITY() 279 template<typename _Tp> requires integral<_Tp> || __is_int128<_Tp> in _GLIBCXX_VISIBILITY() 284 template<typename _Tp> requires integral<_Tp> || __is_int128<_Tp> in _GLIBCXX_VISIBILITY() 289 template<typename _Tp> requires integral<_Tp> || __is_int128<_Tp> in _GLIBCXX_VISIBILITY() 294 template<typename _Tp> requires integral<_Tp> || __is_int128<_Tp> in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | atomic | 112 struct atomic<integral> 114 using value_type = integral; 122 constexpr atomic(integral desr) noexcept; 127 integral load(memory_order m = memory_order_seq_cst) const volatile noexcept; 128 integral load(memory_order m = memory_order_seq_cst) const noexcept; 129 operator integral() const volatile noexcept; 130 operator integral() const noexcept; 131 void store(integral desr, memory_order m = memory_order_seq_cst) volatile noexcept; 132 void store(integral desr, memory_order m = memory_order_seq_cst) noexcept; 133 integral operator=(integral desr) volatile noexcept; [all …]
|
| H A D | concepts | 39 concept integral = see below; 197 concept integral = is_integral_v<_Tp>; 200 concept signed_integral = integral<_Tp> && is_signed_v<_Tp>; 203 concept unsigned_integral = integral<_Tp> && !signed_integral<_Tp>;
|
| /netbsd-src/external/gpl2/groff/dist/font/devps/generate/ |
| H A D | symbol.sed | 21 italicCorrection integral 67\ 22 leftItalicCorrection integral 52\ 23 subscriptCorrection integral -10
|
| H A D | textmap | 211 integral is 212 integral integral
|
| /netbsd-src/external/bsd/ntp/dist/include/ |
| H A D | timepps-Solaris.h | 87 (x).integral += (unsigned int)PPS_JAN_1970; \ 90 (x).integral++; \ 138 unsigned int integral; member 201 #define NTPFP_L_ADDS(r, a) NTPFP_M_ADD((r)->integral, (r)->fractional, \ 202 (int)(a)->integral, (a)->fractional)
|
| H A D | timepps-SunOS.h | 87 (x).integral += (unsigned int)PPS_JAN_1970; \ 90 (x).integral++; \ 138 unsigned int integral; member
|
| H A D | timepps-SCO.h | 87 (x).integral += (unsigned int)PPS_JAN_1970; \ 90 (x).integral++; \ 138 unsigned int integral; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 170 /// CK_PointerToIntegral - Pointer to integral. A special kind of 193 /// CK_IntegralCast - A cast between integral types (other than to 220 /// CK_FixedPointToIntegral - Fixed point to integral. 232 /// CK_FloatingToIntegral - Floating point to integral. Rounds 287 /// Converts from a floating complex to an integral complex. 291 /// Converts from an integral real to an integral complex 297 /// Converts an integral complex to an integral real of the 302 /// Converts an integral complex to bool by comparing against 306 /// Converts between different integral complex types. 311 /// Converts from an integral complex to a floating complex.
|
| /netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/ |
| H A D | symbol.map | 185 -1 F0F2 integral is # integral (u222B) 186 -1 F0F3 u2320 # composite integral (top) (u2320) 187 -1 F0F4 u23AE # composite integral extender (u23AE) 188 -1 F0F5 u2321 # composite integral (bottom) (u2321)
|
| H A D | text.map | 358 # 299 top segment integral * 360 # 300 bottom segment integral * 609 # 587 integral symbol * 610 # 588 curvilinear integral symbol * 627 # 603 middle curvature integral -- no Unicode mapping!
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/decimal/ |
| H A D | decimal | 72 /// Non-conforming extension: Conversion to integral type. 242 // 3.2.2.4 Conversion from integral type. 254 // 3.2.2.5 Conversion to integral type. 328 // 3.2.3.4 Conversion from integral type. 340 // 3.2.3.5 Conversion to integral type. 415 // 3.2.4.4 Conversion from integral type. 427 // 3.2.4.5 Conversion to integral type.
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/decimal/ |
| H A D | decimal | 72 /// Non-conforming extension: Conversion to integral type. 242 // 3.2.2.4 Conversion from integral type. 254 // 3.2.2.5 Conversion to integral type. 328 // 3.2.3.4 Conversion from integral type. 340 // 3.2.3.5 Conversion to integral type. 415 // 3.2.4.4 Conversion from integral type. 427 // 3.2.4.5 Conversion to integral type.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ObjectiveCLiterals.rst | 49 // integral literals. 149 Although enum values are integral, they may not be used directly as 361 When the subscript operand has an integral type, the expression is 364 element using an integral index, as in the following example: 377 When an expression writes an element using an integral index: 391 must be declared with an argument of integral type and a return value of 395 integral type. 460 Currently, only subscripts of integral or Objective-C object pointer 462 conversion function to an integral or Objective-C pointer type, in which
|
| /netbsd-src/external/gpl2/groff/dist/font/devps/ |
| H A D | S | 210 is 274,916,107,67,52,-10 3 242 integral 211 integral "
|
| H A D | symbolmap | 214 integral is 215 integral integral
|
| /netbsd-src/external/gpl3/binutils/dist/libsframe/doc/ |
| H A D | sframe-spec.texi | 283 integral field to denote the size of an auxiliary SFrame header. The 408 @multitable {Offset} {@code{uint32_t sfde_func_start_fre_off}} {Signed 32-bit integral field denoti… 412 @tab Signed 32-bit integral field denoting the virtual memory address of the 417 @tab Unsigned 32-bit integral field specifying the size of the function in 422 @tab Unsigned 32-bit integral field specifying the offset in bytes of the 427 @tab Unsigned 32-bit integral field specifying the total number of SFrame FREs 432 @tab Unsigned 8-bit integral field specifying the SFrame FDE info word. 437 @tab Unsigned 8-bit integral field specifying the size of the repetitive code 627 @code{sfre_start_address} is an unsigned 8-bit/16-bit/32-bit integral field
|
| H A D | sframe-spec.info | 262 provides an unsigned 8-bit integral field to denote the size of an 376 0x00 ‘int32_t sfde_func_start_address’ Signed 32-bit integral field denoting the 380 0x04 ‘uint32_t sfde_func_size’ Unsigned 32-bit integral field specifying 383 0x08 ‘uint32_t sfde_func_start_fre_off’ Unsigned 32-bit integral field specifying 387 0x0c ‘uint32_t sfde_func_num_fres’ Unsigned 32-bit integral field specifying 391 0x10 ‘uint8_t sfde_func_info’ Unsigned 8-bit integral field specifying 395 0x11 ‘uint8_t sfde_func_rep_size’ Unsigned 8-bit integral field specifying 565 ‘sfre_start_address’ is an unsigned 8-bit/16-bit/32-bit integral
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | FormatProposalStatus.csv | 2 [charconv.to.chars],"Fix integral conformance",,Mark de Wever,`D100722 <https://llvm.org/D100722>`_… 15 [format.formatter.spec],"Formatter specializations - integral types",,Mark de Wever,`D96664 <https:… 21 [format.string.std],"Standard format specifiers - integral types",,Mark de Wever,,In progress,,
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/ |
| H A D | movei.ms | 5 ; Check basic integral-write semantics regarding flags.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/__iterator/ |
| H A D | incrementable_traits.h | 51 { __x - __y } -> integral;
|
| /netbsd-src/external/gpl2/groff/dist/font/devdvi/generate/ |
| H A D | texex.map | 77 90 integral
|
| /netbsd-src/external/gpl2/groff/dist/font/devdvi/ |
| H A D | EX | 106 integral 582544,0,2330194,466035 1 0132
|
| /netbsd-src/external/mit/isl/dist/m4/ |
| H A D | ax_create_stdint_h.m4 | 639 /* Minimum of signed integral types. */ 646 /* Maximum of signed integral types. */ 654 /* Maximum of unsigned integral types. */ 666 /* Minimum of signed integral types having a minimum size. */ 671 /* Maximum of signed integral types having a minimum size. */ 677 /* Maximum of unsigned integral types having a minimum size. */
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | unspecs.md | 78 UNSPEC_VRINTZ ; Represent a float to integral float rounding 80 UNSPEC_VRINTP ; Represent a float to integral float rounding 82 UNSPEC_VRINTM ; Represent a float to integral float rounding 84 UNSPEC_VRINTR ; Represent a float to integral float rounding 86 UNSPEC_VRINTX ; Represent a float to integral float rounding 88 UNSPEC_VRINTA ; Represent a float to integral float rounding
|