Home
last modified time | relevance | path

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

/glibc-2.36/math/
Ds_csqrt_template.c88 int scale = 0; in M_DECL_FUNC() local
92 scale = 1; in M_DECL_FUNC()
93 __real__ x = M_SCALBN (__real__ x, -2 * scale); in M_DECL_FUNC()
94 __imag__ x = M_SCALBN (__imag__ x, -2 * scale); in M_DECL_FUNC()
98 scale = 1; in M_DECL_FUNC()
100 __real__ x = M_SCALBN (__real__ x, -2 * scale); in M_DECL_FUNC()
103 __imag__ x = M_SCALBN (__imag__ x, -2 * scale); in M_DECL_FUNC()
108 scale = -((M_MANT_DIG + 1) / 2); in M_DECL_FUNC()
109 __real__ x = M_SCALBN (__real__ x, -2 * scale); in M_DECL_FUNC()
110 __imag__ x = M_SCALBN (__imag__ x, -2 * scale); in M_DECL_FUNC()
[all …]
Ds_clog_template.c44 int scale = 0; in M_DECL_FUNC() local
55 scale = -1; in M_DECL_FUNC()
56 absx = M_SCALBN (absx, scale); in M_DECL_FUNC()
57 absy = (absy >= M_MIN * 2 ? M_SCALBN (absy, scale) : 0); in M_DECL_FUNC()
61 scale = M_MANT_DIG; in M_DECL_FUNC()
62 absx = M_SCALBN (absx, scale); in M_DECL_FUNC()
63 absy = M_SCALBN (absy, scale); in M_DECL_FUNC()
66 if (absx == 1 && scale == 0) in M_DECL_FUNC()
71 else if (absx > 1 && absx < 2 && absy < 1 && scale == 0) in M_DECL_FUNC()
81 && scale == 0) in M_DECL_FUNC()
[all …]
Ds_clog10_template.c50 int scale = 0; in M_DECL_FUNC() local
61 scale = -1; in M_DECL_FUNC()
62 absx = M_SCALBN (absx, scale); in M_DECL_FUNC()
63 absy = (absy >= M_MIN * 2 ? M_SCALBN (absy, scale) : 0); in M_DECL_FUNC()
67 scale = M_MANT_DIG; in M_DECL_FUNC()
68 absx = M_SCALBN (absx, scale); in M_DECL_FUNC()
69 absy = M_SCALBN (absy, scale); in M_DECL_FUNC()
72 if (absx == 1 && scale == 0) in M_DECL_FUNC()
78 else if (absx > 1 && absx < 2 && absy < 1 && scale == 0) in M_DECL_FUNC()
88 && scale == 0) in M_DECL_FUNC()
[all …]
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_exp2.c47 double_t scale, y; in specialcase() local
53 scale = asdouble (sbits); in specialcase()
54 y = 2 * (scale + scale * tmp); in specialcase()
59 scale = asdouble (sbits); in specialcase()
60 y = scale + scale * tmp; in specialcase()
68 lo = scale - y + scale * tmp; in specialcase()
95 double_t kd, r, r2, scale, tail, tmp; in __exp2() local
141 scale = asdouble (sbits); in __exp2()
144 return scale + scale * tmp; in __exp2()
De_exp.c49 double_t scale, y; in specialcase() local
55 scale = asdouble (sbits); in specialcase()
56 y = 0x1p1009 * (scale + scale * tmp); in specialcase()
61 scale = asdouble (sbits); in specialcase()
62 y = scale + scale * tmp; in specialcase()
70 lo = scale - y + scale * tmp; in specialcase()
102 double_t kd, z, r, r2, scale, tail, tmp; in __exp() local
154 scale = asdouble (sbits); in __exp()
157 return scale + scale * tmp; in __exp()
De_pow.c143 double_t scale, y; in specialcase() local
149 scale = asdouble (sbits); in specialcase()
150 y = 0x1p1009 * (scale + scale * tmp); in specialcase()
156 scale = asdouble (sbits); in specialcase()
157 y = scale + scale * tmp; in specialcase()
167 lo = scale - y + scale * tmp; in specialcase()
191 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
246 scale = asdouble (sbits); in exp_inline()
249 return scale + scale * tmp; in exp_inline()
/glibc-2.36/sysdeps/posix/
Dsprofil.c38 unsigned int scale; member
65 .scale = 2,
74 pc_to_index (size_t pc, size_t offset, unsigned int scale, int prof_uint) in pc_to_index() argument
79 return (unsigned long long int) i * scale / 65536; in pc_to_index()
81 return i / 65536 * scale + i % 65536 * scale / 65536; in pc_to_index()
85 index_to_pc (unsigned long int n, size_t offset, unsigned int scale, in index_to_pc() argument
91 pc = offset + (unsigned long long int) n * bin_size * 65536ull / scale; in index_to_pc()
93 pc = (offset + n * bin_size / scale * 65536 in index_to_pc()
94 + n * bin_size % scale * 65536 / scale); in index_to_pc()
96 if (pc_to_index (pc, offset, scale, prof_uint) < n) in index_to_pc()
[all …]
Dprofil.c65 __profil (u_short *sample_buffer, size_t size, size_t offset, u_int scale) in __profil() argument
106 pc_scale = scale; in __profil()
/glibc-2.36/sysdeps/m68k/
Dasm-syntax.h29 #define MEM_INDX1(base,idx,size_suffix,scale)R(base)@(R(idx):size_suffix:scale) argument
49 #define MEM_INDX1_(base,idx,size_suffix,scale)(R(base),R(idx##.##size_suffix*scale)) argument
50 #define MEM_INDX1(base,idx,size_suffix,scale)MEM_INDX1_(base,idx,size_suffix,scale) argument
/glibc-2.36/sysdeps/mach/hurd/
Dprofil.c60 update_waiter (u_short *sample_buffer, size_t size, size_t offset, u_int scale) in update_waiter() argument
92 sample_scale = scale; in update_waiter()
112 __profil (u_short *sample_buffer, size_t size, size_t offset, u_int scale) in libc_hidden_def()
118 if (scale == 0) in libc_hidden_def()
135 err = update_waiter (sample_buffer, size, offset, scale); in libc_hidden_def()
/glibc-2.36/stdio-common/
Dprintf_fp.c163 MPN_VAR(scale);
188 p->scale, p->scalesize); in hack_digit()
439 p.scale = (mp_limb_t *) alloca (bignum_size); in __printf_fp_l()
541 cy = __mpn_mul (p.tmp, p.scale, p.scalesize, in __printf_fp_l()
554 MPN_ASSIGN (p.scale, p.tmp); in __printf_fp_l()
555 count_leading_zeros (cnt, p.scale[p.scalesize - 1]); in __printf_fp_l()
573 for (i = 0; p.scale[i] == 0 && p.frac[i] == 0; i++) in __printf_fp_l()
577 count_leading_zeros (cnt_h, p.scale[p.scalesize - 1]); in __printf_fp_l()
585 MPN_COPY_INCR (p.scale, p.scale + i, p.scalesize - i); in __printf_fp_l()
593 if (p.scale[i] != 0) in __printf_fp_l()
[all …]
/glibc-2.36/gmon/
Dprofil.c30 __profil (u_short *sample_buffer, size_t size, size_t offset, u_int scale) in __profil() argument
32 if (scale == 0) in __profil()
/glibc-2.36/nptl_db/
Ddb_info.c105 # define REGISTER_THREAD_AREA(bits, regofs, scale) \ argument
107 bits, (scale), (regofs));
/glibc-2.36/sysdeps/sparc/sparc32/
Dsubmul_1.S33 sll %o2,2,%o2 ! ... and scale size
/glibc-2.36/
Dconfig.h.in202 /* An integer used to scale the timeout of test programs. */
DINSTALL124 Specify an integer NUM to scale the timeout of test programs. This
Dconfigure.ac174 [specify an integer to scale the timeout]),
/glibc-2.36/manual/
Dconf.texi617 Inquire about the maximum value of @code{scale} in the @code{bc}
1435 The largest value of @code{scale} that the @code{bc} utility is
1489 @code{scale} in the @code{bc} utility. Its value is @code{99}.
Dinstall.texi148 Specify an integer @var{NUM} to scale the timeout of test programs.
Dtexinfo.tex2087 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
3518 % There is only one designed size (nominal 10pt), so we always scale
/glibc-2.36/iconvdata/testdata/
Dsuntzus393 a pound's weight placed in the scale against a single grain.
/glibc-2.36/timezone/
Deurope1591 # In early 1992 there was large-scale interethnic violence in the area
/glibc-2.36/ChangeLog.old/
DChangeLog.1833200 * math/s_csqrt.c (__csqrt): Increase threshold and scale factor
49587 (__powl_helper): Allow negative argument X and scale negated value
75061 exponent and small x and y exponents, scale x or y up. Increase
75795 (__fma): Do not extract and scale down low bits on after-rounding
75799 (__fmal): Do not extract and scale down low bits on after-rounding
75803 (__fmal): Do not extract and scale down low bits on after-rounding
DChangeLog.142015 TIMEOUTFACTOR to scale test TIMEOUT.
DChangeLog.1936181 Do not scale NPTL tests with available number of CPUs.