Home
last modified time | relevance | path

Searched refs:llround (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/lib/msun/tests/
H A Dlround_test.c59 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 Drounding_functions.h81 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 Ds_llround.c6 #define fn llround
H A Dmath.h280 long long llround(double);
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h138 __DEVICE__ long long llround(float); // No llround(double).
251 using ::llround;
H A D__clang_cuda_cmath.h284 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(long long, llround)
407 using ::llround;
H A D__clang_hip_cmath.h238 __DEF_FUN1(long long, llround)
526 __HIP_OVERLOAD1(long long, llround)
690 using ::llround;
H A Dtgmath.h912 __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 Dtgmath.h183 #define llround(x) __tg_simple(x, llround) macro
/freebsd/lib/msun/
H A DSymbol.map126 llround;
H A DMakefile250 MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h474 using std::__math::llround;
H A Dcmath235 long long llround (arithmetic x);
457 using ::llround _LIBCPP_USING_IF_EXISTS;
/freebsd/tools/regression/include/tgmath/
H A Dtgmath.c129 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 DConstrainedOps.def88 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
H A DRuntimeLibcalls.def308 HANDLE_LIBCALL(LLROUND_F64, "llround")
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc195 using ::llround _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc196 using std::llround _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1393 {"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 DSelectionDAGCompat.td185 def : GINodeEquiv<G_LLROUND, llround>;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td548 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
1614 (llround node:$src)]>;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc591 SYMBOL(llround, None, <math.h>)
H A DStdSymbolMap.inc1984 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 DARMTargetTransformInfo.cpp2025 case Intrinsic::llround: in isLoweredToCall()

12