/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | e_pow.c | 51 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 …]
|
D | e_exp2.c | 45 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()
|
D | e_exp.c | 47 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()
|
D | e_log.c | 51 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()
|
D | e_log2.c | 46 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()
|
D | math_config.h | 50 static inline double_t 51 roundtoint (double_t x); 57 converttoint (double_t x);
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | e_powf.c | 44 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()
|
D | e_log2f.c | 42 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()
|
D | e_logf.c | 43 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()
|
D | math_config.h | 50 static inline double_t 51 roundtoint (double_t x); 57 converttoint (double_t x);
|
D | e_exp2f.c | 53 double_t kd, xd, z, r, r2, y, s; in __exp2f() 55 xd = (double_t) x; in __exp2f()
|
D | e_expf.c | 58 double_t kd, xd, z, r, r2, y, s; in __expf() 60 xd = (double_t) x; in __expf()
|
/glibc-2.36/sysdeps/s390/fpu/ |
D | math_private.h | 28 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/ |
D | math_private.h | 28 static inline double_t 29 roundtoint (double_t x) in roundtoint() 35 converttoint (double_t x) in converttoint()
|
/glibc-2.36/math/ |
D | test-flt-eval-method.c | 25 typedef double_t my_double_t; 60 extern double_t test_double_t;
|
D | math.h | 164 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;
|
D | test-math-cxx11.cc | 44 double_t d = 1.0; in do_test()
|
/glibc-2.36/conform/data/ |
D | math.h-data | 18 type double_t
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 1060 * sysdeps/i386/fpu/bits/mathdef.h (float_t, double_t): If 1063 (float_t, double_t): If -m32 and not -mfpmath=sse, typedef to
|
D | ChangeLog.18 | 14388 [__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 …]
|
D | ChangeLog.12 | 6121 * sysdeps/ia64/fpu/bits/mathdef.h: Correct float_t and double_t types.
|
/glibc-2.36/ |
D | NEWS | 3632 float_t and double_t types are now defined to long double instead of float
|