/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | cmath | 49 floating_point acos (arithmetic x); 53 floating_point asin (arithmetic x); 57 floating_point atan (arithmetic x); 61 floating_point atan2 (arithmetic y, arithmetic x); 65 floating_point ceil (arithmetic x); 69 floating_point cos (arithmetic x); 73 floating_point cosh (arithmetic x); 77 floating_point exp (arithmetic x); 81 floating_point fabs (arithmetic x); 85 floating_point floor (arithmetic x); [all …]
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/ |
H A D | rotr.s | 28 rotr.b r0l ; shift right arithmetic by one 53 rotr.b @er0 ; shift right arithmetic by one, indirect 80 rotr.b @er0+ ; shift right arithmetic by one, postinc 107 rotr.b @er0- ; shift right arithmetic by one, postdec 134 rotr.b @+er0 ; shift right arithmetic by one, preinc 161 rotr.b @-er0 ; shift right arithmetic by one, predec 188 rotr.b @(2:2, er0) ; shift right arithmetic by one, disp2 215 rotr.b @(44:16, er0) ; shift right arithmetic by one, disp16 242 rotr.b @(666:32, er0) ; shift right arithmetic by one, disp32 268 rotr.b @byte_dest:16 ; shift right arithmetic by one, abs16 [all …]
|
H A D | rotxr.s | 28 rotxr.b r0l ; shift right arithmetic by one 54 rotxr.b @er0 ; shift right arithmetic by one, indirect 83 rotxr.b @er0+ ; shift right arithmetic by one, postinc 113 rotxr.b @er0- ; shift right arithmetic by one, postdec 143 rotxr.b @+er0 ; shift right arithmetic by one, preinc 173 rotxr.b @-er0 ; shift right arithmetic by one, predec 203 rotxr.b @(2:2, er0) ; shift right arithmetic by one, disp2 233 rotxr.b @(44:16, er0) ; shift right arithmetic by one, disp16 264 rotxr.b @(666:32, er0) ; shift right arithmetic by one, disp32 294 rotxr.b @byte_dest:16 ; shift right arithmetic by one, abs16 [all …]
|
H A D | shar.s | 28 shar.b r0l ; shift right arithmetic by one 54 shar.b @er0 ; shift right arithmetic by one, indirect 83 shar.b @er0+ ; shift right arithmetic by one, postinc 113 shar.b @er0- ; shift right arithmetic by one, postdec 143 shar.b @+er0 ; shift right arithmetic by one, preinc 173 shar.b @-er0 ; shift right arithmetic by one, predec 203 shar.b @(2:2, er0) ; shift right arithmetic by one, disp2 233 shar.b @(44:16, er0) ; shift right arithmetic by one, disp16 264 shar.b @(666:32, er0) ; shift right arithmetic by one, disp32 294 shar.b @byte_dest:16 ; shift right arithmetic by one, abs16 [all …]
|
H A D | shal.s | 28 shal.b r0l ; shift left arithmetic by one 51 shal.b #2, r0l ; shift left arithmetic by two 76 shal.w r0 ; shift left arithmetic by one 98 shal.w #2, r0 ; shift left arithmetic by two 120 shal.l er0 ; shift left arithmetic by one 143 shal.l #2, er0 ; shift left arithmetic by two
|
H A D | rotxl.s | 28 rotxl.b r0l ; shift left arithmetic by one 51 rotxl.b #2, r0l ; shift left arithmetic by two 76 rotxl.w r0 ; shift left arithmetic by one 98 rotxl.w #2, r0 ; shift left arithmetic by two 120 rotxl.l er0 ; shift left arithmetic by one 143 rotxl.l #2, er0 ; shift left arithmetic by two
|
/netbsd-src/lib/libc/gdtoa/ |
H A D | README | 3 and extended-precision IEEE binary floating-point arithmetic, and 14 The conversion routines use double-precision floating-point arithmetic 15 and, where necessary, high precision integer arithmetic. The routines 27 VAX, or IBM-mainframe double-precision arithmetic internally, but I (dmg) 29 arithmetic. 34 exponent of type Long, and arithmetic characteristics described in 42 that know details of the particular binary arithmetic of interest and 44 of IEEE binary floating-point arithmetic, each indicated by one or 60 mode on IEEE-arithmetic systems that provide the C99 fegetround() 93 arithmetic can easily make one-ulp adjustments on values in the [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedPredicates.td | 16 // Check the extension type in arithmetic instructions. 28 // Check for shifting in extended arithmetic instructions. 46 // Check the shifting type in arithmetic and logic instructions. 55 // Check for shifting in arithmetic and logic instructions. 203 // Identify arithmetic instructions with extend. 209 // Identify arithmetic immediate instructions. 213 // Identify arithmetic instructions with shift. 217 // Identify arithmetic instructions without shift. 242 // Identify arithmetic and logic immediate instructions. 246 // Identify arithmetic and logic instructions with shift. [all …]
|
H A D | AArch64SchedPredExynos.td | 16 // Check the shift in arithmetic and logic instructions. 32 // Identify arithmetic instructions without or with limited extension or shift. 148 // Identify cheap arithmetic and logic immediate instructions.
|
H A D | AArch64SchedFalkor.td | 41 def FalkorUnitX : ProcResource<1>; // Complex arithmetic 42 def FalkorUnitY : ProcResource<1>; // Simple arithmetic 43 def FalkorUnitZ : ProcResource<1>; // Simple arithmetic
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-bpf.texi | 166 64-bit arithmetic addition. 168 64-bit arithmetic subtraction. 170 64-bit arithmetic multiplication. 172 64-bit arithmetic integer division. 186 64-bit right arithmetic shift, by @code{%s} or @code{imm32} bits. 188 64-bit arithmetic negation. 194 @subsubsection 32-bit arithmetic instructions 200 32-bit arithmetic addition. 202 32-bit arithmetic subtraction. 204 32-bit arithmetic multiplication. [all …]
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | README | 37 GNU MP is a library for arbitrary precision arithmetic, operating on signed 42 operands. The speed is achieved by using fullwords as the basic arithmetic 61 1. Signed integer arithmetic functions (mpz). These functions are intended 65 2. Rational arithmetic functions (mpq). For now, just a small set of 69 3. Floating-point arithmetic functions (mpf). If the C type `double' 72 and call the functions in the mpf class for the arithmetic operations.
|
/netbsd-src/games/arithmetic/ |
H A D | Makefile | 4 PROG= arithmetic 5 MAN= arithmetic.6
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | BN_add_word.pod | 5 BN_add_word, BN_sub_word, BN_mul_word, BN_div_word, BN_mod_word - arithmetic 24 These functions perform arithmetic operations on BIGNUMs with unsigned 26 arithmetic operations.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | BN_add_word.pod | 5 BN_add_word, BN_sub_word, BN_mul_word, BN_div_word, BN_mod_word - arithmetic 24 These functions perform arithmetic operations on BIGNUMs with unsigned 26 arithmetic operations.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/visium/ |
H A D | visium-modes.def | 23 arithmetic instructions set the condition code. Only the N and Z flags 27 We also have a CCCmode which is used by the arithmetic instructions when 32 We also have a CCVmode which is used by the arithmetic instructions when
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/visium/ |
H A D | visium-modes.def | 23 arithmetic instructions set the condition code. Only the N and Z flags 27 We also have a CCCmode which is used by the arithmetic instructions when 32 We also have a CCVmode which is used by the arithmetic instructions when
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve2.md | 31 ;; ---- [INT] General binary arithmetic that maps to unspecs 32 ;; ---- [INT] Saturating binary arithmetic 36 ;; ---- [INT] General ternary arithmetic that maps to unspecs 44 ;; == Extending arithmetic 45 ;; ---- [INT] Wide binary arithmetic 46 ;; ---- [INT] Long binary arithmetic 48 ;; ---- [INT] Long binary arithmetic with accumulation 52 ;; ---- [INT] Narrowing unary arithmetic 53 ;; ---- [INT] Narrowing binary arithmetic 56 ;; == Pairwise arithmetic [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve2.md | 31 ;; ---- [INT] General binary arithmetic that maps to unspecs 32 ;; ---- [INT] Saturating binary arithmetic 36 ;; ---- [INT] General ternary arithmetic that maps to unspecs 44 ;; == Extending arithmetic 45 ;; ---- [INT] Wide binary arithmetic 46 ;; ---- [INT] Long binary arithmetic 48 ;; ---- [INT] Long binary arithmetic with accumulation 52 ;; ---- [INT] Narrowing unary arithmetic 53 ;; ---- [INT] Narrowing binary arithmetic 56 ;; == Pairwise arithmetic [all …]
|
/netbsd-src/sys/arch/m68k/fpe/ |
H A D | README | 106 arithmetic operations. It is particularly easy to add a new 107 arithmetic instruction to the existing ones (not that it is easy to 110 fpu_emul_arith() which calls emulation functions for all arithmetic 113 type 0 arithmetic instruction follows this prototype: 167 destination register in the same manner as the other arithmetic
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc-modes.def | 32 arithmetic instructions set the condition code. Only the N and Z flags 36 We also have a CCCmode which is used by the arithmetic instructions when 40 We also have a CCVmode which is used by the arithmetic instructions when
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc-modes.def | 32 arithmetic instructions set the condition code. Only the N and Z flags 36 We also have a CCCmode which is used by the arithmetic instructions when 40 We also have a CCVmode which is used by the arithmetic instructions when
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-bpf.texi | 208 64-bit arithmetic addition. 214 64-bit arithmetic subtraction. 220 64-bit arithmetic multiplication. 226 64-bit arithmetic integer division. 268 64-bit right arithmetic shift, by @code{rs} or @code{imm32} bits. 272 64-bit arithmetic negation. 294 @subsection 32-bit arithmetic instructions 307 32-bit arithmetic addition. 313 32-bit arithmetic subtraction. 319 32-bit arithmetic multiplication. [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | vec-common.md | 85 ;; Vector arithmetic. Expanders are blank, then unnamed insns implement 100 ;; Vector arithmetic. Expanders are blank, then unnamed insns implement 114 ;; Vector arithmetic. Expanders are blank, then unnamed insns implement 127 ;; Vector arithmetic. Expanders are blank, then unnamed insns implement
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | expressions.rst | 180 Negate an arithmetic value; analogous to: 201 Logical negation of an arithmetic or pointer value; analogous to: 211 Absolute value of an arithmetic expression; analogous to: 253 Addition of arithmetic values; analogous to: 265 Subtraction of arithmetic values; analogous to: 275 Multiplication of a pair of arithmetic values; analogous to: 285 Quotient of division of arithmetic values; analogous to: 299 Remainder of division of arithmetic values; analogous to:
|