Home
last modified time | relevance | path

Searched refs:lround (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/lib/msun/tests/
H A Dlround_test.c57 test(lround, x, result, excepts); \
82 test(lround, 0x7fffffff.8p0, IGNORE, FE_INVALID); in ATF_TC_BODY()
83 test(lround, -0x80000000.8p0, IGNORE, FE_INVALID); in ATF_TC_BODY()
84 test(lround, 0x80000000.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY()
85 test(lround, 0x7fffffff.4p0, 0x7fffffffl, FE_INEXACT); in ATF_TC_BODY()
86 test(lround, -0x80000000.4p0, -0x80000000l, FE_INEXACT); in ATF_TC_BODY()
90 test(lround, 0x8000000000000000.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY()
92 test(lround, 0x7ffffffffffffc00.0p0, 0x7ffffffffffffc00l, 0); in ATF_TC_BODY()
94 test(lround, -0x8000000000000800.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY()
96 test(lround, -0x8000000000000000.0p0, (long)-0x8000000000000000l, 0); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__math/
H A Drounding_functions.h113 inline _LIBCPP_HIDE_FROM_ABI long lround(float __x) _NOEXCEPT { return __builtin_lroundf(__x); } in lround() function
116 _LIBCPP_HIDE_FROM_ABI long lround(double __x) _NOEXCEPT { in lround() function
120 inline _LIBCPP_HIDE_FROM_ABI long lround(long double __x) _NOEXCEPT { return __builtin_lroundl(__x)… in lround() function
123 inline _LIBCPP_HIDE_FROM_ABI long lround(_A1 __x) _NOEXCEPT { in lround() function
/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Drounding_functions.h113 inline _LIBCPP_HIDE_FROM_ABI long lround(float __x) _NOEXCEPT { return __builtin_lroundf(__x); } in lround() function
116 _LIBCPP_HIDE_FROM_ABI long lround(double __x) _NOEXCEPT { in lround() function
120 inline _LIBCPP_HIDE_FROM_ABI long lround(long double __x) _NOEXCEPT { return __builtin_lroundl(__x)… in lround() function
123 inline _LIBCPP_HIDE_FROM_ABI long lround(_A1 __x) _NOEXCEPT { in lround() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h136 __DEVICE__ long lround(double);
137 __DEVICE__ long lround(float);
250 using ::lround;
H A D__clang_cuda_cmath.h286 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(long, lround)
414 using ::lround;
H A D__clang_hip_cmath.h240 __DEF_FUN1(long, lround)
534 __HIP_OVERLOAD1(long, lround)
703 using ::lround;
H A D__clang_cuda_math.h192 __DEVICE__ long lround(double __a) { return llround(__a); } in lround() function
197 __DEVICE__ long lround(double __a) { return round(__a); } in lround() function
H A Dtgmath.h1014 __tg_lround(double __x) {return lround(__x);} in __tg_lround()
1020 #undef lround
1021 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
/freebsd/lib/msun/
H A DMakefile195 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
281 MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
282 lround.3 lroundf.3 lround.3 lroundl.3
H A DSymbol.map135 lround;
/freebsd/lib/msun/src/
H A Ds_lround.c39 #define fn lround
H A Dmath.h286 long lround(double);
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dfinite_pow.h177 uint64_t ki = lround (z); in exp_inline()
225 uint64_t ki = lround (z); in exp_nosignbias()
/freebsd/include/
H A Dtgmath.h189 #define lround(x) __tg_simple(x, lround) macro
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizers.cpp53 ScaledCutoffs.push_back(lround(std::clamp(*C, 0.0, 1.0) * ScalingFactor)); in getAllScaled()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h475 using std::__math::lround;
H A Dcmath255 long lround (arithmetic x);
470 using ::lround _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmath.h481 using std::__math::lround;
H A Dcmath255 long lround (arithmetic x);
466 using ::lround _LIBCPP_USING_IF_EXISTS;
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c135 TGMACRO_REAL_FIXED_RET(lround, long) in TGMACRO_REAL_FIXED_RET()
557 PASS_REAL_ARG_FIXED_RET(lround, long)); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstrainedOps.def88 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc191 using ::lround _LIBCPP_USING_IF_EXISTS;
/freebsd/usr.sbin/moused/moused/
H A Dmoused.c877 *movex = lround(fdx); in linacc()
878 *movey = lround(fdy); in linacc()
879 *movez = lround(fdz); in linacc()
914 *movex = lround(fdx); in expoacc()
915 *movey = lround(fdy); in expoacc()
916 *movez = lround(fdz); in expoacc()
/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_config.h194 return lround (x); in converttoint()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm

12