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

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_csqrt.c54 int scale; local
89 scale = 1;
91 scale = 0;
104 if (scale)
H A Ds_csqrtl.c54 int scale; local
89 scale = 1;
91 scale = 0;
104 if (scale)
H A Dk_exp.c53 * minimize |exp(kln2) - 2**k|. We also scale the exponent of
77 double exp_x, scale; local
82 INSERT_WORDS(scale, (0x3ff + expt) << 20, 0);
83 return (exp_x * scale);
H A Dk_expf.c60 float exp_x, scale; local
65 SET_FLOAT_WORD(scale, (0x7f + expt) << 23);
66 return (exp_x * scale);
H A Ds_fmal.c90 * Compute ldexp(a+b, scale) with a single rounding error. It is assumed
95 add_and_denormalize(long double a, long double b, int scale) argument
115 bits_lost = -u.bits.exp - scale + 1;
119 return (ldexp(sum.hi, scale));
H A Dcatrig.c526 double scale; local
547 scale = 1;
548 SET_HIGH_WORD(scale, 0x7ff00000 - ix); /* 2**(1-ilogb(x)) */
549 x *= scale;
550 y *= scale;
551 return (x / (x * x + y * y) * scale);
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);
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dstrtod.c64 (x, scale) U *x; int scale;
66 (U *x, int scale)
74 if (!scale || (i = 2*P + 1 - ((word0(x) & Exp_mask) >> Exp_shift)) <= 0)
91 int scale; local
439 scale = 0;
528 scale = 2*P;
532 if (scale && (j = 2*P + 1 - ((word0(&rv) & Exp_mask)
612 j = bbe - scale;
642 bd2 += scale;
[all...]
/bionic/libc/kernel/uapi/drm/
H A Dexynos_drm.h142 __u32 scale; member in struct:drm_exynos_ipp_prop_list
/bionic/libc/kernel/uapi/sound/
H A Dasoc.h127 struct snd_soc_tplg_tlv_dbscale scale; member in union:snd_soc_tplg_ctl_tlv::__anon972
/bionic/libc/kernel/uapi/linux/dvb/
H A Dfrontend.h401 __u8 scale; member in struct:dtv_stats

Completed in 307 milliseconds