Searched refs:scale (Results 1 - 25 of 213) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/gnu/dist/groff/font/devlj4/generate/
H A Dspecial.awk6 function scale(num) function
16 ascent["integralcrvmid"] = scale(0.84358)
17 descent["integralcrvmid"] = scale(0.25006)
18 ascent["integralbt"] = scale(0.84358)
19 descent["integralbt"] = scale(0.15164)
20 ascent["lt"] = scale(0.84358)
21 descent["lt"] = scale(0.15164)
22 ascent["parenlefttp"] = scale(0.84358)
23 descent["parenlefttp"] = scale(0.15164)
24 ascent["bracelefttp"] = scale(0.8435
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dcharconst-3.c18 int scale = (int) (unsigned char) -1 + 1; local
20 if ('ab' != (int) ((unsigned char) 'a' * scale + (unsigned char) 'b'))
23 if ('\234b' != (int) ((unsigned char) '\234' * scale + (unsigned char) 'b'))
26 if ('b\234' != (int) ((unsigned char) 'b' * scale + (unsigned char) '\234'))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dcharconst-3.c18 int scale = (int) (unsigned char) -1 + 1; local
20 if ('ab' != (int) ((unsigned char) 'a' * scale + (unsigned char) 'b'))
23 if ('\234b' != (int) ((unsigned char) '\234' * scale + (unsigned char) 'b'))
26 if ('b\234' != (int) ((unsigned char) 'b' * scale + (unsigned char) '\234'))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20040317-2.c13 ScalePart scale; member in struct:_ScaleRec
19 if (sw->scale.table.x[(int) *img_x] +
20 (short) sw->scale.table.width[(int) *img_x] < x)
H A D20020715-1.c8 void scale(void) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20040317-2.c13 ScalePart scale; member in struct:_ScaleRec
19 if (sw->scale.table.x[(int) *img_x] +
20 (short) sw->scale.table.width[(int) *img_x] < x)
H A D20020715-1.c8 void scale(void) function
/netbsd-6-1-5-RELEASE/lib/libm/complex/
H A Dcsqrt.c39 double x, y, r, t, scale; local
71 scale = 2.0;
76 scale = 7.450580596923828125e-9; /* 2^-27 */
80 scale = 0.5;
87 r = scale * fabs((0.5 * y) / t );
88 t *= scale;
91 t = scale * fabs((0.5 * y) / r);
92 r *= scale;
H A Dcsqrtf.c39 float x, y, r, t, scale; local
70 scale = 2.0f;
75 scale = 1.220703125e-4f; /* 2^-13 */
79 scale = 0.5f;
86 r = scale * fabsf((0.5f * y) / t);
87 t *= scale;
90 t = scale * fabsf((0.5f * y) / r);
91 r *= scale;
/netbsd-6-1-5-RELEASE/external/mit/xorg/share/fonts/
H A DMakefile.mkfontscale17 afterinstall: create.fonts.dir create.fonts.scale
21 echo ".${FILESDIR}/fonts.scale type=file mode=0444 uname=root gname=wheel" \
29 create.fonts.dir: create.fonts.scale
34 .if !target(create.fonts.scale)
35 create.fonts.scale:
36 ${_MKMSG_CREATE} ${DESTDIR}${FILESDIR}/fonts.scale
37 rm -f ${DESTDIR}${FILESDIR}/fonts.scale
41 .PHONY: create.fonts.dir create.fonts.scale
/netbsd-6-1-5-RELEASE/x11/share/fonts/
H A DMakefile.mkfontscale9 afterinstall: create.fonts.dir create.fonts.scale
13 echo ".${FILESDIR}/fonts.scale type=file mode=0444 uname=root gname=wheel" \
21 create.fonts.dir: create.fonts.scale
26 .if !target(create.fonts.scale)
27 create.fonts.scale:
28 ${_MKMSG_CREATE} ${DESTDIR}${FILESDIR}/fonts.scale
29 rm -f ${DESTDIR}${FILESDIR}/fonts.scale
33 .PHONY: create.fonts.dir create.fonts.scale
/netbsd-6-1-5-RELEASE/x11/share/fonts/scaled/Speedo/
H A DMakefile11 FILES+= fonts.scale
12 create.fonts.scale:
/netbsd-6-1-5-RELEASE/gnu/dist/bc/h/
H A Dnumber.h104 _PROTOTYPE(bc_num bc_new_num, (int length, int scale));
112 _PROTOTYPE(void bc_str2num, (bc_num *num, char *str, int scale));
124 _PROTOTYPE(char bc_is_near_zero, (bc_num num, int scale));
132 _PROTOTYPE(void bc_multiply, (bc_num n1, bc_num n2, bc_num *prod, int scale));
134 _PROTOTYPE(int bc_divide, (bc_num n1, bc_num n2, bc_num *quot, int scale));
137 int scale));
140 bc_num *rem, int scale));
143 bc_num *result, int scale));
146 int scale));
148 _PROTOTYPE(int bc_sqrt, (bc_num *num, int scale));
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dhumanize_number.c48 const char *suffix, int scale, int flags)
57 _DIAGASSERT(scale >= 0);
78 #define SCALE2PREFIX(scale) (&prefixes[(scale) << 1])
81 if (scale >= maxscale &&
82 (scale & (HN_AUTOSCALE | HN_GETSCALE)) == 0)
122 if (scale & (HN_AUTOSCALE | HN_GETSCALE)) {
135 if (scale & HN_GETSCALE)
138 for (i = 0; i < scale && i < maxscale; i++)
47 humanize_number(char *buf, size_t len, int64_t bytes, const char *suffix, int scale, int flags) argument
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dout.h41 double scale; member in struct:roffsu
58 (p)->scale = (v); } \
63 (p)->scale = (v); } \
H A Dterm_ascii.c229 r = 4 * su->scale;
232 r = 10 * su->scale;
235 r = (10 * su->scale) / 6;
238 r = (10 * su->scale) / 72;
241 r = su->scale / 1000;
244 r = su->scale * 2 - 1;
247 r = su->scale;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Dloop-13.c5 scale (TYPE *alpha, TYPE *x, int n) function
30 scale (&alpha, x, 5);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dvect-debug-pr41926.c8 double *__restrict prim, double scale, double pp, double pq)
17 double tmp = scale * prim[p_index++];
7 foo(double (*__restrict p)[4], double (*__restrict q)[4], double *__restrict prim, double scale, double pp, double pq) argument
H A Dvect-widen-mult-sum.c11 main1 (short *in, int off, short scale, int n) argument
17 sum += ((int) in[i] * (int) in[i+off]) >> scale;
H A Dno-scevccp-outer-13.c11 foo (short scale){ argument
22 sum += ((unsigned int) in[i] * (unsigned int) sum_j) >> scale;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Dloop-13.c5 scale (TYPE *alpha, TYPE *x, int n) function
30 scale (&alpha, x, 5);
/netbsd-6-1-5-RELEASE/dist/dhcp/omapip/
H A Dhandle.c143 omapi_handle_t scale, index; local
162 table. For a leaf table, scale would be 1. For a first level
164 scale = (table -> limit - table -> first) / OMAPI_HANDLE_TABLE_SIZE;
168 table's array of children is the handle divided by the scale. */
169 index = (h - table -> first) / scale;
179 inner -> first = index * scale + table -> first;
180 inner -> limit = inner -> first + scale;
181 if (scale == OMAPI_HANDLE_TABLE_SIZE)
203 int index, base, scale; local
205 /* The scale o
249 omapi_handle_t scale, index; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecPacked.c49 /* scale is the scale result */
59 /* scale is set to the scale of the number (this is the exponent, */
60 /* negated). To force the number to a specified scale, first use the */
66 /* returned and the bcd and scale results are unchanged. Otherwise */
69 uByte * decPackedFromNumber(uByte *bcd, Int length, Int *scale, argument
86 *scale=-dn->exponent; /* .. and scale */
138 /* scale i
157 decPackedToNumber(const uByte *bcd, Int length, const Int *scale, decNumber *dn) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecPacked.c49 /* scale is the scale result */
59 /* scale is set to the scale of the number (this is the exponent, */
60 /* negated). To force the number to a specified scale, first use the */
66 /* returned and the bcd and scale results are unchanged. Otherwise */
69 uByte * decPackedFromNumber(uByte *bcd, Int length, Int *scale, argument
86 *scale=-dn->exponent; /* .. and scale */
138 /* scale i
157 decPackedToNumber(const uByte *bcd, Int length, const Int *scale, decNumber *dn) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/m68k/fpe/
H A Dfpu_fscale.c57 int scale, sign, exp; local
65 scale = sig = 0;
93 scale = buf[0];
160 scale = buf[0];
163 scale = buf[0] & 0xffff;
164 if (scale & 0x8000) {
165 scale |= 0xffff0000;
169 scale = buf[0] & 0xff;
170 if (scale & 0x80) {
171 scale |
[all...]

Completed in 275 milliseconds

123456789