HomeSort by: relevance | last modified time | path
    Searched refs:nexttowardf (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libm/
t_next.c 154 * numbers. Verify nextafterf and nexttowardf follow exactly this
164 CHECK(i, nexttowardf, x[i], x[i], x[i]);
166 CHECK(i, nexttowardf, -x[i], -x[i], -x[i]);
173 CHECK(i, nexttowardf, x[i], x[i]*(1 + LDBL_EPSILON),
178 CHECK(i, nexttowardf, x[i], x[i + 1], x[i + 1]);
180 CHECK(i, nexttowardf, x[i], x[n - 1], x[i + 1]);
182 CHECK(i, nexttowardf, x[i], INFINITY, x[i + 1]);
185 CHECK(i, nexttowardf, -x[i], -x[i + 1], -x[i + 1]);
187 CHECK(i, nexttowardf, -x[i], -x[n - 1], -x[i + 1]);
189 CHECK(i, nexttowardf, -x[i], -INFINITY, -x[i + 1])
    [all...]
  /src/lib/libm/src/
s_nexttowardf.c 54 nexttowardf(float x, long double y) function in typeref:typename:float
  /src/include/
math.h 469 float nexttowardf(float, long double);
  /src/lib/libm/
Makefile 533 nextafter.3 nexttowardf.3 \

Completed in 14 milliseconds