| /src/games/trek/ |
| phaser.c | 48 #define ALPHA 3.0 /* spread */ 63 ** of units to fire, and the spread angle. In automatic 66 ** The spread is specified as a number between zero and 67 ** one, with zero being minimum spread and one being maximum 68 ** spread. You will normally want zero spread, unless your 72 ** fairly large spread. 74 ** Phasers spread slightly, even if you specify zero spread. 88 double spread; member in struct:banks [all...] |
| /src/lib/libm/src/ |
| s_fma.c | 197 int spread; local 217 spread = ex + ey - ez; 224 if (spread < -DBL_MANT_DIG) { 248 if (spread <= DBL_MANT_DIG * 2) 249 zs = ldexp(zs, -spread); 266 spread = ex + ey; 276 return (xy.hi + vzs + ldexp(xy.lo, spread)); 287 return (ldexp(r.hi + adj, spread)); 291 if (spread + ilogb(r.hi) > -1023) 292 return (ldexp(r.hi + adj, spread)); [all...] |
| s_fmal.c | 182 int spread; local 202 spread = ex + ey - ez; 209 if (spread < -LDBL_MANT_DIG) { 233 if (spread <= LDBL_MANT_DIG * 2) 234 zs = ldexpl(zs, -spread); 251 spread = ex + ey; 261 return (xy.hi + vzs + ldexpl(xy.lo, spread)); 272 return (ldexpl(r.hi + adj, spread)); 276 if (spread + ilogbl(r.hi) > -16383) 277 return (ldexpl(r.hi + adj, spread)); [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| spread_generic.c | 1 /* Generic implementation of the SPREAD intrinsic 60 runtime_error ("return rank too large in spread()"); 63 runtime_error ("dim outside of rank in spread()"); 115 runtime_error ("rank mismatch in spread()"); 129 runtime_error("Incorrect extent in return value of SPREAD" 139 runtime_error("Incorrect extent in return value of SPREAD" 187 /* Spread this element. */ 240 runtime_error ("incorrect destination rank in spread()"); 243 runtime_error ("dim outside of rank in spread()"); 255 runtime_error ("dim too large in spread()"); 267 export_proto(spread); variable 270 spread (gfc_array_char *ret, const gfc_array_char *source, function [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| spread_generic.c | 1 /* Generic implementation of the SPREAD intrinsic 62 runtime_error ("return rank too large in spread()"); 65 runtime_error ("dim outside of rank in spread()"); 117 runtime_error ("rank mismatch in spread()"); 131 runtime_error("Incorrect extent in return value of SPREAD" 141 runtime_error("Incorrect extent in return value of SPREAD" 189 /* Spread this element. */ 242 runtime_error ("incorrect destination rank in spread()"); 245 runtime_error ("dim outside of rank in spread()"); 257 runtime_error ("dim too large in spread()"); 269 export_proto(spread); variable 272 spread (gfc_array_char *ret, const gfc_array_char *source, function [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| GCNILPSched.cpp | 169 int spread = (int)left->getDepth() - (int)right->getDepth(); local 170 if (std::abs(spread) > MaxReorderWindow) { 180 int spread = (int)left->getHeight() - (int)right->getHeight(); local 181 if (std::abs(spread) > MaxReorderWindow)
|
| /src/external/bsd/zstd/dist/lib/common/ |
| fse_decompress.c | 63 BYTE* spread = (BYTE*)(symbolNext + maxSymbolValue + 1); local 91 /* Spread symbols */ 108 MEM_write64(spread + pos, sv); 110 MEM_write64(spread + pos + i, sv); 114 /* Now we spread those positions across the table. 129 tableDecode[uPosition].symbol = spread[s + u];
|
| /src/usr.bin/error/ |
| touch.c | 280 int spread; local 284 spread = (int)(my_files[fi+1] - my_files[fi]); 289 , name ,spread ,plural(spread));
|
| /src/external/bsd/zstd/dist/lib/compress/ |
| fse_compress.c | 115 /* Spread symbols */ 120 BYTE* const spread = tableSymbol + tableSize; /* size = tableSize + 8 (may write beyond tableSize) */ local 128 MEM_write64(spread + pos, sv); 130 MEM_write64(spread + pos + i, sv); 136 /* Spread symbols across the table. Lack of lowprob symbols means that 148 tableSymbol[uPosition] = spread[s + u];
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| env.h | 336 void spread() { spread_flag = 1; } function in class:environment 338 void do_break(int spread = 0); // .br
|
| /src/external/bsd/zstd/dist/lib/decompress/ |
| zstd_decompress_block.c | 495 BYTE* spread = (BYTE*)(symbolNext + MaxSeq + 1); local 522 /* Spread symbols */ 546 MEM_write64(spread + pos, sv); 548 MEM_write64(spread + pos + i, sv); 554 /* Now we spread those positions across the table. 569 tableDecode[uPosition].baseValue = spread[s + u]; 799 * If the offset is < 8 then the offset is spread to at least 8 bytes. 1087 /* Copy 8 bytes and spread the offset to be >= 8. */ 1179 /* Copy 8 bytes and spread the offset to be >= 8. */
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-strength-reduction.cc | 2543 /* Recursive helper function for phi_add_costs. SPREAD is a measure of 2547 phi_add_costs_1 (gimple *phi, slsr_cand_t c, int one_add_cost, int *spread) 2557 (*spread)++; 2581 cost += phi_add_costs_1 (arg_def, c, one_add_cost, spread); 2583 if (cost >= COST_INFINITE || *spread > MAX_SPREAD) 2608 int spread = 0; 2609 int retval = phi_add_costs_1 (phi, c, one_add_cost, &spread); 3521 all_phi_incrs_profitable_1 (slsr_cand_t c, gphi *phi, int *spread) 3531 (*spread)++; 3557 if (!all_phi_incrs_profitable_1 (c, as_a <gphi *> (arg_def), spread) 2600 int spread = 0; local 3603 int spread = 0; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-strength-reduction.cc | 2543 /* Recursive helper function for phi_add_costs. SPREAD is a measure of 2547 phi_add_costs_1 (gimple *phi, slsr_cand_t c, int one_add_cost, int *spread) 2557 (*spread)++; 2581 cost += phi_add_costs_1 (arg_def, c, one_add_cost, spread); 2583 if (cost >= COST_INFINITE || *spread > MAX_SPREAD) 2608 int spread = 0; 2609 int retval = phi_add_costs_1 (phi, c, one_add_cost, &spread); 3521 all_phi_incrs_profitable_1 (slsr_cand_t c, gphi *phi, int *spread) 3531 (*spread)++; 3557 if (!all_phi_incrs_profitable_1 (c, as_a <gphi *> (arg_def), spread) 2600 int spread = 0; local 3603 int spread = 0; local [all...] |