xref: /openbsd-src/regress/lib/libm/msun/macros.h (revision 4e1ee0786f11cc571bd0be17d38e46f635c719fc)
1 /*      $OpenBSD: macros.h,v 1.1 2021/10/22 18:00:22 mbuhl Exp $       */
2 /* Public domain - Moritz Buhl */
3 
4 #define __FBSDID(a)
5 #define rounddown(x, y)	(((x)/(y))*(y))
6 #define fpequal(a, b)	fpequal_cs(a, b, 1)
7 #define hexdump(...)
8