Searched refs:nextafter (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/lib/msun/src/
H A Ds_nextafter.c17 * nextafter(x,y)
29 nextafter(double x, double y) function
80 __weak_reference(nextafter, nexttoward);
81 __weak_reference(nextafter, nexttowardl);
82 __weak_reference(nextafter, nextafterl);
H A Ds_fma.c222 return (nextafter(z, 0));
227 return (nextafter(z, -INFINITY));
230 return (nextafter(z, INFINITY));
H A Dmath.h283 double nextafter(double, double);
/barrelfish-2018-10-04/usr/tests/msun/
H A Dnext_test.c28 * Test the correctness of nextafter{,f,l} and nexttoward{,f,l}.
62 test##prec(nextafter##prec((arg1), (arg2)), (ans), (ex)); \
100 test##prec(copysign##prec(1.0, nextafter##prec(0.0, -0.0)), -1.0, 0); \
101 test##prec(copysign##prec(1.0, nextafter##prec(-0.0, 0.0)), 1.0, 0); \
116 stest(nextafter, 0x1p-1074, );
156 /* Cases where nextafter(...) != nexttoward(...) */
211 test(idd(nextafter(DBL_MAX, INFINITY)), INFINITY, ex_over);
212 test(idd(nextafter(INFINITY, 0.0)), DBL_MAX, 0);
/barrelfish-2018-10-04/lib/msun/
H A DMakefile142 nextafter.3 remainder.3 rint.3 \
207 MLINKS+=nextafter.3 nextafterf.3 nextafter.3 nextafterl.3
208 MLINKS+=nextafter.3 nexttoward.3 nextafter.3 nexttowardf.3
209 MLINKS+=nextafter.3 nexttowardl.3
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Drounding_control.h513 #define Up(x) nextafter(x, HUGE_VAL)
514 #define Down(x) nextafter(x, -HUGE_VAL)
/barrelfish-2018-10-04/include/
H A Dmath.h283 double nextafter(double, double);

Completed in 82 milliseconds