Home
last modified time | relevance | path

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

12345678910>>...24

/netbsd/src/sys/external/bsd/compiler_rt/dist/test/timing/
Dtiming.h8 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/
Dcall.cc83 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/regress/lib/libc/ieeefp/testfloat/notes/
DREADME.NetBSD8 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/share/examples/ftpd/
Dftpd.conf50 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/
Dkerberos4.texi13 * 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/gpl2/xcvs/dist/src/
Dsubr.c855 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/external/gpl3/gcc/dist/gcc/config/arc/
Darc-passes.def20 /* First target dependent ARC if-conversion pass. */
23 /* Second target dependent ARC if-conversion pass. */
/netbsd/src/lib/libc/gdtoa/
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.
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dvasnprintf.c234 if (dp->conversion == '%') in VASNPRINTF()
250 if (dp->conversion == 'n') in VASNPRINTF()
336 switch (dp->conversion) in VASNPRINTF()
567 *p = dp->conversion; in VASNPRINTF()
Dprintf-parse.h47 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member
/netbsd/src/sys/rump/net/lib/
DMakefile.inc6 CWARNFLAGS.clang+= -Werror=constant-conversion
/netbsd/src/usr.bin/mkubootimage/
DMakefile6 CWARNFLAGS.clang+= -Wno-conversion
/netbsd/src/sys/modules/layerfs/
DMakefile12 CWARNFLAGS.clang= -Wno-conversion
/netbsd/src/sys/modules/null/
DMakefile10 CWARNFLAGS.clang= -Wno-conversion
/netbsd/src/sys/modules/umap/
DMakefile12 CWARNFLAGS.clang= -Wno-conversion
/netbsd/src/sys/modules/overlay/
DMakefile10 CWARNFLAGS.clang= -Wno-conversion
/netbsd/src/sys/rump/fs/lib/libnull/
DMakefile11 CWARNFLAGS.clang+= -Wno-conversion
/netbsd/src/sys/rump/fs/lib/libumap/
DMakefile11 CWARNFLAGS.clang+= -Wno-conversion
/netbsd/src/sys/rump/fs/lib/liblayervfs/
DMakefile11 CWARNFLAGS.clang+= -Wno-conversion
/netbsd/src/share/tmac/
DREADME3 This directory contains a conversion tool from mdoc to html
/netbsd/src/tests/lib/libcurses/director/
DMakefile20 CWARNFLAGS.clang+= -Wno-format -Wno-conversion
/netbsd/src/usr.sbin/makefs/udf/
DMakefile.inc19 CWARNFLAGS.clang+= -Wno-error=constant-conversion
/netbsd/src/usr.sbin/timed/timed/
DMakefile14 CWARNFLAGS.clang+= -Wno-error=implicit-int-float-conversion
/netbsd/src/sys/modules/ffs/
DMakefile11 CWARNFLAGS.clang= -Wno-conversion
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/ia64/
Dt-hpux2 # LIB1ASMSRC. These functions map the 128 bit conversion function names

12345678910>>...24