s_llroundf.c 218 B

1234567891011
  1. #include <sys/cdefs.h>
  2. //__FBSDID("$FreeBSD$");
  3. #define type float
  4. #define roundit roundf
  5. #define dtype long long
  6. #define DTYPE_MIN LLONG_MIN
  7. #define DTYPE_MAX LLONG_MAX
  8. #define fn llroundf
  9. #include "s_lround.c"