Home
last modified time | relevance | path

Searched refs:min_x_hi (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dtgamma128_gen.jl161 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), ";")
/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.h60 static const long double min_x_hi = 0x1.762d86356be3f6e1a9c8865e0a4fp+0L; variable
H A Dtgamma128.c158 long double t = (x - min_x_hi) - min_x_lo; in tgamma_central()