Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libm/common/Q/
H A Drintl.c51 long double t, w, two112; in rintl() local
52 int *pt = (int *) &two112; in rintl()
65 if (fabsl(x) >= two112) in rintl()
67 t = copysignl(two112, x); in rintl()