Home
last modified time | relevance | path

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

12

/freebsd/lib/msun/tests/
H A Dlround_test.c59 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 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/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.h281 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)
532 __HIP_OVERLOAD1(long long, llround)
696 using ::llround;
H A D__clang_cuda_math.h171 __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 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
H A D__clang_hip_math.h889 long long int llround(double __x) { return __builtin_round(__x); }
/freebsd/include/
H A Dtgmath.h183 #define llround(x) __tg_simple(x, llround) macro
/freebsd/lib/msun/
H A DSymbol.map126 llround;
H A DMakefile281 MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmath.h468 using std::__math::llround;
H A Dcmath235 long long llround (arithmetic x);
460 using ::llround _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dmath.h474 using std::__math::llround;
H A Dcmath235 long long llround (arithmetic x);
456 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.def89 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, 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.cpp1447 {"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 DSelectionDAGCompat.td196 def : GINodeEquiv<G_LLROUND, llround>;

12