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

  /src/lib/libm/src/
e_rem_pio2l.h 79 n = i64rint(fn);
math_private.h 778 * irint() and i64rint() give the same result as casting to their integer
793 #define i64rint(x) ((int64_t)(x)) /* only needed for ld128 so not opt. */ macro
  /src/lib/libm/ld128/
e_rem_pio2l.h 81 n = i64rint(fn);

Completed in 15 milliseconds