math: add lrint, lround
[libc-test] / src / math / gen / functions.h
index 596c21b..0612aaf 100644 (file)
@@ -164,3 +164,15 @@ T(lgammal_r,   l_li)
 T(ilogb,       d_i)
 T(ilogbf,      f_i)
 T(ilogbl,      l_i)
+T(llrint,      d_i)
+T(llrintf,     f_i)
+T(llrintl,     l_i)
+T(lrint,       d_i)
+T(lrintf,      f_i)
+T(lrintl,      l_i)
+T(llround,     d_i)
+T(llroundf,    f_i)
+T(llroundl,    l_i)
+T(lround,      d_i)
+T(lroundf,     f_i)
+T(lroundl,     l_i)