Searched defs:GZ1_h (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c1137 GZ1_h = +0.938204627909682398190, variable
1160 r.h = (double) ((float) (t4 + GZ1_h + t3));
1161 t3 += (t4 - (r.h - GZ1_h));
H A Dtgammal.c126 GZ1_h = 0.938204627909682449364570100414084663498215377L, variable
133 GZ1_h = 0.938204627909682449409753561580326910854647031L,
164 r.h = CHOPPED((t4 + GZ1_h + t3));
165 t3 += (t4 - (r.h - GZ1_h));

Completed in 50 milliseconds