Home
last modified time | relevance | path

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

/freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c158 a0_hi = 8.8560319441088875e-1,
161 a0_hi = 8.8560319441088875e-01, /* 0x3fec56dc, 0x82a74aef */ variable
207 r.a = (float)(thi + a0_hi); in ratfun_gam()
208 r.b = ((a0_hi - r.a) + thi) + tlo; in ratfun_gam()
/freebsd/lib/msun/ld80/
H A Db_tgammal.c163 #define a0_hi (a0_hiu.e) macro
231 r.a = (float)(thi + a0_hi); in ratfun_gam()
232 r.b = ((a0_hi - r.a) + thi) + tlo; in ratfun_gam()