s_lroundf.c 278 B

1234567891011
  1. #include "cdefs-compat.h"
  2. //__FBSDID("$FreeBSD: src/lib/msun/src/s_lroundf.c,v 1.2 2005/04/08 00:52:27 das Exp $");
  3. #define type float
  4. #define roundit roundf
  5. #define dtype long
  6. #define DTYPE_MIN LONG_MIN
  7. #define DTYPE_MAX LONG_MAX
  8. #define fn lroundf
  9. #include "s_lround.c"