HomeSort by: relevance | last modified time | path
    Searched refs:e9 (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/external/bsd/ntp/dist/scripts/stats/
ensemble.awk 16 printf "%5s %9.3f %7.1f %6.3f %7.1f %6.3f %7.1f %7.1f\n", $1, $2, $7*1e9, $9, $10*1e9, $12, $13*1e9, $14*1e9
itf.awk 16 printf "%5s %9.3f %7.1f %10.3e\n", $1, $2, $8 * 1e9, $10
loop.awk 14 loop_tmax = loop_fmax = -1e9
15 loop_tmin = loop_fmin = 1e9
peer.awk 37 peer_tmax[i] = peer_dist[i] = -1e9
38 peer_tmin[i] = 1e9
clock.awk 13 etf_min = osc_vmin = osc_tmin = 1e9
14 etf_max = osc_vmax = osc_tmax = -1e9
337 ensemble_rms = sqrt(ensemble_rms / ensemble_count - ensemble_mean * ensemble_mean) * 1e9
394 itf_rms = sqrt(itf_rms / itf_count - itf_mean * itf_mean) * 1e9
  /src/external/mit/libuv/dist/src/unix/
posix-hrtime.c 35 return t.tv_sec * (uint64_t) 1e9 + t.tv_nsec;
  /src/external/mit/libuv/dist/test/
benchmark-million-timers.c 78 fprintf(stderr, "%.2f seconds total\n", (after_all - before_all) / 1e9);
79 fprintf(stderr, "%.2f seconds init\n", (before_run - before_all) / 1e9);
80 fprintf(stderr, "%.2f seconds dispatch\n", (after_run - before_run) / 1e9);
81 fprintf(stderr, "%.2f seconds cleanup\n", (after_all - after_run) / 1e9);
benchmark-fs-stat.c 78 (after - before) / 1e9,
79 fmt((1.0 * NUM_SYNC_REQS) / ((after - before) / 1e9)));
117 (after - before) / 1e9,
118 fmt((1.0 * NUM_ASYNC_REQS) / ((after - before) / 1e9)));
benchmark-thread.c 56 duration = (uv_hrtime() - start_time) / 1e9;
test-hrtime.c 30 # define NANOSEC ((uint64_t) 1e9)
benchmark-async-pummel.c 92 time / 1e9,
93 fmt(callbacks / (time / 1e9)));
benchmark-loop-count.c 67 ns / 1e9,
68 NUM_TICKS / (ns / 1e9));
benchmark-async.c 114 time / 1e9,
115 fmt(NUM_PINGS / (time / 1e9)));
benchmark-tcp-write-batch.c 140 (stop - start) / 1e9);
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
time.c 55 return ts.tv_sec + ts.tv_nsec / 1e9;
72 return ts.tv_sec + ts.tv_nsec / 1e9;
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
time.c 55 return ts.tv_sec + ts.tv_nsec / 1e9;
72 return ts.tv_sec + ts.tv_nsec / 1e9;
  /src/external/bsd/ntp/dist/util/
timetrim.c 13 * 1E9 / 2**20 (about 954).
42 #define SGITONTP(X) ((double)(X) * 1048576.0/1.0e9)
43 #define NTPTOSGI(X) ((long)((X) * 1.0e9/1048576.0))
jitter.c 110 dtemp = ts.tv_nsec / 1e9;
pps-api.c 44 printf("%.9f ", ts.tv_sec + ts.tv_nsec / 1e9);
  /src/external/bsd/ntp/dist/libntp/
adjtime.c 292 delta_nsec = 1e9 * (long)delta->tv_sec + 1e3 * delta->tv_usec;
325 count = 1e9 * ADJUST_PERIOD / period.nsec;
372 olddelta->tv_sec = delta_nsec_old / 1e9;
373 olddelta->tv_usec = (long)(delta_nsec_old - 1e9
  /src/external/bsd/ntp/dist/scripts/
plot_summary.in 110 my ($min_offs, $max_offs) = (1e9, -1e9);
111 my ($min_rms, $max_rms) = (1e9, -1e9);
summary.in 129 my ($loop_tmax, $loop_fmax) = (-1e9, -1e9);
130 my ($loop_tmin, $loop_fmin) = (1e9, 1e9);
238 $peer_tmax{$i} = $peer_dist{$i} = -1e9;
239 $peer_tmin{$i} = 1e9;
  /src/external/lgpl3/mpc/dist/tests/
tsqrt.c 45 mpfr_set_d (mpc_imagref (x), -1.06397209600000e9, MPFR_RNDN);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.cc 79 Header->CycleFrequency = 3e9;
  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_scrypt_ll.exp 7 fd ba be 1c 9d 34 72 00 78 56 e7 19 0d 01 e9 fe

Completed in 38 milliseconds

1 2 3 4