Searched refs:min_x_hi (Results 1 – 3 of 3) sorted by relevance
161 min_x_hi = quadval(min_x, -1)162 println("static const long double min_x_hi = ", quadhex(min_x_hi), ";")163 println("static const long double min_x_lo = ", quadhex(min_x - min_x_hi), ";")
60 static const long double min_x_hi = 0x1.762d86356be3f6e1a9c8865e0a4fp+0L; variable
158 long double t = (x - min_x_hi) - min_x_lo; in tgamma_central()