/freebsd/lib/msun/tests/ |
H A D | lround_test.c | 59 test(llround, x, result, excepts); \ 100 test(llround, 0x8000000000000000.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY() 102 test(llround, 0x7ffffffffffffc00.0p0, 0x7ffffffffffffc00ll, 0); in ATF_TC_BODY() 104 test(llround, -0x8000000000000800.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY() 106 test(llround, -0x8000000000000000.0p0, (long long)-0x8000000000000000ll, 0); in ATF_TC_BODY()
|
/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 | 280 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) 526 __HIP_OVERLOAD1(long long, llround) 690 using ::llround;
|
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
|
/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 | 250 MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | math.h | 474 using std::__math::llround;
|
H A D | cmath | 235 long long llround (arithmetic x); 457 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 | 88 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
|
H A D | RuntimeLibcalls.def | 308 HANDLE_LIBCALL(LLROUND_F64, "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 | 1393 {"llvm.llround.f32", Intrinsic::llround, makeDoubleDouble}, 1394 {"llvm.llround.f64", Intrinsic::llround, makeX86FP80X86FP80}, 1395 {"llvm.llround.f80", Intrinsic::llround, makeX86FP80X86FP80},
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | SelectionDAGCompat.td | 185 def : GINodeEquiv<G_LLROUND, llround>;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 548 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>; 1614 (llround node:$src)]>;
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 591 SYMBOL(llround, None, <math.h>)
|
H A D | StdSymbolMap.inc | 1984 SYMBOL(llround, std::, <cmath>) 1985 SYMBOL(llround, None, <cmath>) 1986 SYMBOL(llround, None, <math.h>)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2025 case Intrinsic::llround: in isLoweredToCall()
|