| /freebsd/lib/msun/tests/ |
| H A D | lround_test.c | 57 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 D | rounding_functions.h | 113 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 D | rounding_functions.h | 113 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.h | 136 __DEVICE__ long lround(double); 137 __DEVICE__ long lround(float); 250 using ::lround;
|
| H A D | __clang_cuda_cmath.h | 286 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(long, lround) 414 using ::lround;
|
| H A D | __clang_hip_cmath.h | 240 __DEF_FUN1(long, lround) 534 __HIP_OVERLOAD1(long, lround) 703 using ::lround;
|
| H A D | __clang_cuda_math.h | 192 __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 D | tgmath.h | 1014 __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 D | Makefile | 195 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 D | Symbol.map | 135 lround;
|
| /freebsd/lib/msun/src/ |
| H A D | s_lround.c | 39 #define fn lround
|
| H A D | math.h | 286 long lround(double);
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | finite_pow.h | 177 uint64_t ki = lround (z); in exp_inline() 225 uint64_t ki = lround (z); in exp_nosignbias()
|
| /freebsd/include/ |
| H A D | tgmath.h | 189 #define lround(x) __tg_simple(x, lround) macro
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Sanitizers.cpp | 53 ScaledCutoffs.push_back(lround(std::clamp(*C, 0.0, 1.0) * ScalingFactor)); in getAllScaled()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | math.h | 475 using std::__math::lround;
|
| H A D | cmath | 255 long lround (arithmetic x); 470 using ::lround _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | math.h | 481 using std::__math::lround;
|
| H A D | cmath | 255 long lround (arithmetic x); 466 using ::lround _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/tools/regression/include/tgmath/ |
| H A D | tgmath.c | 135 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 D | ConstrainedOps.def | 88 DAG_FUNCTION(lround, 1, 0, experimental_constrained_lround, LROUND)
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 191 using ::lround _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.c | 877 *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 D | math_config.h | 194 return lround (x); in converttoint()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |