HomeSort by: relevance | last modified time | path
    Searched defs:roundit (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libm/src/
s_llrint.c 9 #define roundit rint macro
s_llrintf.c 9 #define roundit rintf macro
s_lrintf.c 9 #define roundit rintf macro
s_lrintl.c 11 #define roundit rintl macro
s_llrintl.c 12 #define roundit rintl macro
s_llround.c 9 #define roundit round macro
s_llroundf.c 9 #define roundit roundf macro
s_llroundl.c 9 #define roundit roundl macro
s_lrint.c 40 #define roundit rint macro
59 d = (dtype)roundit(x);
s_lroundf.c 9 #define roundit roundf macro
s_lroundl.c 9 #define roundit roundl macro
s_lround.c 41 #define roundit round macro
66 x = roundit(x);

Completed in 13 milliseconds