Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libm/
H A Dt_fenv.c125 volatile double ulp1 = DBL_EPSILON; in checkrounding() local
137 volatile double y1 = -1 + ulp1/4; in checkrounding()
138 volatile double y2 = 1 + 3*(ulp1/2); in checkrounding()
145 z2 = 1 + 2*ulp1; in checkrounding()
148 z1 = -1 + ulp1/2; in checkrounding()
149 z2 = 1 + ulp1; in checkrounding()
152 z1 = -1 + ulp1/2; in checkrounding()
153 z2 = 1 + 2*ulp1; in checkrounding()
157 z2 = 1 + ulp1; in checkrounding()