s_llroundf.c 194 B

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