Searched refs:factor (Results 1 - 25 of 307) sorted by relevance

1234567891011>>

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dscale2.c62 double factor;
74 factor = 0.5;
79 factor = 2.0;
84 d *= factor;
86 factor *= factor;
/netbsd-current/games/factor/
H A DMakefile8 PROG= factor
9 SRCS= factor.c pr_tbl.c
16 COPTS.factor.c+= -Wno-error=deprecated-declarations
18 MAN= factor.6
/netbsd-current/lib/libutil/
H A Dstrpct.c91 uintmax_t factor, result; local
94 factor = 100;
97 if (factor < (UINTMAX_MAX / 10))
98 factor *= 10;
104 if (numerator < (UINTMAX_MAX / factor))
105 numerator *= factor;
108 denominator /= factor;
119 factor /= 100; /* undo initialization */
122 result / factor, localeconv()->decimal_point, (int)u,
123 result % factor);
[all...]
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dhash.h41 const unsigned long factor = (sizeof(factor) > 4? local
44 return ((value * factor) >> ((CHAR_BIT * sizeof(value)) - bits));
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Ddefault-cie-version.d11 Code alignment factor: .*
12 Data alignment factor: .*
H A Dcie-rtn-col-3.d13 Code alignment factor: .*
14 Data alignment factor: .*
/netbsd-current/games/primes/
H A Dprimes.c212 uint64_t factor; /* index and factor */ local
249 for (p = &prime[0], factor = prime[0];
250 factor < stop && p <= pr_limit; factor = *(++p)) {
251 if (factor >= start) {
252 printf(hflag ? "%" PRIx64 : "%" PRIu64, factor);
254 printf(" (%" PRIu64 ")", factor - prev);
258 prev = factor;
273 * factor ou
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cfi/
H A Dcfi-common-3.d9 Code alignment factor: .*
10 Data alignment factor: .*
H A Dcfi-common-4.d9 Code alignment factor: .*
10 Data alignment factor: .*
H A Dcfi-common-9.d9 Code alignment factor: .*
10 Data alignment factor: .*
H A Dcie-version-1.d13 Code alignment factor: .*
14 Data alignment factor: .*
H A Dcie-version-3.d13 Code alignment factor: .*
14 Data alignment factor: .*
H A Dcfi-common-6.d9 Code alignment factor: .*
10 Data alignment factor: .*
28 Code alignment factor: .*
29 Data alignment factor: .*
52 Code alignment factor: .*
53 Data alignment factor: .*
H A Dcfi-alpha-1.d8 Code alignment factor: 4
9 Data alignment factor: -8
H A Dcfi-arc-1.d9 Code alignment factor: 1
10 Data alignment factor: -4
H A Dcfi-common-1.d9 Code alignment factor: .*
10 Data alignment factor: .*
H A Dcfi-common-2.d9 Code alignment factor: .*
10 Data alignment factor: .*
H A Dcfi-common-5.d8 Code alignment factor: .*
9 Data alignment factor: .*
H A Dcfi-common-7.d9 Code alignment factor: .*
10 Data alignment factor: .*
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/cfi/
H A Dcfi-common-3.d9 Code alignment factor: .*
10 Data alignment factor: .*
H A Dcfi-common-6.d9 Code alignment factor: .*
10 Data alignment factor: .*
28 Code alignment factor: .*
29 Data alignment factor: .*
52 Code alignment factor: .*
53 Data alignment factor: .*
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vector-builder.c30 tree_vector_builder::apply_step (tree base, unsigned int factor, argument
34 wi::to_wide (base) + factor * step);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vector-builder.cc30 tree_vector_builder::apply_step (tree base, unsigned int factor, argument
34 wi::to_wide (base) + factor * step);
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgen-psqr.c129 struct factor_t *factor; variable in typeref:struct:factor_t
130 int nfactor; /* entries in use in factor array */
131 int factor_alloc; /* entries allocated to factor array */
246 factor = (struct factor_t *) xmalloc (factor_alloc * sizeof (*factor));
300 /* if a repeated prime is found it's used as an i^n in one factor */
328 sprintf (mod34_excuse, "only %d small factor%s",
385 /* start the factor array */
390 factor[nfactor].divisor = 1;
392 factor[nfacto
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Deh5.d14 Code alignment factor: .*
15 Data alignment factor: .*
37 Code alignment factor: .*
38 Data alignment factor: .*
61 Code alignment factor: .*
62 Data alignment factor: .*
86 Code alignment factor: .*
87 Data alignment factor: .*
109 Code alignment factor: .*
110 Data alignment factor
[all...]

Completed in 302 milliseconds

1234567891011>>