HomeSort by: relevance | last modified time | path
    Searched defs:PRECISION (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/bsd/ntp/dist/ntpd/
refclock_local.c 65 #define PRECISION (-7) /* about 10 ms precision */
121 peer->precision = sys_precision;
refclock_atom.c 82 #define PRECISION (-20) /* precision assumed (about 1 us) */
133 peer->precision = PRECISION;
refclock_tpro.c 33 #define PRECISION (-20) /* precision assumed (1 us) */
103 peer->precision = PRECISION;
refclock_pcf.c 34 #define PRECISION (-1) /* precision assumed (about 0.5 s) */
100 peer->precision = PRECISION;
refclock_as2201.c 70 #define PRECISION (-20) /* precision assumed (about 1 us) */
195 peer->precision = PRECISION;
refclock_fg.c 29 #define PRECISION (-10) /* precision assumed (about 1 ms) */
138 peer->precision = PRECISION;
refclock_heath.c 34 * sunset without warning. Since the indicated precision is 100 ms,
166 #define PRECISION (-4) /* precision assumed (about 100 ms) */
245 peer->precision = PRECISION;
refclock_hopfpci.c 65 #define PRECISION (-10) /* precision assumed (1 ms) */
82 #define HOPF_RADIOHP 0xC0 /* high precision radio clock */
156 peer->precision = PRECISION;
refclock_pst.c 78 #define PRECISION (-10) /* precision assumed (about 1 ms) */
157 peer->precision = PRECISION;
refclock_tt560.c 31 #define PRECISION (-20) /* precision assumed (1 us) */
127 peer->precision = PRECISION;
  /src/regress/sys/arch/m68k/emuspeed/
emuspeed.c 39 #define PRECISION 500
98 } while ((stop - start) < PRECISION);
  /src/external/lgpl3/mpc/dist/tools/mpcheck/
mpcheck-float.c 47 #define PRECISION 24
152 mpfr_prec_t p = PRECISION; /* precision of 'float' */
195 emin = -EMAX - PRECISION + 4; /* should be -148 */
mpcheck-longdouble.c 47 #define PRECISION 64
140 mpfr_prec_t p = PRECISION; /* precision of 'double' */
183 emin = -EMAX - PRECISION + 4; /* should be -16444 */
mpcheck-double.c 47 #define PRECISION 53
147 mpfr_prec_t p = PRECISION; /* precision of 'double' */
190 emin = -EMAX - PRECISION + 4; /* should be -1073 */
  /src/sys/lib/libkern/
rngtest.c 164 #define PRECISION 100000
169 const long long minpoke = (MINPOKE * PRECISION);
170 const long long maxpoke = (MAXPOKE * PRECISION);
218 X *= PRECISION;
219 X = 16 * X / 5000 - 5000 * PRECISION;
223 (X / PRECISION), (X % PRECISION));
  /src/external/gpl3/gcc/dist/libgcc/config/s390/32/
_fixdfdi.c 32 #define PRECISION (MANTISSA_BITS + 1)
82 if (exp <= -PRECISION)
_fixsfdi.c 32 #define PRECISION (MANTISSA_BITS + 1)
77 if (exp <= -PRECISION)
_fixtfdi.c 32 #define PRECISION (MANTISSA_BITS + 1)
85 if (exp <= -PRECISION)
_fixunsdfdi.c 32 #define PRECISION (MANTISSA_BITS + 1)
89 if (exp < -PRECISION)
_fixunstfdi.c 32 #define PRECISION (MANTISSA_BITS + 1)
94 if (exp <= -PRECISION)
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/32/
_fixdfdi.c 32 #define PRECISION (MANTISSA_BITS + 1)
82 if (exp <= -PRECISION)
_fixsfdi.c 32 #define PRECISION (MANTISSA_BITS + 1)
77 if (exp <= -PRECISION)
_fixtfdi.c 32 #define PRECISION (MANTISSA_BITS + 1)
85 if (exp <= -PRECISION)
_fixunsdfdi.c 32 #define PRECISION (MANTISSA_BITS + 1)
89 if (exp < -PRECISION)
_fixunstfdi.c 32 #define PRECISION (MANTISSA_BITS + 1)
94 if (exp <= -PRECISION)

Completed in 28 milliseconds

1 2 3