| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/timing/ |
| H A D | timing.h | 8 static double conversion = 0.0; in intervalInCycles() local 10 if( 0.0 == conversion ) in intervalInCycles() 23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom); in intervalInCycles() 26 return (double) rawTime * conversion; in intervalInCycles()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
| H A D | timing.h | 8 static double conversion = 0.0; in intervalInCycles() local 10 if( 0.0 == conversion ) in intervalInCycles() 23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom); in intervalInCycles() 26 return (double) rawTime * conversion; in intervalInCycles()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 83 struct conversion { struct 127 conversion *next; 134 conversion **list; 160 static int compare_ics (conversion *, conversion *); argument 164 static tree convert_like (conversion *, tree, tsubst_flags_t); 165 static tree convert_like_with_context (conversion *, tree, tree, int, 188 tree, int, conversion**, bool, tsubst_flags_t); 189 static conversion *implicit_conversion (tree, tree, tree, bool, int, 191 static conversion *reference_binding (tree, tree, tree, bool, int, 193 static conversion *build_conv (conversion_kind, tree, conversion *); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 41 /// CK_Dependent - A conversion which cannot yet be analyzed because 49 /// CK_BitCast - A conversion which causes a bit pattern of one type 53 /// The pointer conversion char* -> int* is a bitcast. A conversion 55 /// it's actually BaseToDerived or DerivedToBase. A conversion to a 63 /// CK_LValueBitCast - A conversion which reinterprets the address of 69 /// CK_LValueToRValueBitCast - A conversion that causes us to reinterpret the 74 /// CK_LValueToRValue - A conversion which causes the extraction of 76 /// conversion is always unqualified. 79 /// CK_NoOp - A conversion which does not affect the type other than 86 /// CK_BaseToDerived - A conversion from a C++ class pointer/reference [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 83 struct conversion { struct 127 conversion *next; 134 conversion **list; 160 static int compare_ics (conversion *, conversion *); argument 172 static tree convert_like_real (conversion *, tree, tree, int, bool, 174 static tree convert_like_real_1 (conversion *, tree, tree, int, bool, 197 tree, int, conversion**, tsubst_flags_t); 198 static conversion *implicit_conversion (tree, tree, tree, bool, int, 200 static conversion *reference_binding (tree, tree, tree, bool, int, 202 static conversion *build_conv (conversion_kind, tree, conversion *); [all …]
|
| /netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/ |
| H A D | README.NetBSD | 8 o <sys/endian.h> conversion 9 o <inttypes.h> conversion 10 o <ieeefp.h> conversion 11 o <asm.h> conversion 49 conversion from floatxx to intxx requires storing, modifying, loading, 50 and restoring the modes on each conversion in order to get a specific
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 47 def BitFieldConstantConversion : DiagGroup<"bitfield-constant-conversion">; 48 def BitFieldEnumConversion : DiagGroup<"bitfield-enum-conversion">; 58 def ObjCBoolConstantConversion : DiagGroup<"objc-bool-constant-conversion">; 59 def ConstantConversion : DiagGroup<"constant-conversion", 62 def LiteralConversion : DiagGroup<"literal-conversion">; 63 def StringConversion : DiagGroup<"string-conversion">; 64 def SignConversion : DiagGroup<"sign-conversion">; 65 def PointerBoolConversion : DiagGroup<"pointer-bool-conversion">; 66 def UndefinedBoolConversion : DiagGroup<"undefined-bool-conversion">; 67 def BoolConversion : DiagGroup<"bool-conversion", [PointerBoolConversion, [all …]
|
| H A D | Sanitizers.def | 163 //SANITIZER_GROUP("implicit-integer-conversion", ImplicitIntegerConversion, 166 //SANITIZER_GROUP("implicit-conversion", ImplicitConversion, 169 SANITIZER_GROUP("implicit-conversion", ImplicitConversion,
|
| /netbsd-src/share/examples/ftpd/ |
| H A D | ftpd.conf | 50 conversion all .gz f . /usr/bin/gzip -c -- %s 51 conversion all .tar df .notar /usr/bin/tar -cf - -- %s 52 conversion all .tar.gz df .notar /usr/bin/tar -zcf - -- %s
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/doc/ |
| H A D | kerberos4.texi | 13 * Principal conversion issues:: 17 @node Principal conversion issues, Converting a version 4 database, Kerberos 4 issues, Kerberos 4 i… 18 @section Principal conversion issues 36 to know if the conversion resulted in a valid principal. To give an 58 @node Converting a version 4 database, , Principal conversion issues, Kerberos 4 issues 62 conversion issue arises too. 65 have to do this conversion once. It is also possible to run a version 5 66 KDC as a slave to a version 4 KDC. In this case this conversion will 68 conversion, there are a few things to look out for. If you have stale 77 conversion function can't tell which is correct, these conflicts will [all …]
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/ |
| H A D | example7.rst | 8 Automatic IDN DNAME conversion 12 the IDN DNAME conversion (if it is necessary) is performed on background. 26 Apart from this approach, two conversion functions exist
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | subr.c | 855 char conversion; member 870 if (b->conversion != ',') in cmdline_bindings_hash_node_delete() 1091 char *conversion = va_arg (args, char *); in format_cmdline() local 1107 s = conversion; in format_cmdline() 1180 buf = xmalloc (strlen(conversion) + 2); in format_cmdline() 1182 strcpy (buf+1, conversion); in format_cmdline() 1383 conversion); in format_cmdline() 1390 b->conversion = *s; in format_cmdline() 1415 if (b->conversion == ',') in format_cmdline() 1423 tb->conversion = b->conversion; in format_cmdline() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | EVP_PKEY_get_field_type.pod | 6 or point conversion form of a key 23 EVP_PKEY_get_ec_point_conv_form() returns the point conversion format 35 EVP_PKEY_get_ec_point_conv_form() returns the point conversion format number
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | Makefile.am | 37 noinst_PROGRAMS += isl_test_cpp-checked isl_test_cpp-checked-conversion 38 TESTS += isl_test_cpp-checked isl_test_cpp-checked-conversion 359 isl_test_cpp-checked-conversion.cc \ 360 include/isl/cpp-checked-conversion.h 399 include/isl/cpp-checked-conversion.h: \ 402 cpp/cpp-checked-conversion.h.top \ 403 cpp/cpp-checked-conversion.h.bot 405 (cat $(srcdir)/cpp/cpp-checked-conversion.h.top && \ 407 --language=cpp-checked-conversion \ 409 cat $(srcdir)/cpp/cpp-checked-conversion.h.bot) \ [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 435 defm WriteCvtSS2SD : X86SchedWritePair<ReadAfterVecLd>; // Float -> Double size conversion. 436 defm WriteCvtPS2PD : X86SchedWritePair<ReadAfterVecXLd>; // Float -> Double size conversion (XMM). 437 defm WriteCvtPS2PDY : X86SchedWritePair<ReadAfterVecYLd>; // Float -> Double size conversion (YMM). 438 defm WriteCvtPS2PDZ : X86SchedWritePair<ReadAfterVecYLd>; // Float -> Double size conversion (ZMM). 440 defm WriteCvtSD2SS : X86SchedWritePair<ReadAfterVecLd>; // Double -> Float size conversion. 441 defm WriteCvtPD2PS : X86SchedWritePair<ReadAfterVecXLd>; // Double -> Float size conversion (XMM). 442 defm WriteCvtPD2PSY : X86SchedWritePair<ReadAfterVecYLd>; // Double -> Float size conversion (YMM). 443 defm WriteCvtPD2PSZ : X86SchedWritePair<ReadAfterVecYLd>; // Double -> Float size conversion (ZMM). 445 defm WriteCvtPH2PS : X86SchedWritePair<ReadAfterVecXLd>; // Half -> Float size conversion. 446 defm WriteCvtPH2PSY : X86SchedWritePair<ReadAfterVecYLd>; // Half -> Float size conversion (YMM). [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFeatures.td | 138 "dfp-zoned-conversion", "DFPZonedConversion", (all_of FeatureDFPZonedConversion), 139 "Assume that the DFP zoned-conversion facility is installed" 179 "dfp-packed-conversion", "DFPPackedConversion", (all_of FeatureDFPPackedConversion), 180 "Assume that the DFP packed-conversion facility is installed" 281 "deflate-conversion", "DeflateConversion", (all_of FeatureDeflateConversion), 282 "Assume that the deflate-conversion facility is installed"
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | fp_trunc_impl.inc | 1 //= 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 D | fp_fixuint_impl.inc | 1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===// 10 // This file implements float to unsigned integer conversion for the
|
| H A D | fp_fixint_impl.inc | 1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===// 10 // This file implements float to integer conversion for the
|
| H A D | fp_extend_impl.inc | 1 //=-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.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
| H A D | arc-passes.def | 20 /* First target dependent ARC if-conversion pass. */ 23 /* Second target dependent ARC if-conversion pass. */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| H A D | arc-passes.def | 20 /* First target dependent ARC if-conversion pass. */ 23 /* Second target dependent ARC if-conversion pass. */
|
| /netbsd-src/external/bsd/libfido2/dist/examples/ |
| H A D | CMakeLists.txt | 17 # enable -Wconversion -Wsign-conversion 21 "-Wconversion -Wsign-conversion")
|
| /netbsd-src/lib/libc/gdtoa/ |
| H A D | README | 2 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.
|
| /netbsd-src/external/historical/nawk/dist/bugs-fixed/ |
| H A D | a-format.bad | 1 nawk: weird printf conversion %a
|