Home
last modified time | relevance | path

Searched full:conversions (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/freebsd/crypto/openssl/test/recipes/
H A D15-test_ec.t32 subtest 'EC conversions -- private key' => sub {
36 subtest 'EC conversions -- private key PKCS#8' => sub {
41 subtest 'EC conversions -- public key' => sub {
47 subtest 'PKEY conversions -- private key' => sub {
51 subtest 'PKEY conversions -- private key PKCS#8' => sub {
56 subtest 'PKEY conversions -- public key' => sub {
62 subtest 'Ed25519 conversions -- private key' => sub {
66 subtest 'Ed25519 conversions -- private key PKCS#8' => sub {
71 subtest 'Ed25519 conversions -- public key' => sub {
76 subtest 'Ed448 conversions -- private key' => sub {
[all …]
H A D15-test_dsa.t28 subtest "dsa conversions using 'openssl dsa' -- private key" => sub {
32 subtest "dsa conversions using 'openssl dsa' -- public key" => sub {
38 subtest "dsa conversions using 'openssl pkey' -- private key PKCS#8" => sub {
43 subtest "dsa conversions using 'openssl pkey' -- public key" => sub {
H A D15-test_rsa.t39 subtest "$cmd conversions -- private key" => sub {
43 subtest "$cmd conversions -- private key PKCS#8" => sub {
54 subtest "$cmd conversions -- public key" => sub {
65 subtest "$cmd conversions -- private key" => sub {
H A D25-test_pkcs7.t22 subtest 'pkcs7 conversions -- pkcs7' => sub {
26 subtest 'pkcs7 conversions -- pkcs7d' => sub {
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h82 /// of conversions will (as always) be indexed by argument, so will be
102 /// match with the table titled 'Conversions' in [over.ics.scs] and are listed
120 /// Qualification conversions (C++ [conv.qual])
132 /// Integral conversions (C++ [conv.integral])
135 /// Floating point conversions (C++ [conv.double]
138 /// Complex conversions (C99 6.3.1.6)
141 /// Floating-integral conversions (C++ [conv.fpint])
144 /// Pointer conversions (C++ [conv.ptr])
147 /// Pointer-to-member conversions (C++ [conv.mem])
150 /// Boolean conversions (C++ [conv.bool])
[all …]
H A DSemaFixItUtils.h30 /// new conversions are added using TryToFixConversion method. The default type
43 /// The number of Conversions fixed. This can be different from the size
47 /// The type of fix applied. If multiple conversions are fixed, corresponds
/freebsd/lib/libc/stdio/
H A Dwprintf.3140 conversions, this option has no effect.
143 conversions, the precision of the number is increased to force the first
150 conversions, a non-zero result has the string
156 conversions) prepended to it.
161 conversions, the result will always contain a decimal point, even if no
163 those conversions only if a digit follows).
168 conversions, trailing zeros are not removed from the result as they
172 For all conversions except
187 conversions, the converted value is padded on the right with blanks,
207 Decimal conversions
[all …]
H A Dprintf.3211 conversions, this option has no effect.
216 conversions, a non-zero result has the string
222 conversions) prepended to it.
225 conversions, the precision of the number is increased to force the first
231 conversions, a non-zero result has the string
237 conversions) prepended to it.
242 conversions, the result will always contain a decimal point, even if no
244 those conversions only if a digit follows).
249 conversions, trailing zeros are not removed from the result as they
253 For all conversions except
[all …]
H A Dscanf.368 the results from such conversions, if any,
112 All conversions are introduced by the
128 .Sh CONVERSIONS
284 conversions, the field width specifies the maximum number
287 most conversions skip white space;
290 The following conversions are available:
480 no conversions were assigned;
491 the number of conversions which were successfully completed is returned.
H A Dwscanf.370 the results from such conversions, if any,
114 All conversions are introduced by the
130 .Sh CONVERSIONS
253 most conversions skip white space;
256 The following conversions are available:
436 no conversions were assigned;
447 the number of conversions which were successfully completed is returned.
/freebsd/contrib/gdtoa/
H A DREADME19 Decimal-Binary Conversions", Numerical Analysis Manuscript
31 The core conversion routines are strtodg for decimal -> binary conversions
32 and gdtoa for binary -> decimal conversions. These routines operate
58 For decimal -> binary conversions, there are three families of
137 (f = strtod(s,se)) is more efficient for some conversions than, say,
152 For some conversions this variant of strtod is less efficient than the
177 For binary -> decimal conversions, I've provided just one family
194 style and conversions with direction of rounding specified (so that, if
200 For an example of more general conversions based on dtoa(), see
235 conversion of very long strings) for conversions to and from double
[all …]
/freebsd/lib/libc/softfloat/
H A Dsoftfloat.txt16 are implemented, except for conversions to and from decimal.
113 -- Conversions among all the floating-point formats, and also between
129 are conversions to and from decimal.
198 All conversions among the floating-point formats are supported, as are all
199 conversions between a floating-point format and 32-bit and 64-bit signed
218 returns one result. Conversions from a smaller to a larger floating-point
219 format are always exact and so require no rounding. Conversions from 32-bit
221 for conversions from 64-bit integers to extended double and quadruple
224 Conversions from floating-point to integer raise the invalid exception if
230 On conversions to integer, if the floating-point operand is not already an
[all …]
/freebsd/contrib/ncurses/man/
H A Dcurs_scanw.3x96 upon failure and otherwise a count of successful conversions;
121 use these functions with the \fI\%scanf\fP(3) conversions \*(``%lc\*(''
162 conversions,
174 also returns the number of successful conversions.
189 conversions succeeded.
/freebsd/contrib/one-true-awk/bugs-fixed/
H A DREADME19 6. string-conv: String conversions of scalars were sticky. Once a
38 11. fmt-overflow: The buffer used for OFMT/CONVFMT conversions was written
39 to with sprintf(), which meant that some conversions could write past the
/freebsd/share/doc/psd/06.Clang/
H A DClang.ms596 Conversions
601 conversions.
602 The conversions demanded by most ordinary operators are summarized under
603 ``Arithmetic Conversions.''
698 Conversions of floating values to integral type
705 Conversions of integral values to floating type
739 Arithmetic Conversions
741 A great many operators cause conversions
743 This pattern will be called the ``usual arithmetic conversions.''
1024 No other conversions are performed automatically;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp110 OverloadCandidateSet& Conversions,
259 /// implicit conversions.
279 // array-to-pointer or function-to-pointer implicit conversions, so in isPointerConversionToBool()
359 /// \param IgnoreFloatToIntegralConversion If true type-narrowing conversions
515 // Such conversions on variables are always narrowing. in getNarrowingKind()
573 // Other kinds of conversions are not narrowings. in getNarrowingKind()
613 OS << "No conversions required"; in dump()
665 new (&conversions()) ConversionSet(); in construct()
669 conversions().~ConversionSet(); in destruct()
676 new (&conversions()) ConversionSet(O.conversions()); in copyFrom()
[all …]
/freebsd/sys/contrib/dev/acpica/components/utilities/
H A Dutstrtoul64.c168 * constants than the runtime (interpreter) integer-to-string conversions.
177 * Interpreter - Implicit and explicit conversions, GPE method names
186 * and implicit conversions. This global must be set to the proper width.
188 * AcpiUtStrtoul64 interface, all conversions are 64 bits. This interface is
196 * support (explicit/implicit) for octal string conversions.
361 * Interpreter - All runtime implicit conversions, as per ACPI specification
383 * implicit conversions, and the "0x" prefix is "not allowed". in AcpiUtImplicitStrtoul64()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dstring.cppm
H A Dlocale.cppm
H A Dlocale.inc72 // [depr.conversions.buffer]
75 // [depr.conversions.string]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfloattitf.c16 // Conversions from signed and unsigned 64-bit int to long double.
29 // unsigned 64-bit integer to long double conversions, respectively.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.conv.d33 * SECTION: Types, Operators, and Expressions/Type Conversions
35 * NOTES: not all type conversions are checked. A lot of this section
/freebsd/sys/kern/
H A Dsubr_scanf.c61 * The following are used in numeric conversions only:
109 int nconversions; /* number of conversions */ in vsscanf()
114 char buf[BUF]; /* buffer for numeric conversions */ in vsscanf()
194 * Conversions. in vsscanf()
293 * the buffer, so conversions that do not set NOSKIP in vsscanf()
428 * special. For %i conversions, if no in vsscanf()
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair.c169 * conversions here, in one place, eliminates the need for individual ACPI
170 * device drivers to do the same. Note: Most of these conversions are different
174 * The following conversions can be performed as necessary:
185 * Additional conversions that are available:
213 /* Resource descriptor conversions */
225 /* Object reference conversions */
230 /* Unicode conversions */
/freebsd/share/man/man4/
H A Dptnet.477 The overhead of format conversions (and packet copies, in same cases) is not
84 No format conversions or copies happen.

12345678910>>...22