Searched refs:llround (Results 1 – 8 of 8) sorted by relevance
/math/ |
A D | libm-test-llround.inc | 1 /* Test llround. 114 TEST_f_L (llround, min_value, 0.0, ERRNO_UNCHANGED), 115 TEST_f_L (llround, -min_value, 0, ERRNO_UNCHANGED), 118 TEST_f_L (llround, 0.2L, 0.0, ERRNO_UNCHANGED), 119 TEST_f_L (llround, -0.2L, 0, ERRNO_UNCHANGED), 120 TEST_f_L (llround, 0.5, 1, ERRNO_UNCHANGED), 121 TEST_f_L (llround, -0.5, -1, ERRNO_UNCHANGED), 122 TEST_f_L (llround, 0.8L, 1, ERRNO_UNCHANGED), 123 TEST_f_L (llround, -0.8L, -1, ERRNO_UNCHANGED), 124 TEST_f_L (llround, 1.5, 2, ERRNO_UNCHANGED), [all …]
|
A D | test-tgmath.c | 272 k = llrint (b) + llround (c); in F() 385 k = llrint (y) + llround (y); in F() 773 (F(llround)) (TYPE x) in F() argument
|
A D | tgmath.h | 849 #define llround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, llround) 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 | 66 CHECK_RET_CONST(llround, long long) in CHECK_RET_CONST()
|
A D | test-math-cxx11.cc | 99 (void) llround; in do_test()
|
A D | Versions | 116 llround; llroundf; llroundl;
|
/math/bits/ |
A D | mathcalls.h | 325 __MATHDECL (long long int,llround,, (_Mdouble_ __x));
|
Completed in 17 milliseconds