Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcacosl.c48 pi_l = 1.666748583704175665659172893706807721468195923078e-19L, variable
58 pi_l = 8.6718101301237810247970440260433519687623233462565303417759356862e-35L,
148 LD_RE(ans) = pi + pi_l; in cacosl()
199 LD_RE(ans) = pi + pi_l; in cacosl()
201 t = pi_l + y / x; in cacosl()
209 LD_RE(ans) = (hx >= 0)? y / t : pi - (y / t - pi_l); in cacosl()
217 LD_RE(ans) = (hx >= 0)? t : pi + pi_l; in cacosl()
H A Dcacos.c205 pi_l = 1.224646799147353177e-16, variable
297 D_RE(ans) = pi + pi_l; in cacos()