Home
last modified time | relevance | path

Searched refs:conversion (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/freebsd-12.1/contrib/gcc/cp/
H A Dcall.c77 typedef struct conversion conversion; typedef
78 struct conversion { struct
127 static int compare_ics (conversion *, conversion *); argument
176 static bool is_subseq (conversion *, conversion *);
195 static conversion *merge_conversion_sequences (conversion *, conversion *);
476 conversion *c; in alloc_conversion()
508 conversion *t; in build_conv()
549 conversion *c; in build_identity_conv()
565 conversion *c; in build_ambiguous_conv()
5617 is_subseq (conversion *ics1, conversion *ics2) in is_subseq()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOperationKinds.def42 /// CK_Dependent - A conversion which cannot yet be analyzed because
50 /// CK_BitCast - A conversion which causes a bit pattern of one type
54 /// The pointer conversion char* -> int* is a bitcast. A conversion
70 /// CK_LValueToRValue - A conversion which causes the extraction of
72 /// conversion is always unqualified.
86 /// CK_DerivedToBase - A conversion from a C++ class pointer
91 /// CK_UncheckedDerivedToBase - A conversion from a C++ class
150 /// conversion function.
171 /// CK_PointerToBoolean - Pointer to boolean conversion. A check
179 /// CK_VectorSplat - A conversion from an arithmetic type to a
[all …]
/freebsd-12.1/crypto/heimdal/doc/
H A Dkerberos4.texi12 * Principal conversion issues::
16 @node Principal conversion issues, Converting a version 4 database, Kerberos 4 issues, Kerberos 4 i…
17 @section Principal conversion issues
35 to know if the conversion resulted in a valid principal. To give an
57 @node Converting a version 4 database, , Principal conversion issues, Kerberos 4 issues
61 conversion issue arises too.
64 have to do this conversion once. It is also possible to run a version 5
65 KDC as a slave to a version 4 KDC. In this case this conversion will
67 conversion, there are a few things to look out for. If you have stale
76 conversion function can't tell which is correct, these conflicts will
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticGroups.td53 def LiteralConversion : DiagGroup<"literal-conversion">;
54 def StringConversion : DiagGroup<"string-conversion">;
55 def SignConversion : DiagGroup<"sign-conversion">;
60 def IntConversion : DiagGroup<"int-conversion">;
61 def EnumConversion : DiagGroup<"enum-conversion">;
66 def FloatZeroConversion : DiagGroup<"float-zero-conversion">;
68 DiagGroup<"float-conversion", [FloatOverflowConversion,
79 def NullConversion : DiagGroup<"null-conversion">;
81 DiagGroup<"implicit-conversion-floating-point-to-bool">;
715 def Conversion : DiagGroup<"conversion",
[all …]
H A DSanitizers.def152 //SANITIZER_GROUP("implicit-integer-conversion", ImplicitIntegerConversion,
155 //SANITIZER_GROUP("implicit-conversion", ImplicitConversion,
158 SANITIZER_GROUP("implicit-conversion", ImplicitConversion,
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86Schedule.td418 defm WriteCvtSS2SD : X86SchedWritePair<ReadAfterVecLd>; // Float -> Double size conversion.
423 defm WriteCvtSD2SS : X86SchedWritePair<ReadAfterVecLd>; // Double -> Float size conversion.
428 defm WriteCvtPH2PS : X86SchedWritePair<ReadAfterVecXLd>; // Half -> Float size conversion.
429 defm WriteCvtPH2PSY : X86SchedWritePair<ReadAfterVecYLd>; // Half -> Float size conversion (YMM).
430 defm WriteCvtPH2PSZ : X86SchedWritePair<ReadAfterVecYLd>; // Half -> Float size conversion (ZMM).
432 def WriteCvtPS2PH : SchedWrite; // // Float -> Half size conversion.
433 def WriteCvtPS2PHY : SchedWrite; // // Float -> Half size conversion (YMM).
434 def WriteCvtPS2PHZ : SchedWrite; // // Float -> Half size conversion (ZMM).
435 def WriteCvtPS2PHSt : SchedWrite; // // Float -> Half + store size conversion.
436 def WriteCvtPS2PHYSt : SchedWrite; // // Float -> Half + store size conversion (YMM).
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dfp_fixuint_impl.inc1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===//
10 // This file implements float to unsigned integer conversion for the
H A Dfp_fixint_impl.inc1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===//
10 // This file implements float to integer conversion for the
H A Dfp_trunc_impl.inc1 //= lib/fp_trunc_impl.inc - high precision -> low precision conversion *-*-===//
10 // This file implements a fairly generic conversion from a wider to a narrower
13 // parameterize the conversion.
107 // a underflows on conversion to the destination type or is an exact
H A Dfp_extend_impl.inc1 //=-lib/fp_extend_impl.inc - low precision -> high precision conversion -*-- -//
10 // This file implements a fairly generic conversion from a narrower to a wider
12 // includes below parameterize the conversion.
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td132 "dfp-zoned-conversion", "DFPZonedConversion",
133 "Assume that the DFP zoned-conversion facility is installed"
173 "dfp-packed-conversion", "DFPPackedConversion",
174 "Assume that the DFP packed-conversion facility is installed"
/freebsd-12.1/contrib/gdtoa/
H A DREADME2 and decimal -> binary conversion routines, for single-, double-,
14 The conversion routines use double-precision floating-point arithmetic
26 The present conversion routines should be able to use any of IEEE binary,
31 The core conversion routines are strtodg for decimal -> binary conversions
41 The core conversion routines are meant to be called by helper routines
121 conversion to double-double format (when compiled with
187 which do a "%g" style conversion either to a specified number of decimal
193 conversion are easily done with the help of gdtoa(), such as %e or %f
235 conversion of very long strings) for conversions to and from double
296 present conversion routines; for now, this README file must suffice.
/freebsd-12.1/usr.sbin/lpr/lpd/
H A Dprintcap40 # local filters (e.g. LF -> CR-LF conversion for HP printers), create
50 # used for KOI8-R -> CP866 conversion
/freebsd-12.1/crypto/openssh/regress/unittests/
H A DMakefile4 SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion
/freebsd-12.1/contrib/file/python/
H A DCHANGELOG.md6 * Retain python 2 compatibility, factoring out the conversion functions.
/freebsd-12.1/contrib/elftoolchain/libelf/
H A Dlibelf_convert.m439 # Generate conversion routines for converting between in-memory and
46 # For the purposes of generating conversion code, ELF types may be
63 # We use m4 macros to generate conversion code for ELF types that have
90 # NOFUNC(TYPE) -- Do not generate a conversion function for TYPE
133 # Generate conversion functions for primitive types.
141 # Generates a pair of conversion functions.
332 # MAKE_TYPE_CONVERTERS(ELFTYPELIST) -- Generate conversion functions.
389 # MAKE_VERSION_CONVERTERS(TYPE,BASE,AUX,PFX) -- Generate conversion
396 # conversion function.
706 * simple memcpy suffices for both directions of conversion.
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DTargetOpcodes.def272 /// Generic pointer to int conversion.
275 /// Generic int to pointer conversion.
466 /// Generic float to signed-int conversion
469 /// Generic float to signed-int conversion
472 /// Generic float to unsigned-int conversion
475 /// Generic signed-int to float conversion
478 /// Generic unsigned-int to float conversion
/freebsd-12.1/contrib/gcclibs/libiberty/
H A DREADME8 strtol -- string-to-long conversion
9 strtoul -- string-to-unsigned-long conversion
/freebsd-12.1/contrib/binutils/libiberty/
H A DREADME8 strtol -- string-to-long conversion
9 strtoul -- string-to-unsigned-long conversion
/freebsd-12.1/contrib/libucl/doc/
H A Dapi.md9 - [Conversion functions](#conversion-functions)
30 - [Conversion functions](#conversion-functions-1)
301 …ve types, such as strings, numbers, or boolean values. There are two types of conversion functions:
303 - safe: try to convert an ucl object to a primitive type and fail if such a conversion is not possi…
308 Here is a list of all conversion functions:
349 Libucl provides the functions similar to inverse conversion functions called with the specific C ty…
356 …ion to generate UCL object from a string performing various parsing or conversion operations calle…
/freebsd-12.1/crypto/openssl/doc/man3/
H A DDSA_dup_DH.pod16 is lost during that conversion, but the resulting DH parameters
/freebsd-12.1/usr.sbin/bsdconfig/dot/
H A DUSAGE116 conversion process.
134 due to loss of quality during the conversion process.
/freebsd-12.1/contrib/ntp/libparse/
H A DREADME6 conversion routine and the appropriate NTP parameters. Refclock
85 clk_*.c These files hole the conversion code for the time stamps
/freebsd-12.1/tools/tools/locale/etc/charmaps/
H A Dcharmaps.txt7 haible.de: http://haible.de/bruno/charsets/conversion-tables/
/freebsd-12.1/tools/test/
H A DREADME14 iconv Character set conversion tests.

12345678910>>...14