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

1 2 3 4

  /src/external/bsd/tcpdump/dist/
ntp.h 35 * | Fraction Part |
41 * | Integer Part | Fraction Part |
46 nd_uint32_t fraction; member in struct:l_fixedpt
51 nd_uint16_t fraction; member in struct:s_fixedpt
ntp.c 45 uf = GET_BE_U_4(lfp->fraction);
50 f = (uint32_t)(ff * 1000000000.0); /* treat fraction as parts per billion */
print-ntp.c 465 f = GET_BE_U_2(sfp->fraction);
467 f = (int)(ff * 1000000.0); /* Treat fraction as parts per million */
486 uf = GET_BE_U_4(lfp->fraction);
487 ouf = GET_BE_U_4(olfp->fraction);
520 f = (uint32_t)(ff * 1000000000.0); /* treat fraction as parts per billion */
524 /* Prints polling interval in log2 as seconds or fraction of second */
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
runpaul-phase2.sh 26 #Vary update fraction
27 #x: vary update fraction from 0 to 0.0001
37 echo Executing update fraction test
45 rm -f update-fraction.log
49 echo "./runtests.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} -d ${WDELAY} ${EXTRA_OPTS} | tee -a update-fraction.log" >> runall.log
50 ./runtests.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} -d ${WDELAY} ${EXTRA_OPTS} | tee -a update-fraction.log
subphase4.sh 26 #Vary update fraction
27 #x: vary update fraction from 0 to 0.0001
53 echo Executing update fraction test
61 rm -f update-fraction.log
65 echo "./runtests.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} -d ${WDELAY} ${EXTRA_OPTS} | tee -a update-fraction.log" >> runall.log
66 ./runtests.sh ${NR_READERS} ${NR_WRITERS} ${DURATION} -d ${WDELAY} ${EXTRA_OPTS} | tee -a update-fraction.log
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.c 132 When unpacked, the fraction of both a 32 and 64 bit floating point
189 uint64_t fraction; local
198 /* Force fraction to correct class. */
199 fraction = src->fraction;
200 fraction >>= NR_GUARDS;
202 fraction |= QUIET_NAN - 1;
204 fraction |= QUIET_NAN;
209 /* Force fraction to correct class. */
210 fraction = src->fraction
324 uint64_t fraction = LSMASKED64 (packed, NR_FRACBITS - 1, 0); local
758 uint64_t fraction = (d->fraction & ~IMPLICIT_1); local
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.c 132 When unpacked, the fraction of both a 32 and 64 bit floating point
189 uint64_t fraction; local
198 /* Force fraction to correct class. */
199 fraction = src->fraction;
200 fraction >>= NR_GUARDS;
202 fraction |= QUIET_NAN - 1;
204 fraction |= QUIET_NAN;
209 /* Force fraction to correct class. */
210 fraction = src->fraction
324 uint64_t fraction = LSMASKED64 (packed, NR_FRACBITS - 1, 0); local
758 uint64_t fraction = (d->fraction & ~IMPLICIT_1); local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.c 201 fractype fraction = src->fraction.ll; /* wasn't unsigned before? */
209 fraction >>= NGARDS;
210 fraction &= QUIET_NAN - 1;
215 /* Make sure the fraction has a non-zero value. */
216 if (fraction == 0)
217 fraction |= QUIET_NAN - 1;
220 fraction |= QUIET_NAN;
227 fraction = 0;
232 fraction = 0
    [all...]
fp-bit.h 337 } fraction; member in struct:__anon14335
358 fractype fraction:FRACBITS __attribute__ ((packed)); member in struct:__anon14337::__anon14338
364 fractype fraction:FRACBITS __attribute__ ((packed)); member in struct:__anon14337::__anon14339
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.c 201 fractype fraction = src->fraction.ll; /* wasn't unsigned before? */
209 fraction >>= NGARDS;
210 fraction &= QUIET_NAN - 1;
215 /* Make sure the fraction has a non-zero value. */
216 if (fraction == 0)
217 fraction |= QUIET_NAN - 1;
220 fraction |= QUIET_NAN;
227 fraction = 0;
232 fraction = 0
    [all...]
fp-bit.h 337 } fraction; member in struct:__anon16747
358 fractype fraction:FRACBITS __attribute__ ((packed)); member in struct:__anon16749::__anon16750
364 fractype fraction:FRACBITS __attribute__ ((packed)); member in struct:__anon16749::__anon16751
  /src/external/gpl3/gdb/dist/sim/ppc/
dp-bit.c 244 } fraction; member in struct:__anon19878
258 fractype fraction:FRACBITS ATTRIBUTE_PACKED; member in struct:__anon19880::__anon19881
260 fractype fraction:FRACBITS ATTRIBUTE_PACKED;
324 fractype fraction = src->fraction.ll; /* wasn't unsigned before? */ local
331 dst.bits.fraction = src->fraction.ll;
334 dst.bits.fraction |= QUIET_NAN;
340 dst.bits.fraction = 0;
345 dst.bits.fraction = 0
412 fractype fraction = src->bits.fraction; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
dp-bit.c 244 } fraction; member in struct:__anon22617
258 fractype fraction:FRACBITS ATTRIBUTE_PACKED; member in struct:__anon22619::__anon22620
260 fractype fraction:FRACBITS ATTRIBUTE_PACKED;
324 fractype fraction = src->fraction.ll; /* wasn't unsigned before? */ local
331 dst.bits.fraction = src->fraction.ll;
334 dst.bits.fraction |= QUIET_NAN;
340 dst.bits.fraction = 0;
345 dst.bits.fraction = 0
412 fractype fraction = src->bits.fraction; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
sane_time.c 68 static int fraction; local
78 delta += fraction;
80 fraction = delta % SLEW_FACTOR;
86 fraction = 0;
  /src/games/number/
number.c 130 char *p, *fraction; local
133 fraction = NULL;
146 if (fraction != NULL)
148 fraction = p + 1;
163 (fraction != NULL && (flen = strlen(fraction)) > MAXNUM))
173 if (fraction != NULL && flen != 0)
174 for (p = fraction; *p != '\0'; ++p)
180 if (unit(flen, fraction)) {
  /src/tests/bin/sleep/
t_sleep.sh 31 atf_test_case fraction
89 atf_add_test_case fraction
  /src/lib/libc/arch/mips/gen/
ldexp.S 80 sll t2, v1, 32 - 20 # get x fraction
128 subu t9, t9, v0 # shift fraction left >= 32 bits
133 subu v0, v0, t9 # shift fraction left < 32 bits
154 sll t2, v1, 31 - 20 # clear exponent, extract fraction
157 srl t2, t2, 31 - 20 # shift fraction back to normal position
180 mtc1 zero, $f1 # exponent and upper fraction
189 mtc1 ta0, $f1 # exponent and upper fraction
modf.S 67 j 1f # integer fraction got
  /src/external/lgpl3/gmp/dist/
gen-psqr.c 56 Nothing is gained or lost in terms of detections, the same total fraction
66 biggest fraction of non-residues, and have those run first. Again for
68 divisors then sort according to the resulting fraction of non-residues
127 double fraction; /* squares/total */ member in struct:factor_t
154 if (p->fraction > q->fraction)
156 else if (p->fraction < q->fraction)
422 /* fraction of possible squares */
423 factor[i].fraction = (double) mpz_popcount (factor[i].mask
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
sqltypes.d 89 SQLUINTEGER fraction;
123 SQLUINTEGER fraction;
  /src/external/mpl/bind/dist/lib/isc/include/isc/
histo.h 355 isc_histo_quantiles(const isc_histo_t *hg, uint size, const double *fraction,
359 * of the histogram. What value is greater than the given fraction of
362 * A fraction of 0.5 gets the median value: it is greater than half
364 * the 99th percentile value. The fraction must be between 0.0 and 1.0
373 * quantiles is more efficient. The `fraction` array must be sorted in
383 *\li `fraction != NULL`
385 *\li `0.0 <= fraction[i] && fraction[i] <= 1.0` for every element
386 *\li `fraction[i - 1] > fraction[i]` for every pair of element
    [all...]
  /src/external/bsd/less/dist/
jump.c 139 public void jump_percent(int percent, long fraction)
157 pos = percent_pos(len, percent, fraction);
  /src/external/mpl/bind/dist/lib/isc/
histo.c 494 isc_histo_quantiles(const isc_histo_t *hg, uint size, const double *fraction,
502 REQUIRE(fraction != NULL);
531 REQUIRE(0.0 <= fraction[i] && fraction[i] <= 1.0);
532 REQUIRE(i == 0 || fraction[i - 1] > fraction[i]);
533 rank[i] = round(fraction[i] * population);
  /src/external/lgpl3/gmp/dist/mpn/x86/k6/
divrem_1.asm 91 jz L(fraction) C if size==0
134 jz L(fraction)
155 L(fraction):
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
ftrc.s 27 # form the fraction.
46 # form the fraction.
107 # form the fraction.

Completed in 23 milliseconds

1 2 3 4