Searched refs:llround (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/lib/msun/src/
H A Ds_llround.c9 #define fn llround
H A Dmath.h237 long long llround(double);
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-lround.c28 * Test for lround(), lroundf(), llround(), and llroundf().
54 test(llround, x, result, excepts); \
100 test(llround, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
102 test(llround, 0x7ffffffffffffc00.0p0, 0x7ffffffffffffc00ll, 0);
104 test(llround, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
106 test(llround, -0x8000000000000000.0p0, -0x8000000000000000ll, 0);
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h71 using std::tr1::llround;
/freebsd-9.3-release/lib/msun/
H A DSymbol.map128 llround;
H A DMakefile186 MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
/freebsd-9.3-release/include/
H A Dtgmath.h182 #define llround(x) __tg_simple(x, llround) macro
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c131 TGMACRO_REAL_FIXED_RET(llround, long long)
540 PRINT("llround",
541 PASS_REAL_ARG_FIXED_RET(llround, long long));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h911 // llround
919 __tg_llround(double __x) {return llround(__x);}
925 #undef llround macro
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure31020 llround(0.0);
[all...]

Completed in 392 milliseconds