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

/fuchsia/zircon/system/utest/cobalt-client/
H A Dhistogram_options_test.cpp67 EXPECT_EQ(options.map_fn(nextafter(5, 4), options), 0);
70 EXPECT_EQ(options.map_fn(nextafter(8, 7), options), 1);
73 EXPECT_EQ(options.map_fn(nextafter(12, 11), options), 2);
76 EXPECT_EQ(options.map_fn(nextafter(26, 25), options), 3);
137 EXPECT_EQ(options.map_fn(nextafter(-10.0, -11), options), 0);
H A Dhistogram_test.cpp398 max = nextafter(options.reverse_map_fn(curr.bucket + 1, options), min);
520 max = nextafter(options.reverse_map_fn(bucket + 1, options), min);
584 max = nextafter(options.reverse_map_fn(bucket + 1, options), min);
/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dnextafter.c3 double nextafter(double x, double y) { function
H A Dnexttoward.c5 return nextafter(x, y);
H A Dnextafterl.c5 return nextafter(x, y);
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dfma.c376 return (nextafter(z, 0));
383 return (nextafter(z, -INFINITY));
388 return (nextafter(z, INFINITY));
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h291 double nextafter(double, double);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk382 $(LOCAL_DIR)/src/math/nextafter.c \

Completed in 40 milliseconds