HomeSort by: relevance | last modified time | path
    Searched refs:irint (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libm/src/
e_rem_pio2f.h 61 n = irint(fn);
math_private.h 778 * irint() and i64rint() give the same result as casting to their integer
783 #define irint(x) \ macro
790 #define irint(x) ((int)(x)) macro
  /src/lib/libm/ld80/
e_rem_pio2l.h 90 n = irint(fn);
s_expl.c 221 n = irint(fn);
k_expl.h 228 n = irint(fn);
  /src/lib/libm/ld128/
s_expl.c 268 n = irint(fn);
k_expl.h 246 n = irint(fn);

Completed in 14 milliseconds