Searched refs:lround (Results 1 – 9 of 9) sorted by relevance
/math/ |
A D | libm-test-lround.inc | 1 /* Test lround. 176 TEST_f_l (lround, -min_value, 0, ERRNO_UNCHANGED), 179 TEST_f_l (lround, 0.2L, 0.0, ERRNO_UNCHANGED), 180 TEST_f_l (lround, -0.2L, 0, ERRNO_UNCHANGED), 181 TEST_f_l (lround, 0.5, 1, ERRNO_UNCHANGED), 182 TEST_f_l (lround, -0.5, -1, ERRNO_UNCHANGED), 183 TEST_f_l (lround, 0.8L, 1, ERRNO_UNCHANGED), 184 TEST_f_l (lround, -0.8L, -1, ERRNO_UNCHANGED), 185 TEST_f_l (lround, 1.5, 2, ERRNO_UNCHANGED), 186 TEST_f_l (lround, -1.5, -2, ERRNO_UNCHANGED), [all …]
|
A D | test-tgmath.c | 271 j = lrint (x) + lround (a); in F() 384 j = lrint (y) + lround (y); in F() 757 (F(lround)) (TYPE x) in F() argument
|
A D | libm-test-llround.inc | 176 * lround to make sure that a guard bit set during the lround operation
|
A D | tgmath.h | 848 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, lround) macro
|
A D | Makefile | 301 lround modf nearbyint nextafter nextdown nexttoward \ 379 llrint llround log10 log1p log2 logb lrint lround nearbyint \
|
A D | test-tgmath-ret.c | 64 CHECK_RET_CONST(lround, long) in CHECK_RET_CONST()
|
A D | test-math-cxx11.cc | 114 (void) lround; in do_test()
|
A D | Versions | 115 lround; lroundf; lroundl;
|
/math/bits/ |
A D | mathcalls.h | 323 __MATHDECL (long int,lround,, (_Mdouble_ __x));
|
Completed in 19 milliseconds