| /freebsd/lib/msun/tests/ |
| H A D | lround_test.c | 59 test(llround, x, result, excepts); \ 103 test(llround, 0x8000000000000000.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY() 105 test(llround, 0x7ffffffffffffc00.0p0, 0x7ffffffffffffc00ll, 0); in ATF_TC_BODY() 107 test(llround, -0x8000000000000800.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY() 109 test(llround, -0x8000000000000000.0p0, (long long)-0x8000000000000000ll, 0); in ATF_TC_BODY()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__math/ |
| H A D | rounding_functions.h | 81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function 84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function 88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function 91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__math/ |
| H A D | rounding_functions.h | 81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function 84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function 88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function 91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
|
| /freebsd/lib/msun/src/ |
| H A D | s_llround.c | 6 #define fn llround
|
| H A D | math.h | 281 long long llround(double);
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_math_forward_declares.h | 138 __DEVICE__ long long llround(float); // No llround(double). 251 using ::llround;
|
| H A D | __clang_cuda_cmath.h | 284 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(long long, llround) 407 using ::llround;
|
| H A D | __clang_hip_cmath.h | 238 __DEF_FUN1(long long, llround) 532 __HIP_OVERLOAD1(long long, llround) 696 using ::llround;
|
| H A D | __clang_cuda_math.h | 171 __DEVICE__ long long llround(double __a) { return __nv_llround(__a); } in llround() function 192 __DEVICE__ long lround(double __a) { return llround(__a); } in lround()
|
| H A D | tgmath.h | 912 __tg_llround(double __x) {return llround(__x);} in __tg_llround() 918 #undef llround 919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
|
| H A D | __clang_hip_math.h | 889 long long int llround(double __x) { return __builtin_round(__x); }
|
| /freebsd/include/ |
| H A D | tgmath.h | 183 #define llround(x) __tg_simple(x, llround) macro
|
| /freebsd/lib/msun/ |
| H A D | Symbol.map | 126 llround;
|
| H A D | Makefile | 281 MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | math.h | 468 using std::__math::llround;
|
| H A D | cmath | 235 long long llround (arithmetic x); 460 using ::llround _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | math.h | 474 using std::__math::llround;
|
| H A D | cmath | 235 long long llround (arithmetic x); 456 using ::llround _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/tools/regression/include/tgmath/ |
| H A D | tgmath.c | 129 TGMACRO_REAL_FIXED_RET(llround, long long) in TGMACRO_REAL_FIXED_RET() 539 PASS_REAL_ARG_FIXED_RET(llround, long long)); in main()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 89 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
|
| /freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 195 using ::llround _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.cppm | |
| H A D | cmath.inc | 196 using std::llround _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | NumericalStabilitySanitizer.cpp | 1447 {"llvm.llround.f32", Intrinsic::llround, makeDoubleDouble}, 1448 {"llvm.llround.f64", Intrinsic::llround, makeX86FP80X86FP80}, 1449 {"llvm.llround.f80", Intrinsic::llround, makeX86FP80X86FP80},
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | SelectionDAGCompat.td | 196 def : GINodeEquiv<G_LLROUND, llround>;
|