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

  /src/lib/libm/src/
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
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
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

Completed in 32 milliseconds