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

/freebsd-10-stable/lib/msun/tests/
H A Dlround_test.c28 * Test for lround(), lroundf(), llround(), and llroundf().
52 test(lround, x, result, excepts); \
79 test(lround, 0x7fffffff.8p0, IGNORE, FE_INVALID);
80 test(lround, -0x80000000.8p0, IGNORE, FE_INVALID);
81 test(lround, 0x80000000.0p0, IGNORE, FE_INVALID);
82 test(lround, 0x7fffffff.4p0, 0x7fffffffl, FE_INEXACT);
83 test(lround, -0x80000000.4p0, -0x80000000l, FE_INEXACT);
87 test(lround, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
89 test(lround, 0x7ffffffffffffc00.0p0, 0x7ffffffffffffc00l, 0);
91 test(lround,
[all...]
/freebsd-10-stable/lib/msun/src/
H A Ds_lround.c39 #define fn lround
44 * of the form xxx.5; they are "out of range" because lround() rounds away
H A Dmath.h291 long lround(double);
/freebsd-10-stable/lib/msun/
H A DMakefile141 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
204 MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
205 lround.3 lroundf.3 lround.3 lroundl.3
H A DSymbol.map137 lround;
/freebsd-10-stable/contrib/libstdc++/include/tr1/
H A Dmath.h78 using std::tr1::lround;
/freebsd-10-stable/include/
H A Dtgmath.h189 #define lround(x) __tg_simple(x, lround) macro
/freebsd-10-stable/tools/regression/include/tgmath/
H A Dtgmath.c137 TGMACRO_REAL_FIXED_RET(lround, long)
558 PRINT("lround",
559 PASS_REAL_ARG_FIXED_RET(lround, long));
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1013 // lround
1021 __tg_lround(double __x) {return lround(__x);}
1027 #undef lround macro
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
/freebsd-10-stable/usr.sbin/moused/
H A Dmoused.c969 *movex = lround(fdx);
970 *movey = lround(fdy);
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure31035 lround(0.0);
[all...]

Completed in 213 milliseconds