Home
last modified time | relevance | path

Searched refs:fraction (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.c201 fractype fraction = src->fraction.ll; /* wasn't unsigned before? */
209 fraction >>= NGARDS;
210 fraction &= QUIET_NAN - 1;
216 if (fraction == 0)
217 fraction |= QUIET_NAN - 1;
220 fraction |= QUIET_NAN;
227 fraction = 0;
232 fraction = 0;
234 else if (fraction == 0)
247 fraction = 0;
[all …]
H A Dfp-bit.h337 } fraction; member
358 fractype fraction:FRACBITS __attribute__ ((packed)); member
364 fractype fraction:FRACBITS __attribute__ ((packed)); member
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.c201 fractype fraction = src->fraction.ll; /* wasn't unsigned before? */
209 fraction >>= NGARDS;
210 fraction &= QUIET_NAN - 1;
216 if (fraction == 0)
217 fraction |= QUIET_NAN - 1;
220 fraction |= QUIET_NAN;
227 fraction = 0;
232 fraction = 0;
234 else if (fraction == 0)
247 fraction = 0;
[all …]
H A Dfp-bit.h337 } fraction; member
358 fractype fraction:FRACBITS __attribute__ ((packed)); member
364 fractype fraction:FRACBITS __attribute__ ((packed)); member
/netbsd-src/games/number/
H A Dnumber.c130 char *p, *fraction; in convert() local
133 fraction = NULL; in convert()
146 if (fraction != NULL) in convert()
148 fraction = p + 1; in convert()
163 (fraction != NULL && (flen = strlen(fraction)) > MAXNUM)) in convert()
173 if (fraction != NULL && flen != 0) in convert()
174 for (p = fraction; *p != '\0'; ++p) in convert()
180 if (unit(flen, fraction)) { in convert()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsane_time.c68 static int fraction; in sane_time() local
78 delta += fraction; in sane_time()
80 fraction = delta % SLEW_FACTOR; in sane_time()
86 fraction = 0; in sane_time()
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgen-psqr.c127 double fraction; /* squares/total */ member
154 if (p->fraction > q->fraction) in f_cmp_fraction()
156 else if (p->fraction < q->fraction) in f_cmp_fraction()
423 factor[i].fraction = (double) mpz_popcount (factor[i].mask) in generate_mod()
427 total_fraction *= factor[i].fraction; in generate_mod()
514 (1.0 - factor[i].fraction) * 100.0); in print()
/netbsd-src/lib/libc/arch/mips/gen/
H A Dldexp.S80 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
/netbsd-src/sys/arch/m68k/fpsp/
H A Dbinstr.sa48 * bit 63. The fraction is multiplied by 10 using a mul by 2
58 * Copy the fraction in d2:d3 to d4:d5.
60 * A3. Multiply the fraction in d2:d3 by 8 using bit-field
64 * A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
83 * d2: upper 32-bits of fraction for mul by 8
84 * d3: lower 32-bits of fraction for mul by 8
85 * d4: upper 32-bits of fraction for mul by 2
86 * d5: lower 32-bits of fraction for mul by 2
110 move.l d2,d4 ;copy the fraction before muls
H A Dsacos.sa92 move.l (a0),d0 ...pack exponent with upper 16 fraction
121 move.l (a0),d0 ...pack exponent with upper 16 fraction
123 TST.L D0 ;D0 has original exponent+fraction
/netbsd-src/external/bsd/tcpdump/dist/
H A Dntp.h46 nd_uint32_t fraction; member
51 nd_uint16_t fraction; member
/netbsd-src/tests/bin/sleep/
H A Dt_sleep.sh31 atf_test_case fraction
89 atf_add_test_case fraction
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dbsd_callg_bl.m50 fraction which divides up the function's time to
55 the propagation fraction.
77 propagation fraction for this child.
81 propagation fraction.
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dbsd_callg_bl.m50 fraction which divides up the function's time to
55 the propagation fraction.
77 propagation fraction for this child.
81 propagation fraction.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h586 byte_span fraction{}; // nullable
643 answer.fraction = byte_span(before, size_t(p - before)); in parse_number_string()
717 p = answer.fraction.ptr; in parse_number_string()
718 const char* frac_end = p + answer.fraction.len(); in parse_number_string()
723 exponent = answer.fraction.ptr - p + exp_number; in parse_number_string()
2281 byte_span fraction{}; // nullable
2338 answer.fraction = byte_span(before, size_t(p - before)); in parse_number_string()
2412 p = answer.fraction.ptr; in parse_number_string()
2413 const char* frac_end = p + answer.fraction.len(); in parse_number_string()
2418 exponent = answer.fraction.ptr - p + exp_number; in parse_number_string()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dsqltypes.d89 SQLUINTEGER fraction; member
123 SQLUINTEGER fraction; member
/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Dr600_blit.c1648 u32 result, i, exponent, fraction; in i2f() local
1654 fraction = (input & 0x3fff) << 10; /* cheat and only in i2f()
1657 if (fraction & 0x800000) in i2f()
1660 fraction = fraction << 1; /* keep in i2f()
1665 result = exponent << 23 | (fraction & 0x7fffff); /* mask in i2f()
/netbsd-src/sys/arch/mips/mips/
H A Dfp.S936 move t2, zero # FSs fraction shifted is zero
939 move ta2, zero # FTs fraction shifted is zero
947 srl t2, t2, v1 # shift FSs fraction
951 srl ta2, ta2, v1 # shift FTs fraction
1061 move t2, zero # FSs fraction shifted is zero
1065 move ta2, zero # FTs fraction shifted is zero
1078 srl t3, t2, v1 # shift FSs fraction
1084 srl t3, t3, v1 # shift FSs fraction
1094 srl ta3, ta2, v1 # shift FTs fraction
1100 srl ta3, ta3, v1 # shift FTs fraction
[all …]
/netbsd-src/external/bsd/less/dist/
H A Djump.c139 public void jump_percent(int percent, long fraction) in jump_percent() argument
157 pos = percent_pos(len, percent, fraction); in jump_percent()
H A Dcommand.c84 static long fraction; /* The fractional part of the number */ variable
656 number = cmd_int(&fraction); in mca_char()
1557 fraction = 0; in commands()
1559 if (number > 100 || (number == 100 && fraction != 0)) in commands()
1562 fraction = 0; in commands()
1565 jump_percent((int) number, fraction); in commands()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_base907c.c101 u32 fraction = in & 0xffffffff; in csc_drm_to_base() local
106 u32 ret = (integer << 16) | (fraction >> 16); in csc_drm_to_base()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
H A Dadddf3.S170 ; fraction, thus effectively doubled, compensating for not setting
179 asr.f r7,r7 ; DBL1.fraction/2 - DBL0.fraction/2 ; exp++
319 jne.d [blink] ; ... non-zero fraction
478 jne.d [blink] ; ... non-zero fraction
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
H A Dadddf3.S170 ; fraction, thus effectively doubled, compensating for not setting
179 asr.f r7,r7 ; DBL1.fraction/2 - DBL0.fraction/2 ; exp++
319 jne.d [blink] ; ... non-zero fraction
478 jne.d [blink] ; ... non-zero fraction
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_transform_v.c443 inits->h_init_luma.fraction, in program_scl_ratios_inits()
457 inits->v_init_luma.fraction, in program_scl_ratios_inits()
471 inits->h_init_chroma.fraction, in program_scl_ratios_inits()
485 inits->v_init_chroma.fraction, in program_scl_ratios_inits()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Daccesslog.c2476 struct berval *fraction) in check_rdntime_syntax() argument
2538 fraction->bv_val = p; in check_rdntime_syntax()
2539 fraction->bv_len = 0; in check_rdntime_syntax()
2545 if (p - fraction->bv_val == 1) { in check_rdntime_syntax()
2553 c = end_num - fraction->bv_val; in check_rdntime_syntax()
2555 c = p - fraction->bv_val; in check_rdntime_syntax()
2557 if (c != 1) fraction->bv_len = c; in check_rdntime_syntax()
2584 struct berval fraction; in rdnTimestampValidate() local
2585 return check_rdntime_syntax(in, parts, &fraction); in rdnTimestampValidate()
2599 struct berval fraction; in rdnTimestampNormalize() local
[all …]

12345678910>>...12