Lines Matching refs:double_t
23 special_case (uint64_t sbits, double_t tmp, uint64_t ki) in special_case()
25 double_t scale, y; in special_case()
47 double_t lo = scale - y + scale * tmp; in special_case()
48 double_t hi = 1.0 + y; in special_case()
87 double_t z = __exp_data.invlog10_2N * x; in exp10()
88 double_t kd; in exp10()
100 double_t r = x; in exp10()
113 double_t tail = asdouble (__exp_data.tab[i]); in exp10()
116 double_t r2 = r * r; in exp10()
117 double_t p = C (0) + r * C (1); in exp10()
118 double_t y = C (2) + r * C (3); in exp10()
129 double_t s = asdouble (sbits); in exp10()