Searched refs:scale (Results 51 - 75 of 158) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dsfdiv_opt.S58 r0 += sfmpy(r5,r2,p0):scale
H A Dsfsqrt_opt.S73 S += sfmpy(H,E,p0):scale // S3
/freebsd-11-stable/lib/msun/src/
H A Ds_fma.c94 * Compute ldexp(a+b, scale) with a single rounding error. It is assumed
99 add_and_denormalize(double a, double b, int scale) argument
119 bits_lost = -((int)(hibits >> 52) & 0x7ff) - scale + 1;
127 return (ldexp(sum.hi, scale));
H A Dcatrigf.c316 float scale; local
332 SET_FLOAT_WORD(scale, 0x7f800000 - ix);
333 x *= scale;
334 y *= scale;
335 return (x / (x * x + y * y) * scale);
/freebsd-11-stable/lib/libc/x86/sys/
H A D__vdso_gettc.c258 uint64_t disc, ret, tsc, scale; local
263 scale = tsc_ref->tsc_scale;
269 /* ret = ((tsc * scale) >> 64) + ofs */
272 "a" (tsc), "r" (scale));
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dparse-duration.c83 scale_n_add (time_t base, time_t val, int scale) argument
92 if (val > MAX_DURATION / scale)
98 val *= scale;
147 parse_scaled_value (time_t base, cch_t ** ppz, cch_t * endp, int scale) argument
168 return scale_n_add (base, val, scale);
/freebsd-11-stable/sys/mips/atheros/
H A Duart_dev_ar933x.c110 ar933x_uart_get_baud(unsigned int clk, unsigned int scale, argument
116 div = (2 << 16) * (scale + 1);
126 * Calculate the scale/step with the lowest possible deviation from
131 unsigned int *scale, unsigned int *step)
138 *scale = 0;
156 *scale = tscale;
130 ar933x_uart_get_scale_step(struct uart_bas *bas, unsigned int baud, unsigned int *scale, unsigned int *step) argument
/freebsd-11-stable/contrib/gcc/
H A Dipa-cp.c188 /* Return scale for MT. */
195 /* Set COUNT as scale for MT. */
489 /* Compute the proper scale for NODE. It is the ratio between
681 /* Print count scale data structures. */
689 fprintf (f, "printing scale for %s: ", cgraph_node_name (node));
948 ipcp_update_bb_counts (struct cgraph_node *node, gcov_type scale) argument
953 bb->count = bb->count * scale / REG_BR_PROB_BASE;
958 ipcp_update_edges_counts (struct cgraph_node *node, gcov_type scale) argument
966 e->count = e->count * scale / REG_BR_PROB_BASE;
975 gcov_type scale, scale_complemen local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/asm/
H A Dwp-mmx.pl65 sub scale() subroutine
126 &scale ("esi","ecx");
128 &scale ("edi","edx");
133 &scale ("esi","ecx");
135 &scale ("edi","edx");
140 &scale ("esi","ecx");
142 &scale ("edi","edx");
147 &scale ("esi","ecx");
149 &scale ("edi","edx");
160 &scale ("es
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Davx512vlintrin.h3472 #define _mm_i64scatter_pd(addr, index, v1, scale) \
3475 (__v2df)(__m128d)(v1), (int)(scale))
3477 #define _mm_mask_i64scatter_pd(addr, mask, index, v1, scale) \
3480 (__v2df)(__m128d)(v1), (int)(scale))
3482 #define _mm_i64scatter_epi64(addr, index, v1, scale) \
3485 (__v2di)(__m128i)(v1), (int)(scale))
3487 #define _mm_mask_i64scatter_epi64(addr, mask, index, v1, scale) \
3490 (__v2di)(__m128i)(v1), (int)(scale))
3492 #define _mm256_i64scatter_pd(addr, index, v1, scale) \
3495 (__v4df)(__m256d)(v1), (int)(scale))
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h76 IntelExpr(StringRef baseReg, StringRef indexReg, unsigned scale, argument
80 if (scale)
81 Scale = scale;
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfont.cpp208 inline int font::scale(int w, int sz) function in class:font
215 // we scale everything to inch
298 w = scale(ch[i].width, point_size);
305 return scale(ch[ch_index[c]].height, point_size);
311 return scale(ch[ch_index[c]].depth, point_size);
317 return scale(ch[ch_index[c]].italic_correction, point_size);
323 return scale(ch[ch_index[c]].pre_math_space, point_size);
329 return scale(ch[ch_index[c]].subscript_correction, point_size);
334 return scale(space_width, point_size);
364 return scale(
[all...]
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c228 int uv, scale, min_uvolt, max_uvolt, step_uvolt; local
242 scale = sc->cpu_def->speedo_scale;
245 /* uV = (c2 * speedo / scale + c1) * speedo / scale + c0) */
246 uv = DIV_ROUND_CLOSEST(ent->c2 * sc->speedo_value, scale);
247 uv = DIV_ROUND_CLOSEST((uv + ent->c1) * sc->speedo_value, scale) +
/freebsd-11-stable/contrib/mdocml/
H A Dterm.c939 r = su->scale / 40.0;
942 r = su->scale * 6.0 / 2.54;
945 r = su->scale * 65536.0 / 40.0;
948 r = su->scale * 6.0;
951 r = su->scale * 0.006;
954 r = su->scale;
957 r = su->scale / 12.0;
961 r = su->scale * 0.6;
964 r = su->scale;
/freebsd-11-stable/usr.bin/find/
H A Dfunction.c1489 off_t scale; local
1502 scale = 0x1LL;
1505 scale = 0x400LL;
1508 scale = 0x100000LL;
1511 scale = 0x40000000LL;
1514 scale = 0x10000000000LL;
1517 scale = 0x4000000000000LL;
1524 if (new->o_data > QUAD_MAX / scale)
1527 new->o_data *= scale;
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dmain.cpp11 * lines. Default values (font, size, scale, thickness) may be overridden
18 * and may be abbreviated down to one character (with exception of `scale'
32 * scale, x - Scale is IN ADDITION to the global
33 * scale factor from the default.
35 * `scale' commands. (Optional operand
58 * valid gs (gray scale) indices are
144 /* a logarithmic scale looks better than a linear one for the gray shades */
160 double scale = 1.0; /* no scaling, default */ variable
452 xscale = scale; /* default scale o
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c162 ia64_insn *code, int scale)
168 svalue >>= scale; local
186 ia64_insn *valuep, int scale)
202 *valuep = (val << scale);
161 ins_imms_scaled(const struct ia64_operand *self, ia64_insn value, ia64_insn *code, int scale) argument
185 ext_imms_scaled(const struct ia64_operand *self, ia64_insn code, ia64_insn *valuep, int scale) argument
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.h114 /* we define the syntax here (modulo base,index,scale syntax) */
161 unsigned scale; member in struct:__anon323
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcr16.h289 unsigned int scale; member in struct:__anon585
/freebsd-11-stable/sys/kern/
H A Dsubr_prof.c394 * The scale factor is a fixed point number with 16 bits of fraction, so that
395 * 1.0 is represented as 0x10000. A scale factor of 0 turns off profiling.
402 u_int scale; member in struct:profil_args
412 if (uap->scale > (1 << 16))
416 if (uap->scale == 0) {
426 upp->pr_scale = uap->scale;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h117 CPpmd_See *Ppmd8_MakeEscFreq(CPpmd8 *p, unsigned numMasked, UInt32 *scale);
/freebsd-11-stable/usr.bin/gprof/
H A Dgprof.h67 * Historical scale factor in profil(2)'s algorithm for converting
220 EXTERN double scale; /* scale factor converting samples to pc variable
221 values: each sample covers scale bytes */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp134 uint64_t ScaledThreshold = LikelyThreshold.scale(CaseTotal);
/freebsd-11-stable/contrib/groff/src/utils/hpftodit/
H A Dhpftodit.cpp64 int scale(int n) function
585 printf("spacewidth %d\n", scale(tag_info(word_spacing_tag).value));
842 printf("%s %s %d\n", p->name, q->name, scale(val));
878 scale(char_table[i].width), scale(char_table[i].ascent));
880 int depth = scale(-char_table[i].descent);
888 italic_correction = scale(char_table[i].right_extent
897 left_italic_correction = scale(italic_sep
/freebsd-11-stable/lib/libc/mips/gen/
H A Dldexp.S73 addu t1, t1, a2 # scale exponent
127 addu t1, t1, a2 # scale exponent

Completed in 279 milliseconds

1234567