Searched refs:exponent (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatunditf.c28 const int exponent = (aWidth - 1) - __builtin_clzll(a); local
32 const int shift = significandBits - exponent;
35 // Insert the exponent
36 result += (rep_t)(exponent + exponentBias) << significandBits;
H A Dfloatunsitf.c28 const int exponent = (aWidth - 1) - __builtin_clz(a); local
32 const int shift = significandBits - exponent;
35 // Insert the exponent
36 result += (rep_t)(exponent + exponentBias) << significandBits;
H A Dfloatsisf.c36 const int exponent = (aWidth - 1) - __builtin_clz(a); local
40 if (exponent <= significandBits) {
41 const int shift = significandBits - exponent;
44 const int shift = exponent - significandBits;
53 // Insert the exponent
54 result += (rep_t)(exponent + exponentBias) << significandBits;
H A Dfloatunsisf.c29 const int exponent = (aWidth - 1) - __builtin_clz(a); local
33 if (exponent <= significandBits) {
34 const int shift = significandBits - exponent;
37 const int shift = exponent - significandBits;
46 // Insert the exponent
47 result += (rep_t)(exponent + exponentBias) << significandBits;
H A Dfloatditf.c36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); local
40 const int shift = significandBits - exponent;
43 // Insert the exponent
44 result += (rep_t)(exponent + exponentBias) << significandBits;
H A Dfloatsidf.c36 const int exponent = (aWidth - 1) - __builtin_clz(a); local
42 const int shift = significandBits - exponent;
45 // Insert the exponent
46 result += (rep_t)(exponent + exponentBias) << significandBits;
H A Dfloatsitf.c36 const int exponent = (aWidth - 1) - __builtin_clz(aAbs); local
40 const int shift = significandBits - exponent;
43 // Insert the exponent
44 result += (rep_t)(exponent + exponentBias) << significandBits;
H A Dfloatunsidf.c29 const int exponent = (aWidth - 1) - __builtin_clz(a); local
33 const int shift = significandBits - exponent;
36 // Insert the exponent
37 result += (rep_t)(exponent + exponentBias) << significandBits;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcopysign.c11 unsigned int exponent: 11; member in struct:__anon1456::__anon1457
21 unsigned int exponent: 11; member in struct:__anon1456::__anon1458
54 unsigned int exponent :11; member in struct:__anon1460::__anon1461
69 unsigned int exponent: 11; member in struct:__anon1460::__anon1462
91 unsigned int exponent: 8; member in struct:__anon1464::__anon1465
98 unsigned int exponent:8; member in struct:__anon1464::__anon1466
116 unsigned int exponent: 8; member in struct:__anon1467::__anon1468
124 unsigned int exponent:8; member in struct:__anon1467::__anon1469
H A Dfloatformat.c150 /* In the i387 double-extended format, if the exponent is all ones,
151 then the integer bit must be set. If the exponent is neither 0
152 nor ~0, the intbit must also be set. Only if the exponent is
154 unsigned long exponent, int_bit; local
157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
162 if ((exponent == 0) != (int_bit == 0))
308 long exponent;
314 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
317 /* If the exponent indicates a NaN, we don't have information to
320 if ((unsigned long) exponent
307 long exponent; local
468 int exponent; local
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcopysign.c11 unsigned int exponent: 11; member in struct:__anon639::__anon640
21 unsigned int exponent: 11; member in struct:__anon639::__anon641
54 unsigned int exponent :11; member in struct:__anon643::__anon644
69 unsigned int exponent: 11; member in struct:__anon643::__anon645
91 unsigned int exponent: 8; member in struct:__anon647::__anon648
98 unsigned int exponent:8; member in struct:__anon647::__anon649
116 unsigned int exponent: 8; member in struct:__anon650::__anon651
124 unsigned int exponent:8; member in struct:__anon650::__anon652
H A Dfloatformat.c150 /* In the i387 double-extended format, if the exponent is all ones,
151 then the integer bit must be set. If the exponent is neither 0
152 nor ~0, the intbit must also be set. Only if the exponent is
154 unsigned long exponent, int_bit; local
157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
162 if ((exponent == 0) != (int_bit == 0))
308 long exponent;
314 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
317 /* If the exponent indicates a NaN, we don't have information to
320 if ((unsigned long) exponent
307 long exponent; local
468 int exponent; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dflonum-copy.c56 out->exponent = in->exponent;
68 out->exponent = in->exponent + shorten;
H A Dflonum-mult.c85 long exponent;
104 exponent = a->exponent + b->exponent;
111 exponent -= extra_product_positions; /* Increases exponent. */
159 exponent++;
175 exponent++;
188 product->exponent = exponent;
84 long exponent; local
[all...]
H A Dflonum.h57 long exponent; /* base LITTLENUM_RADIX */ member in struct:FLONUM_STRUCT
H A Datof-generic.c41 * mark and optional decimal exponent (place value) of the *
58 <flonum> ::= <optional-sign> <decimal-number> <optional-exponent>
65 <optional-exponent> ::= {empty}
66 | <exponent-character> <optional-sign> <integer>
70 <exponent-character> ::= {one character from "string_of_decimal_exponent_marks"}
92 * Scan the input string, abstracting (1)digits (2)decimal mark (3) exponent.
129 address_of_generic_floating_point_number->exponent = 0;
143 address_of_generic_floating_point_number->exponent = 0;
298 address_of_generic_floating_point_number->exponent = 0; /* Not strictly necessary */
437 digits_flonum.exponent
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Drsaz_exp.h56 const BN_ULONG exponent[16],
62 const BN_ULONG base_norm[8], const BN_ULONG exponent[8],
/freebsd-11-stable/crypto/openssl/engines/vendor_defns/
H A Datalla.h6 * only performing a regular mod_exp using the supplied modulus and exponent
25 Item exponent[2]; member in struct:RSAPrivateKeyStr
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c57 /* precision (up to 999,999,999 digits) and arbitrary exponent */
123 /* 4. Exponent checking is minimized by allowing the exponent to */
128 /* overflow (the most negative valid exponent is -1999999997, for */
129 /* a 999999999-digit number with adjusted exponent of -999999999). */
340 /* exponent (set.emax and set.emin), determining if */
345 /* The length of the coefficient and the size of the exponent are */
354 Int exponent = 0; /* working exponent [assume 0] */ local
364 const char *firstexp; /* -> first significant exponent digit */
477 { /* more there; exponent expecte
2739 Int exponent; /* working exponent */ local
3443 Int exponent; /* work */ local
[all...]
H A DdecNumberLocal.h75 #define DECNUMMAXE 999999999 /* maximum adjusted exponent ditto (9 digits) */
76 #define DECNUMMINE -999999999 /* minimum adjusted exponent ditto (9 digits) */
81 #error Maximum exponent mismatch
84 #error Minimum exponent mismatch
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddoublest.c116 long exponent; local
164 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
166 /* Note that if exponent indicates a NaN, we can't really do anything useful
174 special_exponent = exponent == 0 || exponent == fmt->exp_nan;
176 /* Don't bias NaNs. Use minimum exponent for denorms. For simplicity,
177 we don't check for zero as the exponent doesn't matter. Note the cast
181 exponent -= fmt->exp_bias;
182 else if (exponent == 0)
183 exponent
338 int exponent; local
463 long exponent; local
[all...]
/freebsd-11-stable/lib/libc/mips/gen/
H A Dldexp.S69 sll t1, v1, 1 # get x exponent
73 addu t1, t1, a2 # scale exponent
126 subu t1, t1, t9 # adjust exponent
127 addu t1, t1, a2 # scale exponent
146 sll t1, t1, 31 - 11 # reposition exponent
156 sll t2, v1, 31 - 20 # clear exponent, extract fraction
161 sll ta0, t2, t1 # shift right t2,t3 based on exponent
182 mtc1 zero, $f1 # exponent and upper fraction
191 mtc1 ta0, $f1 # exponent and upper fraction
/freebsd-11-stable/contrib/unbound/sldns/
H A Dkeyraw.c67 /* big exponent */
273 BIGNUM *exponent; local
293 exponent = BN_new();
294 if(!exponent) return NULL;
295 (void) BN_bin2bn(key+offset, (int)exp, exponent);
301 BN_free(exponent);
309 BN_free(exponent);
316 rsa->e = exponent;
320 if (!RSA_set0_key(rsa, modulus, exponent, NULL)) {
321 BN_free(exponent);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp92 bits of mantissa and 11 bits of exponent.
228 /* Return the value of a decimal exponent of the form
231 If the exponent overflows, returns a large exponent with the
240 // Treat no exponent as 0 to match binutils
254 return createError("Invalid character in exponent");
261 return createError("Invalid character in exponent");
283 int exponent = 0; local
302 return createError("Invalid character in exponent");
315 exponent
366 int exponent; member in struct:llvm::decimalInfo
[all...]
/freebsd-11-stable/contrib/ntp/libparse/
H A Dieee754io.c177 long exponent; local
313 exponent = characteristic - bias;
315 if (exponent > 31) /* sorry - hardcoded */
326 frac_offset = mbits - exponent;
420 long exponent; local
471 exponent = mantissa_high = mantissa_low = 0; /* true zero */
530 exponent = msb - 32;
531 characteristic = exponent + bias;

Completed in 217 milliseconds

123