HomeSort by: relevance | last modified time | path
    Searched refs:spread (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx6q-cubox-i-emmc-som-v15.dts 59 fsl,no-spread-spectrum;
imx6q-cubox-i-som-v15.dts 58 fsl,no-spread-spectrum;
imx6q-cubox-i.dts 58 fsl,no-spread-spectrum;
imx6q-hummingboard2-emmc-som-v15.dts 62 fsl,no-spread-spectrum;
imx6q-hummingboard2-som-v15.dts 61 fsl,no-spread-spectrum;
imx6q-hummingboard2.dts 60 fsl,no-spread-spectrum;
  /src/lib/libm/src/
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...]
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...]
  /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/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-2 14 Sometimes keywords can be spread apart
xgettext-3 14 Sometimes keywords can be spread apart
xgettext-c-2 13 Sometimes keywords can be spread apart
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/common/
outbuffer.h 70 void spread(d_size_t offset, d_size_t nbytes);
  /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/external/lgpl3/mpfr/dist/tests/
tbeta.c 141 test_beta_2exp (mpfr_prec_t prec, int trials, int spread)
150 for (i = -(spread*trials)/2; spread*i < trials / 2; i += spread)
  /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/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/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/gpl3/gcc.old/dist/gcc/d/dmd/
dmacro.d 220 buf.spread(v + 1, 2 + m.text.length + 2);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
outbuffer.d 397 void spread(size_t index, size_t nbytes) pure nothrow @safe
  /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...]
  /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...]

Completed in 92 milliseconds

1 2 3