Home
last modified time | relevance | path

Searched refs:a0_lo (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dlgamma.c108 #define a0_lo .0000000007534799204229502 macro
235 rr.b += a0_lo; rr.a += a0_hi; in small_lgam()
237 case 2: return(((r+a0_lo)+t)+a0_hi); in small_lgam()
240 rr.a -= a0_hi; rr.b -= a0_lo; in small_lgam()
H A Dgamma.c101 #define a0_lo -.00000000000000004996427036469019695 macro
290 t.b = t.b*p + t.a*r.b + a0_lo;