Searched refs:lrint (Results 1 - 21 of 21) sorted by last modified time

/freebsd-11-stable/lib/msun/src/
H A Dmath.h285 long lrint(double);
H A Ds_lrint.c36 #define fn lrint
/freebsd-11-stable/lib/msun/
H A DMakefile162 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
229 MLINKS+=lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3 \
230 lrint.3 lrintf.3 lrint.3 lrintl.3
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp317 case Intrinsic::lrint: Opcode = ISD::LRINT; break;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp881 case Intrinsic::lrint:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4732 case Intrinsic::lrint:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6203 case Intrinsic::lrint:
6210 case Intrinsic::lrint: Opcode = ISD::LRINT; break;
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h236 long lrint (arithmetic x);
1395 // lrint
1397 inline _LIBCPP_INLINE_VISIBILITY long lrint(float __lcpp_x) _NOEXCEPT {return ::lrintf(__lcpp_x);}
1398 inline _LIBCPP_INLINE_VISIBILITY long lrint(long double __lcpp_x) _NOEXCEPT {return ::lrintl(__lcpp_x);}
1403 lrint(_A1 __lcpp_x) _NOEXCEPT {return ::lrint((double)__lcpp_x);}
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1883 *this, E, Intrinsic::lrint,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h989 // lrint
997 __tg_lrint(double __x) {return lrint(__x);}
1003 #undef lrint macro
1004 #define lrint(__x) __tg_lrint(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math_forward_declares.h160 __DEVICE__ long lrint(double);
161 __DEVICE__ long lrint(float);
272 using ::lrint;
H A D__clang_cuda_device_functions.h1618 __DEVICE__ long lrint(double __a) { return llrint(__a); } function
1623 __DEVICE__ long lrint(double __a) { return (long)rint(__a); } function
H A D__clang_cuda_cmath.h256 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(long, lrint)
384 using ::lrint;
/freebsd-11-stable/lib/msun/tests/
H A Dlrint_test.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...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_fe_round.c5 * Testing IEEE-754 rounding modes (and lrint)
70 atf_tc_set_md_var(tc, "descr","Checking IEEE 754 rounding modes using lrint");
80 received = lrint(values[i].input);
83 "lrint rounding wrong, difference too large\n"
/freebsd-11-stable/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-11-stable/include/
H A Dtgmath.h188 #define lrint(x) __tg_simple(x, lrint) macro
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31032 lrint(0.0);
[all...]
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dmath.h77 using std::tr1::lrint;
/freebsd-11-stable/lib/msun/amd64/
H A Ds_lrint.S31 #define fn lrint
/freebsd-11-stable/lib/msun/i387/
H A Ds_lrint.S30 ENTRY(lrint)
36 END(lrint)

Completed in 447 milliseconds