Home
last modified time | relevance | path

Searched refs:double_t (Results 1 – 22 of 22) sorted by relevance

/glibc-2.36/sysdeps/ieee754/dbl-64/
De_pow.c51 static inline double_t
52 log_inline (uint64_t ix, double_t *tail) in log_inline()
55 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; in log_inline()
67 kd = (double_t) k; in log_inline()
80 double_t zhi = asdouble ((iz + (1ULL << 31)) & (-1ULL << 32)); in log_inline()
81 double_t zlo = z - zhi; in log_inline()
82 double_t rhi = zhi * invc - 1.0; in log_inline()
83 double_t rlo = zlo * invc; in log_inline()
94 double_t ar, ar2, ar3, lo3, lo4; in log_inline()
104 double_t arhi = A[0] * rhi; in log_inline()
[all …]
De_exp2.c45 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase()
47 double_t scale, y; in specialcase()
67 double_t hi, lo; in specialcase()
95 double_t kd, r, r2, scale, tail, tmp; in __exp2()
De_exp.c47 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase()
49 double_t scale, y; in specialcase()
69 double_t hi, lo; in specialcase()
102 double_t kd, z, r, r2, scale, tail, tmp; in __exp()
De_log.c51 double_t w, z, r, r2, r3, y, invc, logc, kd, hi, lo; in __log()
75 double_t rhi = r + w - w; in __log()
76 double_t rlo = r - rhi; in __log()
119 kd = (double_t) k; in __log()
De_log2.c46 double_t z, r, r2, r4, y, invc, logc, kd, hi, lo, t1, t2, t3, p; in __log2()
67 double_t rhi, rlo; in __log2()
108 kd = (double_t) k; in __log2()
118 double_t rhi, rlo; in __log2()
Dmath_config.h50 static inline double_t
51 roundtoint (double_t x);
57 converttoint (double_t x);
/glibc-2.36/sysdeps/ieee754/flt-32/
De_powf.c44 static inline double_t
48 double_t z, r, r2, r4, p, q, y, y0, invc, logc; in log2_inline()
62 z = (double_t) asfloat (iz); in log2_inline()
66 y0 = logc + (double_t) k; in log2_inline()
88 static inline double_t
89 exp2_inline (double_t xd, uint32_t sign_bias) in exp2_inline()
93 double_t kd, z, r, r2, y, s; in exp2_inline()
205 double_t logx = log2_inline (ix); in __powf()
206 double_t ylogx = y * logx; /* Note: cannot overflow, y is single prec. */ in __powf()
De_log2f.c42 double_t z, r, r2, p, y, y0, invc, logc; in __log2f()
76 z = (double_t) asfloat (iz); in __log2f()
80 y0 = logc + (double_t) k; in __log2f()
De_logf.c43 double_t z, r, r2, y, y0, invc, logc; in __logf()
76 z = (double_t) asfloat (iz); in __logf()
80 y0 = logc + (double_t) k * Ln2; in __logf()
Dmath_config.h50 static inline double_t
51 roundtoint (double_t x);
57 converttoint (double_t x);
De_exp2f.c53 double_t kd, xd, z, r, r2, y, s; in __exp2f()
55 xd = (double_t) x; in __exp2f()
De_expf.c58 double_t kd, xd, z, r, r2, y, s; in __expf()
60 xd = (double_t) x; in __expf()
/glibc-2.36/sysdeps/s390/fpu/
Dmath_private.h28 static inline double_t
29 roundtoint (double_t x) in roundtoint()
31 double_t y; in roundtoint()
40 converttoint (double_t x) in converttoint()
/glibc-2.36/sysdeps/aarch64/fpu/
Dmath_private.h28 static inline double_t
29 roundtoint (double_t x) in roundtoint()
35 converttoint (double_t x) in converttoint()
/glibc-2.36/math/
Dtest-flt-eval-method.c25 typedef double_t my_double_t;
60 extern double_t test_double_t;
Dmath.h164 typedef double double_t; typedef
167 typedef double double_t;
170 typedef long double double_t;
173 typedef double double_t;
176 typedef _Float32x double_t;
179 typedef _Float64 double_t;
182 typedef _Float64x double_t;
185 typedef _Float128 double_t;
188 typedef _Float128x double_t;
Dtest-math-cxx11.cc44 double_t d = 1.0; in do_test()
/glibc-2.36/conform/data/
Dmath.h-data18 type double_t
/glibc-2.36/ChangeLog.old/
DChangeLog.151060 * sysdeps/i386/fpu/bits/mathdef.h (float_t, double_t): If
1063 (float_t, double_t): If -m32 and not -mfpmath=sse, typedef to
DChangeLog.1814388 [__USE_ISOC99] (double_t): Likewise.
14390 (double_t): Likewise.
14392 (double_t): Likewise.
14394 (double_t): Likewise.
14396 (double_t): Likewise.
14398 (double_t): Likewise.
14400 (double_t): Likewise.
14402 (double_t): Likewise.
14404 (double_t): Likewise.
14406 (double_t): Likewise.
[all …]
DChangeLog.126121 * sysdeps/ia64/fpu/bits/mathdef.h: Correct float_t and double_t types.
/glibc-2.36/
DNEWS3632 float_t and double_t types are now defined to long double instead of float