Searched refs:scale (Results 76 - 100 of 205) sorted by relevance

123456789

/freebsd-current/contrib/cortex-strings/scripts/
H A Dbench.py121 scale = 10**int(math.log10(f) - 1)
122 f = scale*int(f/scale)
/freebsd-current/crypto/heimdal/appl/login/
H A Dlimits_conf.c47 int scale; member in struct:limit
170 if(value * l->scale < value)
173 value *= l->scale;
/freebsd-current/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c47 int scale; member in struct:limit
170 if(value * l->scale < value)
173 value *= l->scale;
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_erf_2u5.c34 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
35 erf(x) ~ erf(r) + scale * d * [
67 svfloat64_t scale = svld1_gather_index (a_lt_max, __sv_erf_data.scale, i); local
69 /* erf(x) ~ erf(r) + scale * d * poly (r, d). */
95 y = svmla_x (pg, erfr, scale, svmls_x (pg, d, d2, y));
H A Dv_erff_2u.c24 .scale_minus_one = V4 (0x1.06eba8p-3f), /* scale - 1.0. */
33 float32x4_t scale; member in struct:entry
47 e.scale = vuzp2q_f32 (e1, e2);
54 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
56 erf(x) ~ erf(r) + scale * d * [1 - r * d - 1/3 * d^2]
58 Values of erf(r) and scale are read from lookup tables.
82 /* Lookup erf(r) and scale(r) in tables, e.g. set erf(r) to 0 and scale to
94 /* erf(x) ~ erf(r) + scale * d * (1 - r * d - 1/3 * d^2). */
98 y = vfmaq_f32 (e.erf, e.scale, vfmsq_f3
[all...]
H A Derfc_1u8.c40 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
42 erfc(x) ~ erfc(r) - scale * d * poly(r, d), with
54 Values of erfc(r) and scale(r) are read from lookup tables. Stored values
86 /* Lookup erfc(r) and scale(r) in tables, e.g. set erfc(r) to 1 and scale
93 double scale = __erfc_data.tab[i].scale; local
95 /* erfc(x) ~ erfc(r) - scale * d * poly (r, d). */
123 y = fma (-fma (y, d2, d), scale, erfcr);
125 /* Handle sign and scale bac
[all...]
H A Dsv_pow_1u5.c22 The exp is based on 8-bit table lookup for scale and order-4 polynomial.
118 is scale*(1+TMP) without intermediate rounding. The bit representation of
119 scale is in SBITS, however it has a computed exponent that may have
122 adjustment of scale, positive k here means the result may overflow and
127 double scale; local
130 /* k > 0, the exponent of scale might have overflowed by <= 460. */
132 scale = asdouble (sbits);
133 return 0x1p1009 * (scale + scale * tmp);
137 /* Note: sbits is signed scale
276 svfloat64_t scale = svreinterpret_f64 (sbits); local
[all...]
H A Dsv_erfcf_1u7.c37 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
39 erfc(x) ~ erfc(r) - scale * d * poly(r, d), with
44 Values of erfc(r) and scale are read from lookup tables. Stored values
72 svfloat32_t scale = svld1_gather_index (pg, p + 1, i); local
74 /* erfc(x) ~ erfc(r) - scale * d * poly(r, d). */
94 y = svmls_x (pg, erfcr, scale, svmls_x (pg, d, d2, y));
99 /* Handle sign and scale back in a single fma. */
H A Dtanf_3u3.c176 float scale = alt ? z : z * z2; local
182 return fmaf (scale, p, offset);
H A Dv_powf_data.c77 .scale = { 0x3ff0000000000000, 0x3fefd9b0d3158574, 0x3fefb5586cf9890f,
H A Dv_erfc_1u8.c53 float64x2_t scale; member in struct:entry
63 e.scale = vuzp2q_f64 (e1, e2);
79 Let d = x - r, and scale = 2 / sqrt(pi) * exp(-r^2). For x near r,
81 erfc(x) ~ erfc(r) - scale * d * poly(r, d), with
93 Values of erfc(r) and scale are read from lookup tables. Stored values
126 /* Lookup erfc(r) and scale(r) in tables, e.g. set erfc(r) to 0 and scale to
138 /* erfc(x) ~ erfc(r) - scale * d * poly(r, d). */
174 y = vfmsq_f64 (e.erfc, e.scale, vfmsq_f64 (d, d2, y));
179 /* Copy sign and scale bac
[all...]
/freebsd-current/lib/msun/src/
H A Ds_fmal.c89 * Compute ldexp(a+b, scale) with a single rounding error. It is assumed
94 add_and_denormalize(long double a, long double b, int scale) argument
114 bits_lost = -u.bits.exp - scale + 1;
118 return (ldexp(sum.hi, scale));
H A Dcatrig.c530 double scale; local
551 scale = 1;
552 SET_HIGH_WORD(scale, 0x7ff00000 - ix); /* 2**(1-ilogb(x)) */
553 x *= scale;
554 y *= scale;
555 return (x / (x * x + y * y) * scale);
H A Dcatrigl.c335 long double scale; local
351 scale = 1;
352 SET_LDBL_EXPSIGN(scale, 0x7fff - ix);
353 x *= scale;
354 y *= scale;
355 return (x / (x * x + y * y) * scale);
/freebsd-current/contrib/mandoc/
H A Dterm_ps.c45 (size_t)((double)(x) * (1000.0 / (double)(p)->ps->scale))
49 ((double)(x) / (1000.0 / (double)(p)->ps->scale))
77 size_t scale; /* font scaling factor */ member in struct:termp_ps
596 p->ps->scale = 11;
610 lineheight = PNT2AFM(p, ((double)p->ps->scale * 1.4));
915 ps_printf(p, "/fs %zu def\n", p->ps->scale);
991 (int)p->ps->lastf, p->ps->scale);
1281 (int)f, p->ps->scale);
1314 r = PNT2AFM(p, su->scale * 72.0 / 240.0);
1317 r = PNT2AFM(p, su->scale * 72.
[all...]
/freebsd-current/usr.bin/dc/
H A Dextern.h35 struct number *div_number(struct number *, struct number *, u_int scale);
/freebsd-current/usr.bin/gprof/
H A Dgprof.c481 scale = highpc - lowpc;
482 scale /= nsamples;
488 pcl = lowpc + (unsigned long)(scale * i);
489 pch = lowpc + (unsigned long)(scale * (i + 1));
520 overlap * thetime / scale, overlap);
523 nl[j].time += overlap * thetime / scale;
566 bucket_of_entry = (nlp->svalue - lowpc) / scale;
568 lowpc) / scale;
/freebsd-current/lib/libutil/tests/
H A Dhumanize_number_test.c49 int scale; member in struct:__anon428
96 /* tests 38-61 test specific scale factors with 1000 divisor */
122 /* tests 62-85 test specific scale factors with 1024 divisor */
148 /* tests 86-99 test invalid specific scale values of < 0 or >= 7 with
161 /* Negative scale values are not handled well
176 /* tests for scale == 0, without autoscale */
177 /* tests 100-114 test scale 0 with 1000 divisor - print first N digits */
194 /* tests 115-126 test scale 0 with 1024 divisor - print first N digits */
213 /* Explicit scale, divisor 1024 */
231 /* Explicit scale, diviso
477 str_scale(int scale) argument
[all...]
/freebsd-current/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk471 function genscale(bit, s1, s2, scale)
482 scale = "v";
484 scale = sprintf("(v) << %d", abs(s1));
486 scale = sprintf("(v) >> %d", s1);
488 scale = sprintf("(%s) * Z_SCALE_CAST(s)", scale);
491 scale = sprintf("(%s) >> %d", scale, s2);
494 bit, (bit < 10) ? "\t" : "", scale);
/freebsd-current/contrib/bc/vs/tests/
H A Dtests_bc.bat48 scale
/freebsd-current/contrib/bc/src/
H A Dargs.c152 bc_args(int argc, char* argv[], bool exit_exprs, BcBigDig* scale, argument
271 *scale = bc_args_builtin(opts.optarg);
/freebsd-current/usr.bin/bc/
H A Dscan.l141 "scale" return SCALE;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dsfsqrt_opt.S73 S += sfmpy(H,E,p0):scale // S3
H A Dsfdiv_opt.S58 r0 += sfmpy(r5,r2,p0):scale
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_spromvar.h103 uint32_t scale; /**< current scale to apply to scaled encodings */ member in struct:bhnd_sprom_opcode_var

Completed in 295 milliseconds

123456789