Home
last modified time | relevance | path

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

12

/openbsd/src/regress/lib/libm/round/
Dround.c43 assert(llround(8.6) == 9LL); in main()
62 assert(llround(4503599627370496.0) == 4503599627370496LL); in main()
65 assert(llround(-4503599627370496.0) == -4503599627370496LL); in main()
69 assert(llround(0x7ffffffffffffc00.0p0) == 0x7ffffffffffffc00LL); in main()
72 assert(llround(-0x8000000000000000.0p0) == -0x8000000000000000LL); in main()
/openbsd/src/regress/lib/libm/msun/
Dlround_test.c61 test(llround, x, result, excepts); \
102 test(llround, 0x8000000000000000.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY()
104 test(llround, 0x7ffffffffffffc00.0p0, 0x7ffffffffffffc00ll, 0); in ATF_TC_BODY()
106 test(llround, -0x8000000000000800.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY()
108 test(llround, -0x8000000000000000.0p0, (long long)-0x8000000000000000ll, 0); in ATF_TC_BODY()
/openbsd/src/lib/libm/src/
Ds_llround.c9 #define LROUNDNAME llround
/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h138 __DEVICE__ long long llround(float); // No llround(double).
251 using ::llround;
D__clang_cuda_cmath.h284 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(long long, llround)
407 using ::llround;
D__clang_hip_cmath.h238 __DEF_FUN1(long long, llround)
526 __HIP_OVERLOAD1(long long, llround)
690 using ::llround;
D__clang_cuda_math.h167 __DEVICE__ long long llround(double __a) { return __nv_llround(__a); } in llround() function
188 __DEVICE__ long lround(double __a) { return llround(__a); } in lround()
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
D__clang_hip_math.h878 long long int llround(double __x) { return __ocml_round_f64(__x); }
/openbsd/src/include/
Dtgmath.h142 #define llround(x) __tg_simple(x, llround) macro
Dmath.h230 long long int llround(double);
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dcmath94 #undef llround
231 using ::llround;
646 llround(float __x)
650 llround(long double __x)
655 llround(_Tp __x)
658 return llround(__type(__x));
Dmath.h71 using std::tr1::llround;
/openbsd/src/lib/libm/
DSymbols.map193 llround;
/openbsd/src/lib/libm/hidden/
Dmath.h127 PROTO_NORMAL(llround);
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DConstrainedOps.def84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
DRuntimeLibcalls.def268 HANDLE_LIBCALL(LLROUND_F64, "llround")
/openbsd/src/gnu/llvm/libcxx/include/
Dmath.h1333 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT in llround() function
1339 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
1343 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT in llround() function
1351 llround(_A1 __x) _NOEXCEPT in llround() function
Dcmath227 long long llround (arithmetic x);
446 using ::llround _LIBCPP_USING_IF_EXISTS;
/openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
Dcmath56 __DEVICE__ long long int llround(float __x) { return ::llroundf(__x); }
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td152 def : GINodeEquiv<G_LLROUND, llround>;
/openbsd/src/gnu/llvm/libcxx/include/experimental/
Dsimd493 template <class Abi> samesize<long long int, floatv<Abi>> llround(floatv<Abi> x);
494 template <class Abi> samesize<long long int, doublev<Abi>> llround(doublev<Abi> x);
495 template <class Abi> samesize<long long int, ldoublev<Abi>> llround(ldoublev<Abi> x);
/openbsd/src/gnu/gcc/gcc/
Dbuiltins.def306 DEF_C99_BUILTIN (BUILT_IN_LLROUND, "llround", BT_FN_LONGLONG_DOUBLE, ATTR_MATHFN_ERRNO)
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetSelectionDAG.td511 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>;
1472 (llround node:$src)]>;
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc591 SYMBOL(llround, None, <math.h>)

12