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

/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-lround.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...]
H A DMakefile5 test-lround test-nan test-nearbyint test-next test-rem test-trig
/freebsd-9.3-release/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.h242 long lround(double);
/freebsd-9.3-release/lib/msun/
H A DMakefile134 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
186 MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
187 lround.3 lroundf.3 lround.3 lroundl.3
H A DSymbol.map137 lround;
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h78 using std::tr1::lround;
/freebsd-9.3-release/include/
H A Dtgmath.h188 #define lround(x) __tg_simple(x, lround) macro
/freebsd-9.3-release/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-9.3-release/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-9.3-release/usr.sbin/moused/
H A Dmoused.c969 *movex = lround(fdx);
970 *movey = lround(fdy);
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure31035 lround(0.0);
[all...]

Completed in 757 milliseconds