Searched refs:llrint (Results 1 – 8 of 8) sorted by relevance
/math/ |
A D | libm-test-llrint.inc | 1 /* Test llrint. 24 TEST_f_L (llrint, plus_infty, IGNORE, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION), 30 TEST_f_L (llrint, max_value, IGNORE, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION), 35 TEST_f_L (llrint, 0x1p63, IGNORE, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION), 36 TEST_f_L (llrint, 0x1p64, IGNORE, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION), 37 TEST_f_L (llrint, 0x1p65, IGNORE, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION), 42 TEST_f_L (llrint, -0x1p64, IGNORE, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION), 43 TEST_f_L (llrint, -0x1p65, IGNORE, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION), 112 TEST_f_L (llrint, 0.0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 113 TEST_f_L (llrint, minus_zero, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), [all …]
|
A D | test-tgmath.c | 272 k = llrint (b) + llround (c); in F() 385 k = llrint (y) + llround (y); in F() 765 (F(llrint)) (TYPE x) in F() argument
|
A D | tgmath.h | 844 #define llrint(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, llrint) macro
|
A D | Makefile | 300 isunordered iszero llogb llrint llround logb lrint \ 379 llrint llround log10 log1p log2 logb lrint lround nearbyint \
|
A D | test-tgmath-ret.c | 65 CHECK_RET_CONST(llrint, long long) in CHECK_RET_CONST()
|
A D | test-math-cxx11.cc | 96 (void) llrint; in do_test()
|
A D | Versions | 113 llrint; llrintf; llrintl;
|
/math/bits/ |
A D | mathcalls.h | 319 __MATHDECL (long long int,llrint,, (_Mdouble_ __x));
|
Completed in 17 milliseconds