Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dtgamma128.h61 static const long double min_x_lo = 0x1.ac54d7d218de21303a7c60f08840p-118L; variable
H A Dtgamma128.c158 long double t = (x - min_x_hi) - min_x_lo; in tgamma_central()
/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dtgamma128_gen.jl163 println("static const long double min_x_lo = ", quadhex(min_x - min_x_hi), ";")