Home
last modified time | relevance | path

Searched +refs:read +refs:signed +refs:exponent (Results 1 – 25 of 3159) sorted by relevance

12345678910>>...127

/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/
H A Daiff.py30 (signed, exponent, mantissa) = bitstream.parse("1u 15u 64U")
33 elif exponent == 0x7FFF:
37 return f if not signed else -f
47 signed = 1
50 signed = 0
52 (fmant, exponent) = frexp(value)
53 if (exponent > 16384) or (fmant >= 1):
54 exponent = 0x7FFF
57 exponent += 16382
60 bitstream.build("1u 15u 64U", (signed, exponent, int(mantissa)))
[all …]
/dports/lang/racket/racket-8.3/src/expander/read/
H A Dnumber.rkt548 (read-signed 1 s (fx+ 1 start) end radix (init-state exactness convert-mode single-mode '+/-))]
550 (read-signed -1 s (fx+ 1 start) end radix (init-state exactness convert-mode single-mode '+/-))]
559 (define (read-signed sgn s start end radix state)
593 (read-exponent sgn (get-n) 0 s (fx+ 1 start) end radix (set-exactness-by-char state c))]
684 (define (read-exponent sgn sgn-n exp s start end radix state)
689 (read-signed-exponent sgn sgn-n exp 1 c s (fx+ 1 start) end radix state)]
692 (read-signed-exponent sgn sgn-n exp sgn2 #f s (fx+ 1 start) end radix state)]
703 (define (read-signed-exponent sgn sgn-n exp sgn2 exp2 s start end radix state)
717 (read-signed-exponent sgn sgn-n exp sgn2 new-exp2 s (fx+ 1 start) end radix state)]
837 (read-exponent sgn (get-n) 0 s (fx+ 1 start) end radix (set-exactness-by-char state c))]
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/read/
H A Dnumber.rkt548 (read-signed 1 s (fx+ 1 start) end radix (init-state exactness convert-mode single-mode '+/-))]
550 (read-signed -1 s (fx+ 1 start) end radix (init-state exactness convert-mode single-mode '+/-))]
559 (define (read-signed sgn s start end radix state)
593 (read-exponent sgn (get-n) 0 s (fx+ 1 start) end radix (set-exactness-by-char state c))]
684 (define (read-exponent sgn sgn-n exp s start end radix state)
689 (read-signed-exponent sgn sgn-n exp 1 c s (fx+ 1 start) end radix state)]
692 (read-signed-exponent sgn sgn-n exp sgn2 #f s (fx+ 1 start) end radix state)]
703 (define (read-signed-exponent sgn sgn-n exp sgn2 exp2 s start end radix state)
717 (read-signed-exponent sgn sgn-n exp sgn2 new-exp2 s (fx+ 1 start) end radix state)]
837 (read-exponent sgn (get-n) 0 s (fx+ 1 start) end radix (set-exactness-by-char state c))]
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/serde_json/src/
H A Dde.rs31 read: R, field
460 mut exponent: i32, in parse_decimal()
473 exponent -= 1; in parse_decimal()
477 if exponent == 0 { in parse_decimal()
566 mut exponent: i32, in f64_from_parts()
641 let mut exponent = 0; in parse_long_integer() localVariable
743 exponent: i32, in parse_decimal_overflow()
764 exponent: i32, in parse_decimal_overflow()
804 exponent: i32, in f64_long_from_parts()
872 if let Ok(signed) = buf.parse() { in parse_any_number()
[all …]
/dports/devel/blitz/blitz-1.0.2/manual/
H A Dnuminquire.yo36 Define: radix, mantissa, exponent, denormalized
58 The number of radix digits (read: bits) in the mantissa. Also
180 bzindex(signed -- is_signed())
184 True if the type is signed (i.e. can handle both positive
190 The maximum exponent (Max_exp) is the maximum positive integer such that
191 the radix (read: 2) raised to the power Max_exp-1 is a representable,
198 The maximum base-10 exponent (Max_exp10) is the maximum positive integer
206 The minimum exponent (Min_exp) is the minimum negative integer
207 such that the radix (read: 2) raised to the power Min_exp-1 is
214 The minimum base-10 exponent (Min_exp10) is the minimum negative
[all …]
/dports/devel/blitz/blitz-1.0.2/doc/
H A Dnuminquire.texi38 The number of radix digits (read: bits) in the mantissa. Also works for
133 @cindex signed -- @code{is_signed()}
134 True if the type is signed (i.e.@: can handle both positive and negative
139 The maximum exponent (@code{Max_exp}) is the maximum positive integer such
140 that the radix (read: 2) raised to the power @code{Max_exp-1} is a
145 The maximum base-10 exponent (@code{Max_exp10}) is the maximum positive
151 The minimum exponent (@code{Min_exp}) is the minimum negative integer such
152 that the radix (read: 2) raised to the power @code{Min_exp-1} is a
157 The minimum base-10 exponent (@code{Min_exp10}) is the minimum negative integer
184 For floating-point types, this returns the radix (base) of the exponent.
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dx509.py248 exponent = spk.next_node(modulus)
250 rsa_e = spk.get_value_of_type(exponent, 'INTEGER')
251 self.modulus = int.from_bytes(rsa_n, byteorder='big', signed=False)
252 self.exponent = int.from_bytes(rsa_e, byteorder='big', signed=False)
324 s = f.read()
/dports/cad/ghdl/ghdl-1.0.0/libraries/ieee2008/
H A Dfloat_generic_pkg.vhdl122 -- +/- exponent fraction
416 -- signed to float
433 -- signed fixed point to float
465 -- signed to float
486 -- signed fixed point to float
502 -- float to signed
521 -- float to signed fixed point
541 -- float to signed
559 -- float to signed fixed point
916 -- Octal read with padding, no separators used
[all …]
H A Dfloat_generic_pkg-body.vhdl2765 -- to_float (signed)
2780 -- signed version of exp.
3054 -- signed to float
3114 -- signed fixed point to float
3482 -- float to signed
3531 -- float to signed fixed point
5077 read (L, c);
5345 read (L, c, ok); -- read the colon
5411 read (L, c, ok); -- read the colon
5494 read (L, c, ok); -- read the colon
[all …]
/dports/audio/gramofile/gramofile-1.6P/
H A DTODO50 By changing the exponent you can change the type of fade from linear (x^1)
65 signed short buff[441000];
71 signed short tmp;
77 size = read(inp, buff, sizeof(buff));
86 tmp = (signed short) ( ( (double) buff[i]) * scaler);
/dports/audio/faust/faust-2.37.3/tools/faust2fpga/vhdl/
H A Dfloat_pkg_c.vhd390 -- signed to float
407 -- signed fixed point to float
439 -- signed to float
460 -- signed fixed point to float
476 -- float to signed
495 -- float to signed fixed point
515 -- float to signed
3915 -- to_float (signed)
3929 -- signed version of exp.
4197 -- signed to float
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/printj/
H A DREADME.md353 instructs the engine to read the next argument (assumed to be an integer). Just
420 | C data type | fmt | unsigned type | fmt | signed type | fmt |
422 | `char` | | `unsigned char` | `hhu` | `signed char` | `hhd` |
431 C99 does not officially define a signed `size_t` or unsigned `ptrdiff_t` type.
446 Both wide types `wchar_t` and `wint_t` can be signed or unsigned according to
523 operations act on signed integers. For example:
554 is signed or unsigned according to the conversion specifier. If a length is
672 the exponent expression, and radix of the exponent expression. The standard
832 | main | no | do not read argument, emit "Success" |
833 | alt (flag #) | no | read and process next argument |
[all …]
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/
H A DGMPf.pod27 # exponent = 2
129 "$si" means any integer that will fit into a C 'signed long int'.
134 "$bool" means a value (usually a 'signed long int') in which
152 First read the section 'MEMORY MANAGEMENT' (above).
259 First read the section 'MEMORY MANAGEMENT' (above).
265 precision. $arg can be either a number (signed integer, unsigned
266 integer, signed fraction or unsigned fraction) or a string that
316 Convert $op to a `signed long' or `unsigned long',
431 Read a string in base $base from STDIN, and put the read
449 To read from STDIN:
[all …]
/dports/security/py-cryptography/cryptography-3.3.2/docs/hazmat/primitives/asymmetric/
H A Drsa.rst41 :param int public_exponent: The public exponent of the new key.
73 ... key_file.read(),
405 The public exponent.
451 The private exponent.
505 Computes the ``dmp1`` parameter from the RSA private exponent (``d``) and
520 and private exponent.
699 Verify one block of data was signed by the private key
704 :param bytes data: The message string that was signed.
721 Recovers the signed data from the signature. The data contains the
740 formats you may need to explicitly recover and validate the signed
[all …]
/dports/math/octave/octave-6.4.0/doc/interpreter/
H A Dio.txi585 Print an integer as a signed decimal number. @xref{Integer
660 numeric argument as a signed decimal number; while @samp{%o},
674 For the signed @samp{%d} and @samp{%i} conversions, print a
678 For the signed @samp{%d} and @samp{%i} conversions, if the result
719 the precision. The exponent always contains at least two digits. The
720 @samp{%E} conversion is similar but the exponent is marked with the letter
724 of @samp{%e} or @samp{%E} (respectively) if the exponent would be less
940 Matches an optionally signed integer written in decimal. @xref{Numeric
944 Matches an optionally signed integer in any of the formats that the C
1013 match optionally signed floating-point numbers. All five conversion
[all …]
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A Dint32.mli19 of signed 32-bit integers. Unlike the built-in [int] type,
131 The string is read in decimal (by default) or in hexadecimal,
144 (** Return the string representation of its argument, in signed decimal. *)
152 bits 30 to 23 represent the (biased) exponent; bits 22 to 0
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A Dint32.mli19 of signed 32-bit integers. Unlike the built-in [int] type,
131 The string is read in decimal (by default) or in hexadecimal,
144 (** Return the string representation of its argument, in signed decimal. *)
152 bits 30 to 23 represent the (biased) exponent; bits 22 to 0
/dports/math/py-numpy/numpy-1.20.3/doc/source/release/
H A D1.8.1-notes.rst19 * gh-4144: linalg: norm fails on longdouble, signed int
43 * gh-4191: get_info('openblas') does not read libraries key
50 * gh-4145: Incorrect shape of broadcast result with the exponent operator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/docs/
H A Df2018-grammar.md55 open-stmt | pointer-assignment-stmt | print-stmt | read-stmt |
93 R707 signed-int-literal-constant -> [sign] int-literal-constant
96 R710 signed-digit-string -> [sign] digit-string
101 significand [exponent-letter exponent] [_ kind-param] |
102 digit-string exponent-letter exponent [_ kind-param]
104 R716 exponent-letter -> E | D @ | Q
105 R717 exponent -> signed-digit-string
108 signed-int-literal-constant | signed-real-literal-constant |
111 signed-int-literal-constant | signed-real-literal-constant |
270 signed-int-literal-constant | signed-real-literal-constant |
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/docs/
H A Df2018-grammar.md55 open-stmt | pointer-assignment-stmt | print-stmt | read-stmt |
93 R707 signed-int-literal-constant -> [sign] int-literal-constant
96 R710 signed-digit-string -> [sign] digit-string
101 significand [exponent-letter exponent] [_ kind-param] |
102 digit-string exponent-letter exponent [_ kind-param]
104 R716 exponent-letter -> E | D @ | Q
105 R717 exponent -> signed-digit-string
108 signed-int-literal-constant | signed-real-literal-constant |
111 signed-int-literal-constant | signed-real-literal-constant |
270 signed-int-literal-constant | signed-real-literal-constant |
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/docs/
H A Df2018-grammar.md55 open-stmt | pointer-assignment-stmt | print-stmt | read-stmt |
93 R707 signed-int-literal-constant -> [sign] int-literal-constant
96 R710 signed-digit-string -> [sign] digit-string
101 significand [exponent-letter exponent] [_ kind-param] |
102 digit-string exponent-letter exponent [_ kind-param]
104 R716 exponent-letter -> E | D @ | Q
105 R717 exponent -> signed-digit-string
108 signed-int-literal-constant | signed-real-literal-constant |
111 signed-int-literal-constant | signed-real-literal-constant |
270 signed-int-literal-constant | signed-real-literal-constant |
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/docs/
H A Df2018-grammar.md55 open-stmt | pointer-assignment-stmt | print-stmt | read-stmt |
93 R707 signed-int-literal-constant -> [sign] int-literal-constant
96 R710 signed-digit-string -> [sign] digit-string
101 significand [exponent-letter exponent] [_ kind-param] |
102 digit-string exponent-letter exponent [_ kind-param]
104 R716 exponent-letter -> E | D @ | Q
105 R717 exponent -> signed-digit-string
108 signed-int-literal-constant | signed-real-literal-constant |
111 signed-int-literal-constant | signed-real-literal-constant |
270 signed-int-literal-constant | signed-real-literal-constant |
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/docs/
H A Df2018-grammar.md55 open-stmt | pointer-assignment-stmt | print-stmt | read-stmt |
93 R707 signed-int-literal-constant -> [sign] int-literal-constant
96 R710 signed-digit-string -> [sign] digit-string
101 significand [exponent-letter exponent] [_ kind-param] |
102 digit-string exponent-letter exponent [_ kind-param]
104 R716 exponent-letter -> E | D @ | Q
105 R717 exponent -> signed-digit-string
108 signed-int-literal-constant | signed-real-literal-constant |
111 signed-int-literal-constant | signed-real-literal-constant |
270 signed-int-literal-constant | signed-real-literal-constant |
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/docs/
H A Df2018-grammar.md55 open-stmt | pointer-assignment-stmt | print-stmt | read-stmt |
93 R707 signed-int-literal-constant -> [sign] int-literal-constant
96 R710 signed-digit-string -> [sign] digit-string
101 significand [exponent-letter exponent] [_ kind-param] |
102 digit-string exponent-letter exponent [_ kind-param]
104 R716 exponent-letter -> E | D @ | Q
105 R717 exponent -> signed-digit-string
108 signed-int-literal-constant | signed-real-literal-constant |
111 signed-int-literal-constant | signed-real-literal-constant |
270 signed-int-literal-constant | signed-real-literal-constant |
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/docs/
H A Df2018-grammar.md55 open-stmt | pointer-assignment-stmt | print-stmt | read-stmt |
93 R707 signed-int-literal-constant -> [sign] int-literal-constant
96 R710 signed-digit-string -> [sign] digit-string
101 significand [exponent-letter exponent] [_ kind-param] |
102 digit-string exponent-letter exponent [_ kind-param]
104 R716 exponent-letter -> E | D @ | Q
105 R717 exponent -> signed-digit-string
108 signed-int-literal-constant | signed-real-literal-constant |
111 signed-int-literal-constant | signed-real-literal-constant |
270 signed-int-literal-constant | signed-real-literal-constant |
[all …]

12345678910>>...127