Home
last modified time | relevance | path

Searched refs:intmax (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_irig.c243 double intmin, intmax; /* integrated envelope min and max */ member
634 up->maxsignal = up->intmax; up->noise = up->intmin; in irig_base()
635 up->intmin = 1e6; up->intmax = -1e6; in irig_base()
686 if (lope > up->intmax) in irig_base()
687 up->intmax = lope; in irig_base()
/netbsd/src/external/gpl2/xcvs/dist/m4/
Dintmax.m41 # intmax.m4 serial 2 (gettext-0.14.2)
Dgnulib-comp.m4321 m4/intmax.m4
DChangeLog212 gnulib.m4, iconv.m4, intdiv0.m4, intmax.m4, intmax_t.m4,
372 * eoverflow.m4, intmax.m4, printf-posix.m4: New files from GNULIB.
/netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/
Dintmax.m41 # intmax.m4 serial 2 (gettext-0.14.2)
/netbsd/src/external/lgpl3/mpfr/dist/src/
DMakefile.am38 mpfr-impl.h mpfr-intmax.h mpfr-longlong.h mpfr-sassert.h mpfr-thread.h \
DMakefile.in553 mpfr-impl.h mpfr-intmax.h mpfr-longlong.h mpfr-sassert.h mpfr-thread.h \
/netbsd/src/external/gpl2/xcvs/dist/maint-aux/
Dgnulib-filelist.txt153 m4/intmax.m4
/netbsd/src/external/gpl3/binutils/dist/config/
Dstdint.m4538 /* Define intmax based on what we found */
/netbsd/src/external/gpl3/gdb/dist/config/
Dstdint.m4538 /* Define intmax based on what we found */
/netbsd/src/external/gpl3/gcc/dist/config/
Dstdint.m4538 /* Define intmax based on what we found */
/netbsd/src/external/lgpl3/mpfr/dist/
Dacinclude.m4201 [[#include "mpfr-intmax.h"]],
1071 #include "mpfr-intmax.h"
DChangeLog4952 MPFR_NEED_INTMAX_H here when mpfr-intmax.h is used.
4954 [src/{mpfr-impl.h,mpfr-intmax.h}] Added code to check that mpfr-intmax.h
4959 Bug fixes and cleanup related to "src/mpfr-intmax.h" by introducing
4961 using: #include "mpfr-intmax.h"
4968 missing before #include "mpfr-intmax.h"; this issue would affect
4988 [src/mpfr-intmax.h] Added support for Silicon Graphics IRIX 6.5 (1998)
6570 * MPFR_INTMAX_MAX had definitions in both mpfr-impl.h & mpfr-intmax.h,
6584 * src/mpfr-intmax.h: completed the definitions; mpfr_intmax_t is now
7952 [src/mpfr-intmax.h] Define MPFR_INTMAX_FSPEC macro: length modifier
12092 [src/mpfr-intmax.h] Define mpfr_uintmax_t and MPFR_INTMAX_MAX too.
[all …]
/netbsd/src/external/lgpl3/mpfr/dist/doc/
DREADME.dev1342 To use features related to types larger than type long, "mpfr-intmax.h"
1349 For internal use, mpfr-intmax.h also unconditionally defines mpfr_intmax_t,