| /src/external/apache2/llvm/dist/clang/utils/ABITest/ |
| TypeGen.py | 229 def fact(n): function 238 return fact(n) // (fact(k) * fact(n - k))
|
| /src/external/lgpl3/mpfr/dist/src/ |
| gamma.c | 116 mpz_t fact; local 406 mpz_init (fact); 477 mpz_clear (fact);
|
| /src/games/factor/ |
| factor.c | 209 const uint64_t *fact; /* The factor found. */ local 228 for (fact = &prime[0]; !BN_is_one(val); ++fact) { 231 if (BN_mod_word(val, (BN_ULONG)*fact) == 0) 233 } while (++fact <= pr_limit); 236 if (fact > pr_limit) { 241 BN_set_word(bnfact, *(fact - 1)); 261 pr_uint64(*fact, xflag); 262 BN_div_word(val, (BN_ULONG)*fact); 263 } while (BN_mod_word(val, (BN_ULONG)*fact) == 0) [all...] |
| /src/usr.bin/audio/common/ |
| wav.c | 323 * and a WAV "fact" to add: 326 * 38-41 "fact" 327 * 42-45 fact size 345 *fact = "fact", local 484 memcpy(p, fact, 4);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-address.cc | 70 All of these affect whether or not a symbol is in fact a valid address. 1152 unsigned int fact = GET_MODE_UNIT_SIZE (mem_mode); local 1161 parts.step = wide_int_to_tree (sizetype, fact);
|
| tree-ssa-loop-ivopts.cc | 3593 unsigned int fact = preferred_mem_scale_factor local 3598 if (fact != 1 3599 && multiple_p (step, fact, &new_step)) 5333 overflow. To prove this, we use the fact that p_0 = base + a. */
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-address.cc | 70 All of these affect whether or not a symbol is in fact a valid address. 1155 unsigned int fact = GET_MODE_UNIT_SIZE (mem_mode); local 1164 parts.step = wide_int_to_tree (sizetype, fact);
|
| tree-ssa-loop-ivopts.cc | 3553 unsigned int fact = preferred_mem_scale_factor local 3558 if (fact != 1 3559 && multiple_p (step, fact, &new_step)) 5284 overflow. To prove this, we use the fact that p_0 = base + a. */
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| c99_functions.c | 1847 double fact, res, sum, xden, xnum, y, y1, ysq, z; local 1883 fact = 1; 1900 fact = -PI / sin (PI*res); 1967 if (fact != 1) 1968 res = fact / res;
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| c99_functions.c | 1847 double fact, res, sum, xden, xnum, y, y1, ysq, z; local 1875 fact = 1; 1892 fact = -PI / sin (PI*res); 1959 if (fact != 1) 1960 res = fact / res;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elflink.c | 407 only want to define it if we are, in fact, creating a .dynamic 6748 unsigned long int fact; 6780 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; 6781 max *= fact * fact; 6791 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; 6792 max *= fact; 7536 being enabled despite the fact that it was not requested 10801 /* Some symbols may be special in that the fact that they're 11516 /* Don't output the first, undefined, symbol. In fact, don' 6738 unsigned long int fact; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elflink.c | 403 only want to define it if we are, in fact, creating a .dynamic 6705 unsigned long int fact; 6737 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; 6738 max *= fact * fact; 6748 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; 6749 max *= fact; 7493 being enabled despite the fact that it was not requested 10782 /* Some symbols may be special in that the fact that they're 11497 /* Don't output the first, undefined, symbol. In fact, don' 6695 unsigned long int fact; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elflink.c | 363 only want to define it if we are, in fact, creating a .dynamic 6650 unsigned long int fact; 6682 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; 6683 max *= fact * fact; 6693 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; 6694 max *= fact; 7436 being enabled despite the fact that it was not requested 10718 /* Some symbols may be special in that the fact that they're 11433 /* Don't output the first, undefined, symbol. In fact, don' 6640 unsigned long int fact; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elflink.c | 363 only want to define it if we are, in fact, creating a .dynamic 6636 unsigned long int fact; 6668 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; 6669 max *= fact * fact; 6679 fact = i / (BFD_TARGET_PAGESIZE / bed->s->sizeof_hash_entry) + 1; 6680 max *= fact; 7422 being enabled despite the fact that it was not requested 10693 /* Some symbols may be special in that the fact that they're 11408 /* Don't output the first, undefined, symbol. In fact, don' 6626 unsigned long int fact; local [all...] |