]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/msun/src/s_llroundf.c
Import device-tree files from Linux 6.7
[FreeBSD/FreeBSD.git] / lib / msun / src / s_llroundf.c
1 #define type            float
2 #define roundit         roundf
3 #define dtype           long long
4 #define DTYPE_MIN       LLONG_MIN
5 #define DTYPE_MAX       LLONG_MAX
6 #define fn              llroundf
7
8 #include "s_lround.c"