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

1 2

  /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
print-lspping.c 504 uint32_t int_part, fraction; local
599 fraction=GET_BE_U_4(lspping_com_header->ts_rcvd.fraction);
601 if (! (int_part == 0 && fraction == 0))
  /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/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_base907c.c 101 u32 fraction = in & 0xffffffff; local
106 u32 ret = (integer << 16) | (fraction >> 16);
  /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/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
d2s.c 427 // Test if the lower -e2 bits of the significand are 0, i.e. whether the fraction is 0.
429 const uint64_t fraction = m2 & mask; local
430 if (fraction != 0) {
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2s.c 427 // Test if the lower -e2 bits of the significand are 0, i.e. whether the fraction is 0.
429 const uint64_t fraction = m2 & mask; local
430 if (fraction != 0) {
  /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/gdb.old/dist/sim/common/
sim-fpu.h 96 uint64_t fraction; member in struct:_sim_fpu
203 /* Create a sim_fpu struct using raw information. (FRACTION & LSMASK
204 (PRECISION-1, 0)) is assumed to contain the fraction part of the
208 (SIGN ? "-" : "+") "1." FRACTION{PRECISION-1,0} X 2 ^ NORMAL_EXP>
212 INLINE_SIM_FPU (void) sim_fpu_fractionto (sim_fpu *f, int sign, int normal_exp, uint64_t fraction, int precision);
215 leading one and returns PRECISION fraction bits. No rounding is
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.old/dist/gdbserver/
i387-fp.cc 549 unsigned long fraction[2]; local
554 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]);
555 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16)
565 if (fraction[0] == 0x0000 && fraction[1] == 0x0000 && !integer)
  /src/external/gpl3/gdb/dist/gdbserver/
i387-fp.cc 549 unsigned long fraction[2]; local
554 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]);
555 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16)
565 if (fraction[0] == 0x0000 && fraction[1] == 0x0000 && !integer)
  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.h 96 uint64_t fraction; member in struct:_sim_fpu
203 /* Create a sim_fpu struct using raw information. (FRACTION & LSMASK
204 (PRECISION-1, 0)) is assumed to contain the fraction part of the
208 (SIGN ? "-" : "+") "1." FRACTION{PRECISION-1,0} X 2 ^ NORMAL_EXP>
212 INLINE_SIM_FPU (void) sim_fpu_fractionto (sim_fpu *f, int sign, int normal_exp, uint64_t fraction, int precision);
215 leading one and returns PRECISION fraction bits. No rounding is
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/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
dce_transform.h 452 uint32_t fraction; member in struct:init_int_and_frac
  /src/external/bsd/less/dist/
command.c 84 static long fraction; /* The fractional part of the number */ variable
656 number = cmd_int(&fraction);
1557 fraction = 0;
1559 if (number > 100 || (number == 100 && fraction != 0))
1562 fraction = 0;
1565 jump_percent((int) number, fraction);
  /src/external/gpl3/gdb.old/dist/gdb/
i387-tdep.c 57 unsigned long fraction[2]; local
62 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]);
63 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16)
68 if (fraction[0] == 0x00000000 && fraction[1] == 0x00000000)
71 else if (sign && fraction[0] == 0x00000000 && fraction[1] == 0x40000000)
74 else if (fraction[1] & 0x40000000)
92 else if (fraction[0] || fraction[1]
1920 unsigned long fraction[2]; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
i387-tdep.c 57 unsigned long fraction[2]; local
62 fraction[0] = ((raw[3] << 24) | (raw[2] << 16) | (raw[1] << 8) | raw[0]);
63 fraction[1] = (((raw[7] & 0x7f) << 24) | (raw[6] << 16)
68 if (fraction[0] == 0x00000000 && fraction[1] == 0x00000000)
71 else if (sign && fraction[0] == 0x00000000 && fraction[1] == 0x40000000)
74 else if (fraction[1] & 0x40000000)
92 else if (fraction[0] || fraction[1]
1920 unsigned long fraction[2]; local
    [all...]
  /src/sys/external/bsd/drm/dist/shared-core/
r600_blit.c 1648 u32 result, i, exponent, fraction; local
1654 fraction = (input & 0x3fff) << 10; /* cheat and only
1657 if (fraction & 0x800000)
1660 fraction = fraction << 1; /* keep
1665 result = exponent << 23 | (fraction & 0x7fffff); /* mask
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_cdclk.c 2543 int divider, fraction; local
2548 fraction = 0;
2552 fraction = 200;
2556 if (fraction) {
2560 fraction) - 1);
2566 return divider + fraction;
  /src/external/gpl3/gcc/dist/libgcc/
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.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/bsd/openldap/dist/servers/slapd/overlays/
accesslog.c 2622 struct berval *fraction)
2684 fraction->bv_val = p;
2685 fraction->bv_len = 0;
2691 if (p - fraction->bv_val == 1) {
2699 c = end_num - fraction->bv_val;
2701 c = p - fraction->bv_val;
2703 if (c != 1) fraction->bv_len = c;
2730 struct berval fraction; local
2731 return check_rdntime_syntax(in, parts, &fraction);
2745 struct berval fraction; local
    [all...]

Completed in 41 milliseconds

1 2