Searched refs:lround (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-rounding-1.c36 PROTOTYPE_RET (lround, long);
46 TEST(lround, 0, 0);
53 TEST(lround, 6, 6);
60 TEST(lround, -8, -8);
67 TEST(lround, 3.2, 3);
74 TEST(lround, -2.8, -3);
81 TEST(lround, 0.01, 0);
88 TEST(lround, -0.7, -1);
95 TEST(lround, 2.5, 3);
102 TEST(lround,
[all...]
H A Dbuiltin-integral-1.c25 PROTOTYPE1_RET(lround, long)
59 CHECK_FN_RET(lround, long);
H A Dbuiltin-convert-3.c45 INNER_CAST1 (lround, long);
H A Dbuiltin-convert-2.c69 TEST_FP2FIXED (round, lround);
H A Dbuiltin-nonneg-1.c150 ARG1TEST1_RTYPE (lround, long);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-rounding-1.c24 TEST(lround, 0, 0);
35 TEST(lround, 6, 6);
46 TEST(lround, -8, -8);
57 TEST(lround, 3.2, 3);
68 TEST(lround, -2.8, -3);
79 TEST(lround, 0.01, 0);
90 TEST(lround, -0.7, -1);
101 TEST(lround, 2.5, 3);
112 TEST(lround, -1.5, -2);
H A Dbuiltin-convert-3.c49 INNER_CAST1 (lround, long);
H A Dbuiltin-integral-1.c41 CHECK_FN_RET(lround, long);
H A Dbuiltin-symmetric-1.c86 TESTIT_ODD(lround);
H A Dbuiltin-convert-1.c125 INNER_CAST1 (lround, /*C99=*/ 1);
126 OUTER_CAST1 (lround, /*C99=*/ 1);
H A Dbuiltin-convert-2.c67 TEST_FP2FIXED (round, lround);
H A Dbuiltin-nonneg-1.c154 ARG1TEST1_RTYPE (lround, long);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dbuiltins-55.c10 extern long lround(double);
35 if (lround(x) != llround(x))
H A Dbuiltins-1.c152 FPTEST1RET (lround, long)
/netbsd-6-1-5-RELEASE/lib/libm/noieee_src/
H A Dn_lround.c38 lround(double x) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dbuiltins-55.c9 extern long lround(double);
38 if (lround(x) != llround(x))
H A Dc99-tgmath-1.c183 #ifndef lround
184 #error lround undefined
H A Dbuiltins-1.c162 FPTEST1RET (lround, long)
/netbsd-6-1-5-RELEASE/lib/libm/src/
H A Dlround.c1 /* $NetBSD: lround.c,v 1.2 2004/10/13 15:18:32 drochner Exp $ */
35 #define LROUNDNAME lround
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/
H A Doverloads.cc178 check_ret_type<long>(std::tr1::lround(d0));
179 check_ret_type<long>(std::tr1::lround(f0));
180 check_ret_type<long>(std::tr1::lround(ld0));
181 check_ret_type<long>(std::tr1::lround(i0));
H A Dfunctions.cc133 lret = std::tr1::lround(d0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h150 #define lround(x) __TGMATH_REAL(x, lround) macro
/netbsd-6-1-5-RELEASE/include/
H A Dtgmath.h173 #define lround(a) __TG_FN1(lround, (a)) macro
H A Dmath.h342 long int lround(double);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dmath.h73 using std::tr1::lround;

Completed in 113 milliseconds

12