Home
last modified time | relevance | path

Searched refs:lround (Results 1 – 9 of 9) sorted by relevance

/math/
A Dlibm-test-lround.inc1 /* 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 Dtest-tgmath.c271 j = lrint (x) + lround (a); in F()
384 j = lrint (y) + lround (y); in F()
757 (F(lround)) (TYPE x) in F() argument
A Dlibm-test-llround.inc176 * lround to make sure that a guard bit set during the lround operation
A Dtgmath.h848 #define lround(Val) __TGMATH_UNARY_REAL_RET_ONLY (Val, lround) macro
A DMakefile301 lround modf nearbyint nextafter nextdown nexttoward \
379 llrint llround log10 log1p log2 logb lrint lround nearbyint \
A Dtest-tgmath-ret.c64 CHECK_RET_CONST(lround, long) in CHECK_RET_CONST()
A Dtest-math-cxx11.cc114 (void) lround; in do_test()
A DVersions115 lround; lroundf; lroundl;
/math/bits/
A Dmathcalls.h323 __MATHDECL (long int,lround,, (_Mdouble_ __x));

Completed in 19 milliseconds