Searched refs:lrint (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/lib/msun/i387/
H A Ds_lrint.S30 ENTRY(lrint) function
36 END(lrint)
/freebsd-9.3-release/lib/msun/amd64/
H A Ds_lrint.S31 #define fn lrint
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-lrint.c28 * Test for lrint(), lrintf(), llrint(), and llrintf().
56 test(lrint, x, result, excepts); \
89 test(lrint, 0x7fffffff.8p0, IGNORE, FE_INVALID);
90 test(lrint, -0x80000000.4p0, -0x80000000l, FE_INEXACT);
93 test(lrint, -0x80000000.8p0, IGNORE, FE_INVALID);
94 test(lrint, 0x80000000.0p0, IGNORE, FE_INVALID);
95 test(lrint, 0x7fffffff.4p0, 0x7fffffffl, FE_INEXACT);
100 test(lrint, 0x7fffffff.8p0, 0x7fffffffl, FE_INEXACT);
101 test(lrint, -0x80000000.8p0, -0x80000000l, FE_INEXACT);
102 test(lrint,
[all...]
H A DMakefile4 test-fmaxmin test-ilogb test-invtrig test-logarithm test-lrint \
/freebsd-9.3-release/lib/msun/src/
H A Ds_lrint.c36 #define fn lrint
H A Dmath.h241 long lrint(double);
/freebsd-9.3-release/lib/msun/
H A DMakefile134 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
184 MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
185 lrint.3 lrintf.3 lrint.3 lrintl.3
H A DSymbol.map135 lrint;
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h77 using std::tr1::lrint;
/freebsd-9.3-release/include/
H A Dtgmath.h187 #define lrint(x) __tg_simple(x, lrint) macro
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c136 TGMACRO_REAL_FIXED_RET(lrint, long)
555 PRINT("lrint",
556 PASS_REAL_ARG_FIXED_RET(lrint, long));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h996 // lrint
1004 __tg_lrint(double __x) {return lrint(__x);}
1010 #undef lrint macro
1011 #define lrint(__x) __tg_lrint(__tg_promote1((__x))(__x)) macro
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure31032 lrint(0.0);
[all...]

Completed in 243 milliseconds