HomeSort by relevance Sort by last modified time
    Searched refs:roundit (Results 1 - 12 of 12) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llrint.c 5 #define roundit rint macro
s_llrintf.c 5 #define roundit rintf macro
s_llrintl.c 5 #define roundit rintl macro
s_lrintf.c 5 #define roundit rintf macro
s_lrintl.c 5 #define roundit rintl macro
s_llround.c 5 #define roundit round macro
s_llroundf.c 5 #define roundit roundf macro
s_llroundl.c 5 #define roundit roundl macro
s_lroundf.c 5 #define roundit roundf macro
s_lroundl.c 5 #define roundit roundl macro
s_lrint.c 34 #define roundit rint macro
53 d = (dtype)roundit(x);
s_lround.c 35 #define roundit round macro
60 x = roundit(x);

Completed in 74 milliseconds