/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | math.h | 46 floating_point acos (arithmetic x); 50 floating_point asin (arithmetic x); 54 floating_point atan (arithmetic x); 58 floating_point atan2 (arithmetic y, arithmetic x); 62 floating_point ceil (arithmetic x); 66 floating_point cos (arithmetic x); 70 floating_point cosh (arithmetic x); 74 floating_point exp (arithmetic x); 78 floating_point fabs (arithmetic x); 82 floating_point floor (arithmetic x); [all …]
|
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 …]
|
/freebsd/contrib/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 …]
|
H A D | gdtoaimp.h | 33 double-precision arithmetic internally, so there are still 35 double-precision arithmetic (any of IEEE, VAX D_floating, 36 or IBM mainframe arithmetic). 45 * of) Intel 80x87 arithmetic, the call 53 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines. 56 * string (or sets errno to ERANGE). With IEEE arithmetic, ties are 66 * arithmetic (not IEEE double-extended). 67 * 2. We get by with floating-point arithmetic in a case that 75 * arithmetic to determine the adjustment to within 84 * #define IEEE_8087 for IEEE-arithmetic machines where the least [all …]
|
H A D | changes | 25 return +-Infinity for IEEE arithmetic, +- the largest machine number 26 for IBM and VAX arithmetic. (If __STDC__ is not defined, HUGE_VAL may 101 with IEEE arithmetic; #define MULTIPLE_THREADS if the system offers 121 Remove #ifdef Unsigned_Shifts logic in favor of unsigned arithmetic. 122 Unless compiled with -DNO_LONG_LONG, use 64-bit arithmetic where 127 with IEEE arithmetic, again revealed by the input string 268 3. With IEEE arithmetic and no -DNO_IEEE_Scale, adjust scaling so 271 underflows to zero but otherwise use IEEE arithmetic without 290 8. With IEEE arithmetic, compilation with -DHonor_FLT_ROUNDS causes 296 9. With IEEE arithmetic, compilation with -DSET_INEXACT causes extra [all …]
|
/freebsd/share/doc/usd/22.trofftut/ |
H A D | tt10 | 42 Number Registers and Arithmetic 45 has a facility for doing arithmetic, 52 And of course they serve for any sort of arithmetic computation. 157 Arithmetic expressions can appear anywhere that 164 Expressions can use the arithmetic operators +, \-, *, /, % (mod), 168 Although the arithmetic we have done so far 174 arithmetic uses truncating integer division, just like Fortran. 192 to machine units (1/432 inch) before any arithmetic is done, 203 in particular, when arithmetic is being done 235 For arithmetic done within a
|
/freebsd/contrib/llvm-project/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. 34 // Check for shifting in arithmetic and logic instructions. 52 // Check the shifting type in arithmetic and logic instructions. 93 // Identify arithmetic instructions with extend. 99 // Identify arithmetic immediate instructions. 103 // Identify arithmetic instructions with shift. 107 // Identify arithmetic instructions without shift. 132 // Identify arithmetic and logic immediate instructions. 136 // Identify arithmetic and logic instructions with shift. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/bonnell/ |
H A D | floating-point.json | 91 "BriefDescription": "Saturated arithmetic instructions retired.", 99 "BriefDescription": "SIMD saturated arithmetic micro-ops retired.", 107 "BriefDescription": "SIMD saturated arithmetic micro-ops executed.", 132 "BriefDescription": "SIMD packed arithmetic micro-ops retired", 135 "EventName": "SIMD_UOP_TYPE_EXEC.ARITHMETIC.AR", 140 "BriefDescription": "SIMD packed arithmetic micro-ops executed", 143 "EventName": "SIMD_UOP_TYPE_EXEC.ARITHMETIC.S",
|
/freebsd/share/doc/usd/05.dc/ |
H A D | dc | 53 integer arithmetic. 74 DC is an arbitrary precision arithmetic package implemented 303 After any arithmetic operation on a number, care is taken 395 Internal Arithmetic 397 All arithmetic operations are done on integers. 401 a properly scaled result from the internal arithmetic routine. 406 After performing the required arithmetic operation, 411 in the results of most arithmetic operations. 413 arithmetic computations. 418 The descriptions of the individual arithmetic operations will [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | icl-metrics.json | 131 …"BriefDescription": "Instructions per FP Arithmetic instruction (lower number means higher occurre… 135 …"PublicDescription": "Instructions per FP Arithmetic instruction (lower number means higher occurr… 138 …"BriefDescription": "Instructions per FP Arithmetic Scalar Single-Precision instruction (lower num… 142 …"PublicDescription": "Instructions per FP Arithmetic Scalar Single-Precision instruction (lower nu… 145 …"BriefDescription": "Instructions per FP Arithmetic Scalar Double-Precision instruction (lower num… 149 …"PublicDescription": "Instructions per FP Arithmetic Scalar Double-Precision instruction (lower nu… 152 …"BriefDescription": "Instructions per FP Arithmetic AVX/SSE 128-bit instruction (lower number mean… 156 …"PublicDescription": "Instructions per FP Arithmetic AVX/SSE 128-bit instruction (lower number mea… 159 …"BriefDescription": "Instructions per FP Arithmetic AVX* 256-bit instruction (lower number means h… 163 …"PublicDescription": "Instructions per FP Arithmetic AVX* 256-bit instruction (lower number means … [all …]
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | intprops.h | 35 /* True if the arithmetic type T is an integer type. bool counts as 128 arithmetic overflow. They do not rely on undefined or 149 so the arguments should not have side effects. The arithmetic 151 integer type after the usual arithmetic conversions, and the type 158 /* Return 1 if A + B would overflow in [MIN,MAX] arithmetic. 165 /* Return 1 if A - B would overflow in [MIN,MAX] arithmetic. 172 /* Return 1 if - A would overflow in [MIN,MAX] arithmetic. 179 /* Return 1 if A * B would overflow in [MIN,MAX] arithmetic. 196 /* Return 1 if A / B would overflow in [MIN,MAX] arithmetic. 201 /* Return 1 if A % B would overflow in [MIN,MAX] arithmetic. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | icx-metrics.json | 143 …"BriefDescription": "Instructions per FP Arithmetic instruction (lower number means higher occurre… 147 …"PublicDescription": "Instructions per FP Arithmetic instruction (lower number means higher occurr… 150 …"BriefDescription": "Instructions per FP Arithmetic Scalar Single-Precision instruction (lower num… 154 …"PublicDescription": "Instructions per FP Arithmetic Scalar Single-Precision instruction (lower nu… 157 …"BriefDescription": "Instructions per FP Arithmetic Scalar Double-Precision instruction (lower num… 161 …"PublicDescription": "Instructions per FP Arithmetic Scalar Double-Precision instruction (lower nu… 164 …"BriefDescription": "Instructions per FP Arithmetic AVX/SSE 128-bit instruction (lower number mean… 168 …"PublicDescription": "Instructions per FP Arithmetic AVX/SSE 128-bit instruction (lower number mea… 171 …"BriefDescription": "Instructions per FP Arithmetic AVX* 256-bit instruction (lower number means h… 175 …"PublicDescription": "Instructions per FP Arithmetic AVX* 256-bit instruction (lower number means … [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 48 ASR, ///< Arithmetic shift right. 49 ASRBN, ///< Byte arithmetic shift right N bits. 50 ASRWN, ///< Word arithmetic shift right N bits. 51 ASRLO, ///< Lower 8-bit of word arithmetic shift right. 52 ASRW, ///< Wide arithmetic shift right. 59 ASRLOOP, ///< A loop of single arithmetic shift right instructions.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | err.D_OP_ARITH.badoperand.d | 31 * Arithmetic operations with a +/- must be followed by an arithmetic 34 * SECTION: Types, Operators, and Expressions/Arithmetic Operators
|
/freebsd/lib/libc/quad/ |
H A D | quad.h | 37 * Quad arithmetic. 45 * - The machine's arithmetic is two's complement. 47 * This library can provide 128-bit arithmetic on a machine with 128-bit 48 * quads and 64-bit longs, for instance, or 96-bit arithmetic on machines
|
/freebsd/crypto/openssl/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.
|
/freebsd/sys/libkern/ |
H A D | quad.h | 40 * Quad arithmetic. 48 * - The machine's arithmetic is two's complement. 50 * This library can provide 128-bit arithmetic on a machine with 128-bit 51 * quads and 64-bit longs, for instance, or 96-bit arithmetic on machines
|
/freebsd/bin/expr/ |
H A D | expr.1 | 59 Arithmetic operations are performed using signed integer math with a 138 New applications are advised to use shell arithmetic rather than 222 With shell arithmetic, no escaping is required: 289 The extended arithmetic range and overflow checks do not conflict with 290 POSIX's requirement that arithmetic be done using signed longs, since
|
/freebsd/lib/libc/softfloat/bits64/ |
H A D | softfloat.c | 21 Arithmetic Package, Release 2a. 31 arithmetic/SoftFloat.html'. 79 Primitive arithmetic functions, including multi-word arithmetic, and 298 Binary Floating-Point Arithmetic. 468 Binary Floating-Point Arithmetic. 643 Floating-Point Arithmetic. 976 overflow follows the IEC/IEEE Standard for Binary Floating-Point Arithmetic. 1112 according to the IEC/IEEE Standard for Binary Floating-Point Arithmetic. 1141 according to the IEC/IEEE Standard for Binary Floating-Point Arithmetic. 1180 Arithmetic. [all …]
|
/freebsd/lib/msun/man/ |
H A D | ieee.3 | 33 .Nd IEEE standard 754 for floating-point arithmetic 35 The IEEE Standard 754 for Binary Floating-Point Arithmetic 37 properties of arithmetic operations relating to precision, 39 .Ss IEEE STANDARD 754 Floating-Point Arithmetic 87 propagate through subsequent arithmetic operations. 433 Standard for Floating-point Arithmetic" by
|
/freebsd/contrib/unbound/util/ |
H A D | rfc_1982.h | 2 * util/rfc_1982.h - RFC 1982 Serial Number Arithmetic 39 * This file contains functions for RFC 1982 serial number arithmetic. 59 * that is the distance between them in serial number arithmetic.
|
/freebsd/lib/libc/softfloat/bits32/ |
H A D | softfloat.c | 28 Arithmetic Package, Release 2a. 38 arithmetic/SoftFloat.html'. 82 Primitive arithmetic functions, including multi-word arithmetic, and 195 Binary Floating-Point Arithmetic. 405 overflow follows the IEC/IEEE Standard for Binary Floating-Point Arithmetic. 523 according to the IEC/IEEE Standard for Binary Floating-Point Arithmetic. 541 according to the IEC/IEEE Standard for Binary Floating-Point Arithmetic. 572 Arithmetic---which means in particular that the conversion is rounded 643 Arithmetic, except that the conversion is always rounded toward zero. 686 Arithmetic. [all …]
|
/freebsd/lib/libc/softfloat/ |
H A D | softfloat.txt | 13 the IEC/IEEE Standard for Binary Floating-Point Arithmetic. As many as four 34 depends on a C compiler that implements 64-bit integer arithmetic. If the 54 Standard Arithmetic Functions 111 SoftFloat implements the following arithmetic operations: 147 of the standard arithmetic operations is controlled by the global variable 245 Standard Arithmetic Functions 247 The following standard arithmetic functions are provided: 370 HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.
|
/freebsd/share/doc/psd/06.Clang/ |
H A D | Clang.ms | 479 obey the laws of arithmetic modulo 495 arithmetic 534 Besides the fundamental arithmetic types, there is a 603 ``Arithmetic Conversions.'' 664 All floating arithmetic in C is carried out in double precision. 739 Arithmetic Conversions 743 This pattern will be called the ``usual arithmetic conversions.'' 1138 The usual arithmetic conversions are performed. 1161 It is applicable to any arithmetic type 1169 The usual arithmetic conversions are performed. [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/alderlake/ |
H A D | adl-metrics.json | 145 …"BriefDescription": "Instructions per FP Arithmetic instruction (lower number means higher occurre… 149 …"PublicDescription": "Instructions per FP Arithmetic instruction (lower number means higher occurr… 153 …"BriefDescription": "Instructions per FP Arithmetic Scalar Single-Precision instruction (lower num… 157 …"PublicDescription": "Instructions per FP Arithmetic Scalar Single-Precision instruction (lower nu… 161 …"BriefDescription": "Instructions per FP Arithmetic Scalar Double-Precision instruction (lower num… 165 …"PublicDescription": "Instructions per FP Arithmetic Scalar Double-Precision instruction (lower nu… 169 …"BriefDescription": "Instructions per FP Arithmetic AVX/SSE 128-bit instruction (lower number mean… 173 …"PublicDescription": "Instructions per FP Arithmetic AVX/SSE 128-bit instruction (lower number mea… 177 …"BriefDescription": "Instructions per FP Arithmetic AVX* 256-bit instruction (lower number means h… 181 …"PublicDescription": "Instructions per FP Arithmetic AVX* 256-bit instruction (lower number means …
|